Mobile app version of vmapp.org
Login or Join
Steve110

: Robots.txt problem Two weeks ago I changed the address of my site. I forgot to renew my domain, and for a few days my site was unreachable. This resulted in google indexing my site inproperly.

@Steve110

Posted in: #Google #GoogleSearchConsole #RobotsTxt

Two weeks ago I changed the address of my site. I forgot to renew my domain, and for a few days my site was unreachable. This resulted in google indexing my site inproperly. There is a robot.txt error on search results of my website. A description for this result is not available because of this site's robots.txt.

This is my robots.txt:

User-agent: *
Allow: /


I've already forced google to index my site via webmastertools.

EDIT: It only doesn't work with some posts

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Steve110

1 Comments

Sorted by latest first Latest Oldest Best

 

@Phylliss660

The standard format for a robots.txt file, to allow everything, would be

User-Agent: *
Disallow:


You only need to use Allow to override a Disallow rule. I would suggest making the change; Google can take up to a day to then update the robots.txt cached version.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme