SEO Meta Tag For Blogger
I found many blogger (term for people that blog and hosted at Blogspot.com) ask questions about ways to put and specify some of important meta tags on their Blogspot page.
As you can see that Blogger only give <$BlogMetaData$> to their default blogspot page, which doesn’t give some important SEO meta tag that needed by search engine to crawl and index the website well. Let’s say, meta keywords and meta description tag. Also, Blogger (by default) doesn’t allow you to have <title> tags specific to each page of the site.
I’ve collected and modify some code here that might help you accomplished your “SEO Blogger Mission” for your Blogger website.
Log into your Blogger.com account, click on that icon under “Change Settings”, which relates to the blog you need to edit, and click on the Template.
In the template editing textbox, locate this code:
<$BlogMetaData$>
And put these code above that BlogMetaData code :
To add the Meta Keywords :
<meta name="keywords" content="<ItemPage> <Blogger><$BlogItemTitle$></Blogger>,</ItemPage> <ArchivePage><Blogger><$BlogItemTitle$>, </Blogger></ArchivePage><$BlogTitle$>" />
To add the Meta Description :
<MainPage><meta name="description" content="<$BlogTitle$> of <$BlogDescription$>" /></MainPage>
<ArchivePage><meta name="description" content="<$BlogPageTitle$> Archive, <$BlogDescription$>" /></ArchivePage>
<ItemPage><meta name="description" content="<Blogger><$BlogItemTitle$></Blogger> - <$BlogTitle$>" /></ItemPage>
And if you like to add the dynamic Title for your Blogger website, put these code right below the <head> code :
<mainpage><title><$BlogTitle$></title></mainpage>
<ArchivePage><title><$BlogPageTitle$> Archive</title></ArchivePage>
<itempage><title><blogger><$BlogItemTitle$></blogger> - <$BlogTitle$></title></itempage>
1 Comments:
Nice! -Html web design
By Anonymous, at 8:50 PM
Post a Comment
<< Home