Hi Experts!
What could be done to avoid Google robot to use incorrect information captured from the code and present this?
According with the picture inconvenient informations (just used for debugging code) is used..and things like
<head>
...
<meta name="robots" content="index,follow" />
...
</head>
are not used in the .php files.
![img01]()
Thanks in advance!
I corrected the bugs and deleted another .php file.
I created a robot.txt with
User-agent: *
Disallow: /prj/php/
To disable the folder where php(s) remains for the robot don't see the undesired files...
And plus put this on the php file header for the robot don't catch information from:
Open in new window
Entered Google Webmaster tools that checks the folder allowed for Googleboot./ Googlebot-Mobile...
And robot's engine keep giving the undesired information in the search...
Is it needed a new robot cycle to accept and correct it?