How to Add SEO Meta Tags for Bloggers at Blogspot Page
Recently, many bloggers frustrate and confusing when they trying to put and specify some of meta tags on their blogspot page for increasing their Search Engine Optimization (SEO).
Bloggers only allow <$BlogMetaData$> to the default blogspot page, which it doesn’t allow you to have some important meta tags that needed for several meta crawler and search engine when they crawling and indexing your blogspot pages. Normally, blogspot doesn’t allow you to have the specific <title> tags for each page of your site, including additional meta keywords and meta description tag.
When doing some research, I’ve found some codes that might help you when adding your title and meta tags at your blogspot page.
Now, every blogger can add some features to their page in order to get their blogspot site well-indexed at search engine and their site will have Search Engine Optimization like another paid based site.
In order to add the codes at your blogspot site, bloggers should login and click on “Change Settings” icon which have relation to the blog you need to edit. After you’re done with that step, you have to click on the Template.
How to add the Dynamic Title for bloggers at blogspot page?
(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>
How to add the SEO Meta Description tags for bloggers at blogspot page?
(Put these code above the <$BlogMetaData$> code)
<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>
How to add the SEO Meta Keywords tags for bloggers at blogspot page?
(Put these code above the <$BlogMetaData$> code)
<meta name=”keywords” content=”
<ItemPage>
<Blogger>
<$BlogItemTitle$>
</Blogger>,
</ItemPage>
<ArchivePage>
<Blogger>
<$BlogItemTitle$>,
</Blogger>
</ArchivePage>
<$BlogTitle$>” />
Tags: meta description tags, meta description tag, meta crawler, search engine optimization, code lt, blogd, meta keywords, meta tags, optimization seo, some codes, change settings, mainpage, bloggers, blogger, blog
Related Post:
Useful Meta Tags for SEO
Add URL for SEO
Gain Top Google Rank
Simple SEO
I Always Get an Internal Error in Adsense
April 11th, 2007 at 3:35 am
very useful information
thank you.
April 11th, 2007 at 3:37 am
hi,
im using the new version of blogspot,
where can i find this, BlogMetaData ,in the template edit html.
im new in this matter, where will i type my description and keywords because i really do not understand the code…
i will really appreciate your help.
thank you.
regards
October 30th, 2007 at 8:51 pm
really useful information
thanx for sharing
December 11th, 2007 at 11:50 am
So.. should we add the three of them..??
Do we have to add our meta tags..??
January 31st, 2008 at 8:56 am
Very nice information.
Thank you for sharing.