About SEO Plugin Blogger:
Your blog has great content! But there’s no one to read on. Then what’s the meaning of your valuable content? Without visitor/traffic your great content’s value will be zero. And to gaining visitor/traffic to your blog you have to do Search Engine Optimization.You may know that there are many SEO plugin available for Wordpress and optimizing search engine for wordpress became one step easier & advance than blogger.
But nothing to worry for now!
Main Feature of SEO Plugin Blogger:
- Auto Keyword & Description detector.
- Blog description will never mess up with post description.
- Search Engine robots follow command.
- Distribution.
- Revisit & revisit-after meta tag.
- Audience type meta tag.
- Content type meta tag.
- Language meta tag.
- Country meta tag.
- Author & publisher meta tag.
How To Install All in One SEO Plugin Blogger:
Step 1: Login to your blogger account, select Template from blogger main menu and click on Edit HTML.Remember: Always keep a backup of your template before proceed to edit.
Step 2: Search for <head> tag in blogger template editor by pressing Ctr+F
Step 3: After finding the <head> tag immediately copy and paste the below piece of code just after/under/below it.
<!-- "All In One SEO Pack" Plugin For Blogger by BlogspotYard -->
<div style='display: none ! important;'>
<link href='http://www.blogspotyard.com/' rel='dofollow'/>
</div>
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> - <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.metaDescription != ""'>
<meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>
<b:if cond='data:blog.pageType == "archive"'>
<meta content='noindex, nofollow' name='robots'/>
<b:else/>
<b:if cond='data:blog.pageType == "index"'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta expr:content='data:blog.title' name='keywords'/>
<meta content='index, follow' name='robots'/>
</b:if>
<b:else/>
<b:if cond='data:blog.pageTitle != data:blog.title'>
<meta expr:content='data:blog.pageName' name='keywords'/>
</b:if>
</b:if>
<meta content='global' name='distribution'/>
<meta content='1 days' name='revisit'/>
<meta content='1 days' name='revisit-after'/>
<meta content='YOUR_RESOURCE_TYPE' name='resource-type'/>
<meta content='all' name='audience'/>
<meta content='general' name='rating'/>
<meta content='all' name='robots'/>
<meta content='index, follow' name='robots'/>
<meta content='BLOG_LANGUAGE' name='language'/>
<meta content='YOUR_COUNTRY_NAME' name='country'/>
<link href='https://plus.google.com/+YOUR_GOOGLE_PLUS_ID/about' rel='author'/>
<link href='https://plus.google.com/+YOUR_GOOGLE_PLUS_ID/posts' rel='publisher'/>
</b:if>
<!-- "All In One SEO Pack" Plugin For Blogger by BlogspotYard -->
Step 4: Finally hit the Save Template button. You are successfully installed SEO Plugin Blogger.
Customization:
You have to do a little customization on this plugin with your own data.Original Tag: <meta content='YOUR_RESOURCE_TYPE' name='resource-type'/>
Customization: Replace red color marked text with your content/resource type
Original Tag: <meta content='BLOG_LANGUAGE' name='language'/>
Customization: Replace red color marked text with your blog language name
Original Tag: <meta content='YOUR_COUNTRY_NAME' name='country'/>
Customization: Replace red color marked text with your country name
Original Tag: <link href='https://plus.google.com/+YOUR_GOOGLE_PLUS_ID/about' rel='author'/>
<link href='https://plus.google.com/+YOUR_GOOGLE_PLUS_ID/posts' rel='publisher'/>
Customization: Replace both red color marked text with your google plus id/custom url
No comments:
Post a Comment