New Created Free Wordpress Site, GSC Blocked by robots.txt ???

bakkalci

Junior Member
Joined
Sep 26, 2021
Messages
133
Reaction score
36
Site:
https://ardaspcblog.wordpress.com/

My this site deindexed, humanized all AI Content myself and optimized. Moved to another wordpress domain. Now saying:
1751622411760.png

Site is public and didnt disabled search visiblity.

After making sure that my site gets traffic from Google search, will switch to self hosting...
 
Check your new domain's (robots.txt) file and remove any (Disallow: /) or blocking rules. Once fixed, request indexing again in Search Console.
 
It seems like some parts of your site are blocked by robots.txt file

You should use a simple robots file to avoid such errors.
Code:
User-agent: *
Disallow: /wp-admin/
Allow: /wp-admin/admin-ajax.php

Sitemap: https://www.example.com/sitemap_index.xml

You can disallow anything else for security concerns or to avoid 404 errors. Otherwise, it's best to have a simple robots file.
 
Back
Top