Dynamic Meta Tags for Blogger – Two choices:Meta tag is an HTML tag that resides in the <head> section of a web page. Unlike other HTML tags, meta tags do not appear anywhere on the page itself, so most visitors never see them. Different meta tags serve different purposes, but they are generally used to provide additional information about the page
Examples of meta tags:
<meta name="distribution" content="global" /> |
The word ‘Meta’ means data-about-data. When we say meta description tag, it describes the contents of the page.This is one of the most important data that Google use to index your site. We can see great results in traffic after implementing it.
Choice – First
Note: Back up your blog’s template Before making any changes in your template HTML
- Go To blog >layout > Edit HTML
- Copy the below code and place it anywhere between <head> and </head> of your blog template.
- Replace Your Blog description tags here with suitable description tag for your blog separated by comma
<meta expr:content=’data:blog.pageTitle + " – Your blog description "’ name=’description’/> - Save template and you’re done.
Food for the geeks— expr:content= ‘data:blog.pageTitle’ gets replaced by the title of your current page. So when combined with the common description tags, the description tag becomes unique for each page.
Choice – Second
Start by locating the following HTML codes (located somewhere near the top):
<title><data:blog.pageTitle/></title><b:skin><
Add a Comment