Meta Tags are HTML elements used to provide structured metadata about a web page. Such tags are placed in the head section of an HTML document and Search Engines might use this data to display the search snippet when they display a page from your blog. Most of the Social Sharing Tools like the Facebook Share or the Google Plus buttons will pick up this meta description to create the snippet which gets shared to the Social Networks.
How to add Meta Description Tags
Blogger has rolled out an array of SEO features and now adding Meta Tags has become so easy. You can do it easily from the Blogger’s User Interface without doing much of Template Editing or pulling your hair. So here is how to do it
Now when you make a Post, you can set the Meta Description from the Post Editor’s Post Settings Sidebar.
If you are having a custom template, make sure that the following line of code is present in your template. To do that go to Template and Proceed to Edit HTML . Find
- <b:include data='blog' name='all-head-content'/>
If it's not present, add it just before </head>
That's It you have done it.
Another Way to use Meta Tags Use in XML Code Template
EXAMPLE CODE
<meta content='Digital Hub Inc. is a programming blog maintained by Ghanshyam Singh. Tutorials focused on Programming, Jquery, Ajax, PHP, Demos, Web Design, Javascript, Software and MySQL.' name='description'/>
<meta content='java script, web development, web design, web programming, jquery ajax, ajax php, jquery ajax demos, jquery demos, regular expression, ajax demos, ajax programming, tutorials, php script, ajax tutorial, ajax examples, jquery tutorial, database, mysql, web database development, blogger, google ajax api, google visualization, google app, rss, technology, coding, code, examples, php programming, facebook scripts, twitter API, facebook like, twitter scripts, form validation, hosting, form submit, validation, application development, software, free scripts, free hosting, sql script, programming, jsp, tomcat, SMTP Mail' name='keywords'/>
This code use In Header section like this in Fig.
0 comments:
Post a Comment