1
vote
1answer
42 views
robots.txt syntax question.
Hello guys.
I have a few doubts about this robots file.
User-agent: *
Disallow: /administrator/
Disallow: /css/
Disallow: /func/
Disallow: /images/
Disallow: /inc/
Disallow: /js/
…
0
votes
3answers
90 views
How to allow crawlers access to index.php only, using robots.txt ?
If i want to only allow crawlers to access index.php, will this work?
User-agent: *
Disallow: /
Allow: /index.php
17
votes
10answers
669 views
Ethics of Robots.txt
I have a serious question. I'm not trying to start a flamewar or to incite any violence--but here goes.
Is it ever ethical to ignore the presence of a robots.txt file on a webs …
0
votes
1answer
11 views
blocked links in sitemap
i'm using a online sitemap generator tool which generates links even for which are blocked in robots.txt. Is these blocked links affect site ranking ? . Is there anyway to overcome …
2
votes
3answers
89 views
How do you dynamically edit robots.txt in a load balanced environment?
Looks like we are going to have to start load balancing our webservers here soon.
We have a feature request to edit robots.txt dynamically which is not a problem for one host -- h …
1
vote
2answers
82 views
How do I modify robots.txt in Plone?
I've got a Plone site that I administer and I'd like to add some pages to the Disallow of a robots.txt.
It appears that Plone automatically generates a robots.txt file. I can't fi …
0
votes
4answers
94 views
How to disallow search pages from robots.txt
I need to disallow http://example.com/startup?page=2 search pages from being indexed.
I want http://example.com/startup to be indexed but not http://example.com/startup?page=2 and …
0
votes
3answers
68 views
robots.txt and wildcard at the end od disallow
I need to disallow indexing 2 pages, one of them dynamic:
site.com/news.php
site.com/news.php?id=__
site.com/news-all.php
What should I write in robots.txt:
User-agent: *
D …
0
votes
3answers
104 views
how to disallow all dynamic urls robots.txt
how to disallow all dynamic urls in robots.txt
Disallow: /?q=admin/
Disallow: /?q=aggregator/
Disallow: /?q=comment/reply/
Disallow: /?q=contact/
Disallow: /?q=logout/
Disallow: …
0
votes
0answers
73 views
Google Sitemap and Robots.txt Issue
Hi,
We have a sitemap at our site, http://www.gamezebo.com/sitemap.xml
Some of the urls in the sitemap, are being reported in the webmaster central as being blocked by our robot …
0
votes
2answers
74 views
Google’s robots.txt: Is scraping your positions = ignoring it?
I have found a post http://stackoverflow.com/questions/999056/ethics-of-robots-txt/999088#999088 discussing a matter of robots.txt on web sites. Generally, I agree with the princip …
2
votes
1answer
48 views
How can I prevent the googlebot from crawling Ajaxified Links?
I've got a bunch of ajaxified links that do things like vote up, vote down, flag a post - standard community moderation stuff.
Problem is that the googlebot crawls those links, an …
1
vote
1answer
261 views
Robots.txt to disallow everything and allow only specific parts of the site/pages. Is “allow” supported by crawlers like Ultraseek and FAST?
Hi,
Just wanted to know if it is possible to disallow the whole site for crawlers and allow only specific webpages or sections?
Is "allow" supported by crawlers like FAST and Ultr …
4
votes
3answers
375 views
Possible to prevent search engine spiders from infinitely crawling paging links on search results?
Our SEO team would like to open up our main dynamic search results page to spiders and remove the 'nofollow' from the meta tags. It is currently accessible to spiders via allowing …
1
vote
0answers
121 views
Robots.txt - no follow, no index [closed]
Please can someone explain to me the difference between setting allow and disallow in a robots.txt file and create No follow, No index meta tags!
Is it possible to set no follow an …
