Robots.txt is text file used by Website owners to give instructions about their site to web robots. Basically it tells robots which parts of the site are open and which parts are closed. This is called The Robots Exclusion Protocol.

learn more… | top users | synonyms

1
vote
1answer
30 views

How to create a Google Bot friendly robot.txt?

I am using Word Press. One of the files functions.php contains function do_robots() {... which blocks Google crawling. I have replaced this function with the following: function do_robots() { ...
0
votes
1answer
12 views

“This is an invalid script resource request.” error when Websense crawls /ScriptResource.axd

I am getting the following error very often on my websites: "This is an invalid script resource request." The error occurres when a spider tries to crawl /ScriptResource.axd or /WebResource.axd. ...
1
vote
0answers
12 views

If robots.txt points to a sitemap in a sub-folder, can the sitemap specify URLs in the root?

Suppose I have a robots.txt file in my root, http://domain.com/robots.txt, that specifies a sitemap in a sub-folder that has a single declaration that points to a sitemap index: robots.txt Sitemap: ...
2
votes
2answers
50 views

Show login screen for humans but allow robots to index

I am working on a Pinterest clone in WordPress at the moment. I want to know how Pinterest manages to get their site indexed by search engines when you have to log in to see the pin screens? So, I ...
0
votes
0answers
14 views

UAT site is not searchable(crawable)

We have production and test environment as any other company. And I was thinking to put a robots.txt into the UAT root folder that Google web crawler would not do an unwarranted crawl on the uat ...
0
votes
1answer
17 views

Avoid robots from going into a www.domain.com/thishash when link posted to twitter, facebook

I'm building a service where people gets notified (mails) when they follow a link with the format www.domain.com/this_is_a_hash. The people that use this server can share this link on different places ...
0
votes
0answers
22 views

Visitors to Wordpress website occasionally see robots.txt instead of content

I'm running into a strange issue that I've never seen before: visitors to a Wordpress-powered website occasionally see the contents of Wordpress's automatically-generated robots.txt instead of the ...
1
vote
2answers
34 views

Robot names for robots.txt

Suppose I have a website that uses wget to crawl other websites. I would like to provide website owners the chance of not being crawled by my website. Should they use the robot name wget in their ...
-2
votes
0answers
31 views

Google's robots.txt analysis says syntax not understood [closed]

Google's robots.txt analysis says syntax not understood. Here's my robots.txt file Line 1: User-agent: *        Syntax not ...
-2
votes
1answer
19 views

how to Google not crawled my homepage and index.php [closed]

Google crawled my homepage and index.php page Like www.example.com and www.example.com/index.php . for me it has to crawl only homepage (www.example.com) . how to tell Google not to crawl ...
-2
votes
0answers
19 views

Block all urls which contain “_” in multi-language website - robots.txt [closed]

I have multi-language website, let's say testsite.com/en/test-page I had lots of urls which contained "_", testsite.com/en/test_page_number_one Now I want all those links to be blocked by robots.txt ...
-2
votes
5answers
64 views

Robots.txt in my project root [closed]

I've seen tutorials/articles discussing using Robots.txt. Is this still a necessary practice? Do we still need to use this technique?
2
votes
1answer
88 views

Java socket read blocking infinitely

I have a really strange issue while working with Java sockets. This problem is only happening for a VERY small subset of the urls that I am processing. Let's call an example url abc.com. Edit: url ...
0
votes
0answers
22 views

Nutch 2.1 don't parse site

I am using nutch 2.1 with Hbase. And it workes fine. But I wanted to crawl the http://www.forbes.ru site. I get info in my Hbase about this site but it is not parsed. I tried to start Parse -all but ...
1
vote
1answer
55 views

Disallow directory which contains a hash in Robots.txt

Let's say you want to disallow a directory /#test/ (where the directory name begins with a hash) I tried using the line: Disallow: /#test/ But, that didn't work, because, after googling a bit, I ...
0
votes
0answers
41 views

Disallow subdomain url using robots.txt

i would like to ask you a question... i have a domain kiosban.com and store.kiosban.com.. and i want to disallow store.kiosban.com/template/* And i have this on my store.kiosban.com/robots.txt ...
1
vote
1answer
32 views

Should I add an allow all statement at the end of my robots.txt file? [closed]

Do I need to add an allow all statement after my disallow statements in a robots.txt or do bots presume they can crawl anything that isn't marked as disallow. Example: User-Agent: * Disallow: ...
0
votes
0answers
12 views

Robots.txt using pattern to block some of dynamic URLs

I'm trying to exclude some of page from indexing. I have search form where you can use some of predefined parameters or user typed queries. I need to block search results that have user-provided ...
0
votes
1answer
28 views

*/link in robots.txt - Does this block all or just url ending with /link?

I have a Rails-application with products where the products can be found at: mydomain.com/thisproduct if the user clicks on the link that leads to the manufacturers website, this is done by using a ...
-1
votes
1answer
34 views

Disallow duplicate content from robots.txt [closed]

I need to disallow the following automatically created pages for many categories in robots.txt I would like http://www.example.com/ but not http://www.example.com/?page=2, ?page=3
0
votes
1answer
16 views

How to properly split a site?

Suppose I have a new verison of a website: http://www.mywebsite.com and I have would like to keep the older site in a sub-directory and treat it seperately: http://www.mywebsite.com/old/ My ...
8
votes
4answers
148 views

How to stop Google indexing my Github repository

I use Github to store the text of one of my web sites, but the problem is Google indexing the text in Github as well. So the same text will show up both on my site and on Github. e.g. this search The ...
0
votes
2answers
150 views

Bingbot ignoring robots.txt and attempting to retrieve a trafficbasedsspsitemap.xml

I have an app whose content should not be publicly indexed. I've therefore disallowed access to all crawlers. robots.txt: # Robots shouldn't index a private app. User-agent: * Disallow: / ...
1
vote
1answer
114 views

Description of google search result not available due to robots.text

I tried to search for my site in google "DailyMuses" and got the following result It says that "A description for this result is not available because of this site's robots.txt" I went to check ...
0
votes
2answers
67 views

Google search results showing my site even though I've disallowed it in robots.txt [closed]

My staging site is showing up in search results, even though I've specified that I don't want the site crawled. Here's the contents of my robots.txt file for the staging site: User-agent: Mozilla/4.0 ...
1
vote
1answer
40 views

Robots.txt in the root directory, will that override the Meta tag or will the Meta tag override the robots.txt file?

I do not want any search engines from indexing my website, so I put robots.txt in the root directory; will that override the Meta tag or will the Meta tag override the robots.txt file? The reason for ...
0
votes
3answers
27 views

Will / in robots.txt also apply to the root directory?

In website.com/path/ there is a robots.txt file, that contains the following: User-agent: * Disallow: / I do NOT want it to apply for website.com, but only to the path itself. The question is: ...
0
votes
1answer
27 views

OSCommerce Who's online having lengthy list

In my oscommerce site admin section, there is very lengthy list of records in Who's online. I knew it's all from Bot. How to resolve this issue.? Because of this, my site was crashed and loading very ...
0
votes
1answer
169 views

Html - PHP - Robots

I am just looking for a bit of advice / feedback, I was thinking about setting up and opencart behind an HTML site (shop) that gets ranked well in Google. The index.html site appears instead of the ...
0
votes
0answers
168 views

Increase in authorization permission errors - Google Webmaster Tools

"Increase in authorization permission errors " I have been getting this error for the past 2 nights in webmasters tools for one of my sites, the only change I have made that I think could contribute ...
3
votes
2answers
284 views

What about hackers.txt?

First No I am not asking you to teach me hacking, I am just curious about this file and its content. My journey When I dived into the new HTML5 Boilerplate I came accross the humans.txt. I googled ...
0
votes
1answer
42 views

Disallow search engine crawlers but allow google analitics

It looks like my Google Analytics doesn't work because I have blocked all user-agents. My site is still in beta version, so I don't want to be visible to search engines, but I still want to watch my ...
4
votes
4answers
131 views

Robotparser doesn't seem to parse correctly

I am writing a crawler and for this I am implementing the robots.txt parser, I am using the standard lib robotparser. It seems that robotparser is not parsing correctly, I am debugging my crawler ...
0
votes
0answers
21 views

Check the robots file (Keywords are not showing till 2months)

My site has wordpress http://www.us-biofuel.com/ .I have add into webmasters here are no single issue regarding sitemap or roboots, and the site all pages are indexed. But the problem is not a single ...
0
votes
1answer
95 views

Why Google add a notice “this site may be compromised”

This morning, a lot of my website where tagged "this site may be compromised" by Google in it's result. Sites that are under my supervision on my own VPS server. I'ved run a deep scan on it and ...
1
vote
1answer
27 views

Python Robotparser Timeout equivalent

Is there a way in Python 3.3.0 to set the timeout of the robotparser.read() function? (such as in the urllib.request urlopen) The default timeout of 60 seconds is a bit drastic. (I'm self-teaching ...
0
votes
1answer
11 views

How to block selecting links containing?

What code do I add to Robots.txt to allow: ?app=core&module=global&section=sitemap&sitemap=sitemap_core_topics_4.xml.gz But block all other links containing ? Current Code: Disallow: ...
1
vote
1answer
183 views

What is the smartest way to handle robots.txt in Express?

I'm currently working on an application built with Express (Node.js) and I want to know what is the smartest way to handle different robots.txt for different environments (development, production). ...
2
votes
3answers
110 views

Is their an existing tool to generate sitemap and robots txt using spring mvc

I have website with secured pages, and a number of public directories. Is their a built in mechanism or existing library that geernates a sitemap and/or robots.txt based on controller request ...
0
votes
1answer
191 views

Stop Google indexing subdomains

I have a site that uses wildcard subdomains so that when somebody signs up they get there own subdomain. I do no want google (or other serach engines) to crawl and index any of the subdomains (accept ...
0
votes
3answers
104 views

Stop https being indexed by google [closed]

What is the best method of stopping google form indexing https pages on a site? Would it be case of simply and a noindex, nofollow to the secure pages and not to standard pages? Or is there some ...
0
votes
1answer
117 views

Blocking Bots by Modifying Htaccess

I am trying to block a couple bots via my htaccess file. On search engine watch it is recommended to use the below. I did block these bots in the robots.txt file but they are ignoring it. Here is ...
0
votes
1answer
85 views

Blocking Links From Being Indexed in Opencart

I seem to be receiving a lot of 404 errors from Google Webmaster tools of late. Is there a way to prohibit these sort of links from being indexed? and where do they come from? Appreciate if you ...
1
vote
1answer
38 views

Remove subdomain from google and yahoo

if I have a subdomain named abc.aaa.com and now i have move to aaa.com/abc more my server admin has help me to make a redirect on abc.aaa.com to aaa.com/abc so no matter access which ...
1
vote
1answer
24 views

How to make sure a link in the spam-post won't get benefit in search-engine result

I have a wiki website. Many spammers using it for seo. They are adding spam-posts with a link to an external website. Is there way to make sure they won't get benefit of it? My thought is adding a ...
0
votes
1answer
39 views

Disallow files without extension

I am currently doing this with htaccess RewriteRule ^view$ view.php [L] And I link to /view without the extension and it works fine. But how do I disable robots from indexing /view? in the ...
0
votes
2answers
330 views

Nginx block robot.txt file

I am running Nginx 1.1.19 on an Ubuntu server 12.04 and I'm having trouble doing the Googlebot, see the robots.txt file. I used the examples this post, but I did not get success. To test the service, ...
0
votes
1answer
301 views

HTTP 403 error retrieving robots.txt with mechanize

This shell command succeeds $ curl -A "Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 (compatible;)" http://fifa-infinity.com/robots.txt and prints robots.txt. Omitting the ...
0
votes
0answers
35 views

how to disallow all WP posts to be indexed in search results

I am using WP for my website. But want to block following things to be index on search results. Here is the Robots.txt contents, User-Agent: * Disallow: /wp-content/plugins/ Disallow: ...
1
vote
2answers
52 views

Bash language randomize order of words in .txt file

how do I randomize the order of words in a .txt file? I don't know any bash and don't know any good resources thanks to all

1 2 3 4 5 10