Thursday, January 12, 2012

Tips to Overcome Restricted Report robot.txt In Wabmaster Tools

Tips to Overcome Restricted Report robot.txt In Wabmaster Tools
This time we will learn again and a bit of playing around with google webmaster tools, whether friend use google webmaster tools, maybe there find a friend whose name is "restricted robot.txt" and will more and more reports like that when the friends blog has a lot of labels or category, in fact it is a warning from Goole that link they Crawlers can not be in the index, because it is from nature to the labels / categories of bloggers will not be in the index,
in fact it's all there is no problem for google it is just a confirmation or report only and does not affect our blogspot SEO SERP, but maybe a friend will get confused if it constantly appears and the more that we do not tackle.
Here friends can learn seo tuk together, and the following share some tips to overcome the above problems!
Step 1Sign dashboard edit the HTML check Expand widget templates.
STEP 2
Find the code like this: <head>Then enter this code right below it:
<b:if cond='data:blog.pageType == "archive"'><meta content='noindex,follow' name='robots'/></ B: if><b:if cond='data:blog.pageType == "index"'><b:if cond='data:blog.url != data:blog.homepageUrl'><meta content='noindex,follow' name='robots'/></ B: if></ B: if>
Step 3Find the code below:
<a expr:href='data:label.url' rel='tag'>
replace with the code below:
<a expr:href='data:label.url' rel='nofollow'>
Step 4Find the code below:
<A class = 'blog-pager-older-link' expr: href = 'data: olderPageUrl' expr: id = 'data: widget.instanceId + "_blog-pager-older-link"' expr: title = 'data : olderPageTitle '>
replace with the code below:
<A class = 'blog-pager-older-link' expr: href = 'data: olderPageUrl' expr: id = 'data: widget.instanceId + "_blog-pager-older-link"' expr: title = 'data : olderPageTitle 'rel = "nofollow">
Step 5Find the code below:
<A class = 'blog-pager-newer-link' expr: href = 'data: newerPageUrl' expr: id = 'data: widget.instanceId + "_blog-pager-newer-link"' expr: title = 'data : newerPageTitle 'rel = "nofollow">
replace with the code below:
<A class = 'blog-pager-newer-link' expr: href = 'data: newerPageUrl' expr: id = 'data: widget.instanceId + "_blog-pager-newer-link"' expr: title = 'data : newerPageTitle 'rel = "nofollow">
when my friend uses breadcrumb navigation then we will do the job one more, to link a buddy breadcrum apply, for those who do not set it up, skip this step.
Step 6Find the code as step number 3 in the breadcrumb xhtml code and replace it with code like this:
<a expr:href='data:label.url' rel='nofollow'>
Finish and save the template buddy.


Explanation ...!• The first code to avoid the archive index crawles bloggers from googlebot, which indeed is a major problem of duplicat.• The second code to tell google to not reading the label, why is that.? because if the label dicrawles googlebot then will submit a report robot.txt restricted in webmastertool, because the label is set not in the index.• The third code is the same as the number two, but that in avoiding this is the navigation of new postings and postings are usually located below the post or blog page.• code into four equal third code.• code into five to nofollow breadcrumb navigation that leads to the label.

0 komentar:

Post a Comment