Tagged Questions
The robots tag has no wiki summary.
15
votes
5answers
2k views
Static files in Flask - robot.txt, sitemap.xml (mod_wsgi)
Is there any clever solution to store static files in Flask's application root directory.
robots.txt and sitemap.xml are expected to be found in /, so my idea was to create routes for them:
...
8
votes
4answers
467 views
Googlebots Ignoring robots.txt?
I have a site with the following robots.txt in the root:
User-agent: *
Disabled: /
User-agent: Googlebot
Disabled: /
User-agent: Googlebot-Image
Disallow: /
And pages within this site are ...
7
votes
8answers
324 views
6
votes
5answers
208 views
Learn to Build Robots [closed]
I have knowledge with programming languages like C++, C#, Java. I have also developed various websites and other applications.
Building Robots is my dream and I planning to chase it. But all that I ...
6
votes
2answers
1k views
Microsoft Robotics: cheap but very extensible robot?
Is there any cheap and very extensible robot kit, which can work with Microsoft Robotics?
I want to have a great choice of cool parts for a robot to buy. :)
If where is no such robot kit which can ...
5
votes
4answers
867 views
How do I stop search engines indexing a maintenance page
I need to setup a maintenance page for a website I'm running, e.g. for display when I'm performing site maintenance (scheduled downtime) or if something really breaks and I need to put up a holding ...
4
votes
8answers
220 views
Running a piece of code for a certain amount of time in C#?
I am working on a robot that is capable of motion detection using a webcam. I am doing this in C#
The robot moves too fast, so I want to turn it on/off at short time intervals in order to reduce its ...
4
votes
4answers
720 views
Potential field method : Real Robots
Potential field method is a very popular simulation for Robot Navigation. However, has anyone implemented Potential field method on real robots ? Any reference or any claim of using the method in real ...
4
votes
6answers
501 views
PHP Detecting bot-like behavior
I am attempting to build a system that only shows users a CAPTCHA when bot-like behavior is detected. Here are the behaviors that I am currently looking for when somebody is filling out a contact ...
4
votes
2answers
220 views
Are there any CRobots style games that support robots written in more than one language?
Many years ago, just as I was getting started with programming, I ran into some programming games in the style of CRobots (I don't think it actually was CRobots, but a clone of sorts) which were ...
4
votes
5answers
1k views
Should I get rid of bots visiting my site?
I have been noticing on my trackers that bots are visiting my site ALOT. Should I change or edit my robots.txt or change something? Not sure if thats good, because they are indexing or what?
4
votes
6answers
4k views
What's a good Web Crawler tool
I need to index a whole lot of webpages, what good webcrawler utilities are there? I'm preferably after something that .NET can talk to, but that's not a showstopper.
What I really need is something ...
3
votes
4answers
218 views
How to show effectiveness of Erlang for programming Robots?
I am currently pursuing Masters in Embedded and for my thesis I have to study the effectiveness of Erlang for programming Robot. AFAIK Erlang's declarative nature and concurrency can be effective, so ...
3
votes
2answers
1k views
Allowing Google to bypass CAPTCHA verification - sensible or not?
My web site has a database lookup; filling out a CAPTCHA gives you 5 minutes of lookup time. There is also some custom code to detect any automated scripts. I do this as I don't want someone data ...
3
votes
4answers
606 views
Do robots crawl iframes?
Is it common for robots to crawl inside iframes? And how do they do that? Do they index it instantly or do they just 'remember' the URL and continue sometimes later?
3
votes
3answers
761 views
Robots.txt: allow only major SE
Is there a way to configure the robots.txt so that the site accepts visits ONLY from Google, Yahoo! and MSN spiders?
2
votes
1answer
51 views
Output triggered during startup/reset on Arduino
During startup, opening the serial window, and resetting the Arduino triggers all outputs. I need to prevent this, I have a very loud horn connected and it really will scare the audience when I ...
2
votes
7answers
312 views
What languages/internet protocols for controlling robots/electronics remotely?
I wonder what languages are used in robots and electronics. Is it low level languages like Java, C, C++ etc?
And if these robots and electronics could be controlled from another place, what protocol ...
2
votes
0answers
42 views
Procedural modeling of Robots?
Procedural techniques is common for texture synthesis, modeling plants, and modeling terrains. However, I've seen very little work on algorithmic construction of robots, which is a bit surprising ...
2
votes
2answers
337 views
Detect Robot on Server?
This question sort of extends my other question on robots and captcha. I did what everyone recommend (thanks everyone!), however is it at all possible to detect a robot on the server first? For ...
2
votes
6answers
616 views
How to Verify whether a Robot is Entering Information
I have a web form which the users fill and the info send to server and stored on a database. I am worried that Robots might just fill in the form and I will end up with a database full of useless ...
1
vote
0answers
86 views
how to create robotic arms/legs [closed]
update 2: sorry for posting here. didn't know of electronics.stackexchange.com - thanks to Dennis. will post this again in electronics.stackoverflow.com, and moderators to feel free to delete this, or ...
1
vote
2answers
121 views
There are books about developing webcrawlers/spiders/robots? [closed]
I searched, but not found any specific book about webcrawlers.
Someone could reccomend one for me?
EDIT: It's for the developing of a webcrawler, algorithms to use, technics, etc, and not to show ...
1
vote
1answer
187 views
automatic redirection/geo-location and search engine optimization - Detect if its a spider that is accessing site
I have a site who's search ranking has plumetted. It should be quite SEO friendly because its built using XHtml/CSS and has been run against the SEO toolkit.
The only thing I can think that may be ...
1
vote
3answers
127 views
prevent google from indexing
hi sirs what's the best way to prevent google from showing of a folder in the search engine ?, like e.g www.example.com/support , what should i do if I want the support folder to disappear in google ?
...
1
vote
1answer
155 views
How do I create google xml sitemap and robot.txt file?
Hi I'm a bit of a beginner at seo,
Could anyone tell me how I create and xml sitemap and robots.txt file for my site.
Is there some kind of generator for them?
Thanks for your help
Regards
Judi
1
vote
4answers
118 views
Is it legal to write a robot getting receiving data from a website regularly?
I'd like to write a little software which 'visits' a specific website regularly (every minute, for example) and gets specific data from there. This data is stored in a database which is used by ...
1
vote
1answer
109 views
robots.txt syntax question
I have a few doubts about this robots file.
User-agent: *
Disallow: /administrator/
Disallow: /css/
Disallow: /func/
Disallow: /images/
Disallow: /inc/
Disallow: /js/
Disallow: /login/
Disallow: ...
1
vote
3answers
977 views
Pathfinding Algorithm for Robot
I have a robot that uses an optical mouse as a position track. Basically, as the robot moves it is able to track change in X and Y directions using the mouse. The mouse also tracks which direction you ...
0
votes
0answers
41 views
Godaddy adding code to links when accessed by robots
I moved my website from One.com to Godaddy.com, and eversince robots (thing googlebot, baidu, google webmaster or freesitemapgenerator) have been unable to access pages, as there is a sort of ...
0
votes
1answer
23 views
Google indexed my domain anyway?
I have a robots.txt like below but Google has still indexed my domain. Basically they've indexed mydomain.com but not mydomain.com/any_page
UserAgent: *
Disallow: /
I mean how can I go back further ...
0
votes
1answer
17 views
wordpress robots
my permalink was like this %postname%/
then i changed it like this /%post_id%/%postname%/
now the problem is that google bot still indexing postname and report it as not found, so I want to add a line ...
0
votes
2answers
40 views
NSTimer Syntax in Xcode 3
I'm using an old 12" Powerbook for the brains of a mobile robot platform and I'm having trouble getting the NSTimer to compile in XCode 3.2.3. Creating a standard tool in C, Using:
[NSTimer ...
0
votes
1answer
31 views
Remove page from Google Listings using robots.txt file
Is this the correct way to do this - below is my txt file, would this prevent Google from indexing my admin directory as well as oldpage.php?
User-agent: *
Allow: /
Disallow: /admin/
Disallow: ...
0
votes
0answers
30 views
Noindex certain url patter in robots.txt
I am trying to block a certain pattern of URL's in robots.txt but I'm not sure if works or not.
What I want is to block some voting links, so the spiders can't access them, wich will stop them to ...
0
votes
3answers
136 views
prevent all bots from accessing a page
In asp.net, c# web applciation, is it possible to prevent bots from accessing a particular page?
I want to prevent all bots from accessing the payment page on my site.
0
votes
1answer
54 views
Regarding ROS(Meta operating system for robots) software
I am working on the simulation of care-o-bot technologies (beginner to ROS). I read the ROS documentation and found some two similar things i.e. RVIZ and GAZEBO. Would you please tell me the ...
0
votes
0answers
40 views
fetch a website and parse some content [closed]
I want to write a program to fetch a particular website (like a discussion group) and get some information from the web pages.
Can someone recommend any opensource easy to use to do it?
I am testing ...
0
votes
1answer
44 views
How to store big map j2me
I need to create 3000x3000 bit map for coords of my robots. In theory I have a array MxM, M=3000, and if my robot see somthing, then in coords [5][5] example I put 1, if see nothing then 0.
When I ...
0
votes
0answers
33 views
Remove Extension with Robots.txt
I'm getting &fr=true on many of my URLs. Is it possible to remove these from the search engines with a robots.txt file?
0
votes
1answer
172 views
mod_rewrite all robots.txt requests to default file, server-wide
So, I have a development server running OpenSuse with apache. There are loads of projects on this server, some of them have an online/live counterpart.
Each project has a separate subdomain.
How do ...
0
votes
1answer
54 views
robots.txt with Disallow and meta tag that allows
I am responsible for a site with a base URL such as:
https://hello.world.com/my-site/
There is a robots.txt file in https://hello.world.com/robots.txt with the following content:
User-agent: *
...
0
votes
1answer
110 views
Restrict access to iframed domain through anything but its parent frame / domain
I have a site on one domain (say, iframedomain.com), which is loaded via iframe through another domain (say, parentdomain.com) and I want to prevent users from accessing it directly. How do I ensure ...
0
votes
2answers
111 views
Correct way to add robots.txt and hide it?
I have a secret folder on my hosting, which may not be seen by visitors. I've added a robots.txt to htdocs:
User-agent: *
Disallow: /super-private/
However, if a visitor goes to ...
0
votes
0answers
138 views
sitemap.xml in robots.txt
...
Allow: /sitemap.xml
Sitemap: http://abc.com/sitemap.xml
...
can robots scratch the sitemap.xml file for the
0
votes
4answers
70 views
Dissallow robots for a while
I'm will be hosting a wordpress site on a live server. But it will be in test phase for while. How can I tell the robots not to index the site till then?
0
votes
2answers
104 views
Do search engine robots read localized text from resource files?
In my asp.net mvc project all text is in resource files, and in view for text values roots to the resource file. I have english and german text. Current culture is read from cookies and rooted from ...
0
votes
4answers
79 views
does a PHP redirection affects the way a crawler or a robot views a website?
for example if in my index.php i have something like:
<?php
header('Location: /mypublicsite/index.php');
?>
what do the crawlers and/or robots get? just a blank page? or they actually arrive ...
0
votes
1answer
230 views
Should I block bot*?
Bandwidth on one of our sites was severely messed with on the 28th of this month. The cpanel only tracks daily access logs and didnt archive them(it does now), using aw stats I found our bot traffic ...
0
votes
4answers
529 views
How to track all website activity and filtering web robot data
I'm doing a very rudimentary tracking of page views by logging url, referral codes, sessions, times etc but finding it's getting bombarded with robots (Google, Yahoo etc). I'm wondering what an ...