Most voted "robots" questions
20 questions
Sort by count of
-
4
votes1
answer42
viewsWEB Systems What is the best way to escape from Searchers and make it invisible
When it comes to WEB systems What would be the safest and most used way for it to become invisible to search engines? I know there are the "Goals" but I think there should be more reliable way…
-
2
votes1
answer44
viewsPrevent indexing of page clippings
If you cut a page separating the head,nav, etc... and pull everything with include in the index.php, Google will index these cut pages? I want to separate some parts by creating head.php and…
-
2
votes1
answer33
viewsRobots.txt with spaces
I created a robots.txt and Mapeed it on my host to be found at the root, but I realized that I climbed with spaces before the bar, many spaces. And as the process of deploy is very bureaucratic I…
-
2
votes2
answers66
viewsIs indexing sites by half possible?
When browsing the internet reading articles and more articles, I came across some that are only displayed in half, or just the beginning, here’s an example. In this case, only those who are…
-
1
votes1
answer80
viewsHow to create a robot to test traffic on my site on localhost?
I have a mysite.com site that is running in a local LEMP environment (Linux, Nginx, Mariadb, PHP7). The site is already ready and I have a database well loaded with many fake data. Before sending to…
robotsasked 8 years, 2 months ago zwitterion 2,876 -
1
votes0
answers64
viewsWhat is the meaning of using robots on Github pages?
According to this Response of the Stack Overflow it is possible to use robots.txt for avoid that search engines index the pages that the webmaster does not wish. How is that possible? through a…
-
1
votes1
answer172
viewsNoindex Nofollow from similar sites
I have two equal sites, same content, design, everything (One is homologation the other production). They are in different domains, only thing that changes, it is in the Robots that one is indexed…
-
1
votes1
answer55
viewsHow to use a Robots.txt on Github pages
I have a repository on Github and it has a site that’s visible on github pages, only I want the search sites to just show you the homepage of the site. If it was a regular site I could add a…
-
1
votes1
answer61
views -
1
votes1
answer45
viewsCommand order in robots.txt
Hello, I found a file robots.txt with the following directives inside the file User-agent: Googlebot Allow: * User-agent: Bingbot Allow: * User-agent: facebot Allow: * User-agent: * Disallow: / My…
-
1
votes1
answer39
viewsRobot to monitor prices
Once in a class the teacher commented that he programmed a "little robot" to track certain information from a website. He captured the source code of a certain page and with functions within the…
-
0
votes0
answers223
viewsJava Robot does not work in the game, does anyone know if there is a way?
I recently made a bot for a game and had a problem that had occurred to me before. The code runs out of the game but when I click on the game and press to start, only the Mousemove(robot class, java…
-
0
votes1
answer76
viewsArchive keyboard entries in Python
I am building a code to retain any command made by the keyboard, they will be published in a topic of the ROS structure to control a mobile robot. I’m not very familiar with Python, the most I could…
-
0
votes0
answers45
viewsRobots continues to index deleted pages
I work in a company that owns a store Magento 1.9 and in order to optimize the search organizes we are trying to delete hundreds of pages indexed by google, however, I am facing two difficulties.…
-
0
votes0
answers16
viewsRobot Framework - Help with uuid Namespace Reference
I got a problem here with the robot test. I want to replace: ${resp}= Post Session ${{random.randint(1, 1500)}} BRL BR 7 c3598892 for: ${resp}= Post Session ${{random.randint(1, 1500)}} BRL BR 7…
robotsasked 3 years, 11 months ago Eric Neder 1 -
0
votes0
answers18
viewsPython code using ROS in a Docker container
I am a beginner with ROS and am trying to run some Node Listener/talker running a really simple code in python, using ROS in a Docker container. I am following the guide described in:…
-
-1
votes1
answer288
viewsClick on modal with the Puppeteer Node Javascript library
Hello, I would like help to be able to select an item within a mondal, using the TAB key inside a FOR then a ENTER can solve , the problem and when the customer has another contract, even selected…
-
-1
votes1
answer25
viewsCode issues for a lap counter on a line-follower robot on the Arduino
Hello, I am beginner in the programming study with Arduino, and my teacher asked for the following exercise: "Using the line follower code implemented in previous lessons, the student must implement…
-
-2
votes1
answer421
viewsscraping google
Regards I am writing a script in python3 to perform news searches and tbm images... and created queries for Bing google using Apis mechanicalsoup and requests. the case is over with google, after a…
-
-3
votes0
answers42
viewsROS + Google Colab
Hello. I would like to make the ROS (Robot Operating System) work on Google Colab. Does anyone have an example of how to do this? I was taking a look at these 2 links:…