Quantcast
Channel: I'M FROSTY
Viewing all articles
Browse latest Browse all 120

How to Fix Duplicate Content in SEO Site for Blogger.

$
0
0
Google is pleasing movement against duplicate content, Whether it's created from completely different links or in same website. Due to content scrappers you will face duplicate content issue and for that you have to take simple essential step to escape that duplicate content issue by following steps. Probably duplicate content is also evolved within your weblog similarly. 

SEO Fix duplicate Content in Blogger | IMFROSTY.com

The key reason for this is often label and archive, though label and archive makes your web log navigation simple and provide much better user expertise; however it will cause major duplicate issue that reciprocally will hurt your web log in search results perspective.

How Archive and Labels Origins duplicate content issue?

Archive and Label does not have their own content, they precedes content from each and every post that is indexed by the main search engines like Google, Yahoo, and Bing. In this manner cause duplicate issue as each page having completely different URL contain similar content. Thus during this post I’m getting to show you ways you'll be able to tell Google bot to not index archive and labels of your blog.  

Add Canonical URL's:

Canonicalization of your URL permits you to inform major search engines a most popular URL version of a particular page. Since it’s attainable to possess several version of a similar page i.e. archives as an example, its necessary to specify a canonical URL to inform search engines the popular URL of a definite page. To implement Canonical URL across your blog, please follow the steps below.

1. Login to your Blogger Dashboard ---> click template ---> Edit HTML
2. Search the code <b:include data='blog' name='all-head-content'/>
3. If the above code is found in your template, then already supports canonical url's and you need not     to do anything. Otherwise just follow the next step.
4. Search the code </head>, paste the below code just before the </head> tag.
     <link rel='canonical' expr:href='data:blog.url'/>
5. Click to save your template.
Thats it! Now you have Canonical URL implemented in your blog site.

How to add noindex and noarchive meta tags to archive pages:

In general, archive pages are crawled and spidered on Blogger. If you do not add the noindex and noarchive meta tags to your archive pages, they'll get indexed by the main search engines and can show up within the search results. This is often clearly not what you'd wish, therefore to rectify this case; we'd like to feature the right meta tags simply to those archive pages, so that they will not get indexed. To implement this, follow the simple steps:

1. Login to your Blogger Dashboard ---> click template ---> Edit HTML
2. Search the code <Head> and copy the below code just after the tag <Head>

<!--Begin noindex,noarchive archive pages -->
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
<meta content='noindex,noarchive' name='robots'/>
</b:if>
<!--End noindex,noarchive archive pages -->

3. And save the template

Note: The above code "only your archive pages" will have the noindex, noarchive meta tags. Now browse your archive pages and check the source code to see them, then browse to a post or blog homepage and see they are not there. That’s what we want it.

How to remove an Attribution Widget from Blogger

Add rel="nofollow" attribute to post labels and the label cloud:

If you've got labels hooked up to your blog posts, or are employing a label cloud on your sidebar, then you would like to feature a rel="nofollow" to those label links to inform search engine crawlers like Google, yahoo, Bing to not follow those links. This one may be a bit harder, however it’s accomplishable. All you've got to try and do is follow the steps below, and you ought to tumble enforced properly.

For post labels
1. Login to your Blogger Dashboard ---> click template ---> Edit HTML
2. Search the code <a expr:href='data:label.url' rel='tag'> and replace with the below code
    <a expr:href='data:label.url' rel='tag,nofollow'>
3. Finally save your template. Now all your labels attached posts should have the rel="nofollow"        
    attribute.

For label cloud
1. Login to your Blogger Dashboard ---> click template ----> Edit HTML
2. Search the code
 <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
3. Replace with the below code
    <a expr:dir='data:blog.languageDirection' expr:href='data:label.url' rel='nofollow'>
4. Save your template. Once you have done, if you have no errors, click Save. Thats it! now all your label links are also nofollow.

Using Robots.txt to dam access to look and label pages:

Finally, we'll use the Robots.txt file to inform search engine crawlers that the /search and /search/labels/ directories are off limits. To implement this please follow the steps below:

1. Login to your Blogger Dash board----> Settings ---> Search preference
2. Select Enable Robots.txt
3. Add the below code

Disallow: /search
Disallow: /search/labels/

4. Finally save your template.

Now your robots.txt file can search engine crawlers that the search and label directories are off limits. All crawlers that stick to the robots.txt customary can honor these directives, so preventing labels and blogger search pages from being indexed.

I hope this post helped a number of you out there, Have a good day!

Viewing all articles
Browse latest Browse all 120

Latest Images

Trending Articles





Latest Images