Avatar of Eduardo Fuerte
Eduardo Fuerte
Flag for Brazil asked on

What could be done to avoid Google robot to use incorrect information?

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!
PHPWeb BrowsersHTML

Avatar of undefined
Last Comment
Eduardo Fuerte

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Chris Stanyon

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
Ray Paseur

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Eduardo Fuerte

ASKER
Thank you for the replies

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:

<html>

<HEAD>
<meta name="robots" content="noindex, nofollow" /> 
</HEAD>
....

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?
Chris Stanyon

Now that you've set that up, you may just have to wait and see. If you re-requested a visit from Google, it will take some time - nothing you can do to speed it up!!
Eduardo Fuerte

ASKER
Ok...
To reinforce I manually excluded  at Google Webmaster the undesired folder, with success. Still not ok but like you say... it's time to wait the next robot's visit....
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Chris Stanyon

Be prepared - it could take weeks :)
Eduardo Fuerte

ASKER
What a lazy robot (rs)...
Eduardo Fuerte

ASKER
Thank you for the guidance!
Now it's time to wait for the very busy robot to remind my site!
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.