seo

SEO TIP: Meta Tags to Optimize Blogger Blogs

Home » Blogs » Tutorials » SEO TIP: Meta Tags to Optimize Blogger Blogs

One way to optimize the search engine crawls in your blogger post is to have the best meta tag. Search engine indexing and revisiting are most important to proliferate your contents on the web and make your blog appear on the first page of the search engine. I doesn’t need a high page rank.

seo

Also, it is important that your blog title appears first before the blog name. Please see the example below.

Google search result
Google search result

To edit you meta tag, open the design tab of your blog in blogger then click edit html. Find these lines, and and replace all items between these lines with the code below. Of course, don’t forget to replace some that requires to be replaced with your own contents such as keywords and description.

<b:if cond=’data:blog.pageType == &quot;item&quot;’>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/><title><data:blog.pageTitle/></title>
</b:if>
<meta expr:content=’data:blog.pageTitle &quot; (REPLACE WITH YOUR DESCRIPTION)&quot;’ name=’description’/>
<meta expr:content=’data:blog.pageTitle &quot; (REPLACE WITH YOUR KEYWORDS)&quot;’ name=’keywords’/>
<meta content=’1 days’ name=’revisit-after’/>
<meta content=’global’ name=’distribution’/>

 

Leave a reply

Your email address will not be published. Required fields are marked *

2 comments