No: ‘noindex’ detected in ‘X-Robots-Tag’ http header
-
for the life of me I cannot get this site indexed
google search console returning the following message for all my pages:
Indexing allowed? No: ‘noindex’ detected in ‘X-Robots-Tag’ http header
HTTP / HTTPS Header Check returning the following:
X-Robots-Tag => noindex, nofollow
Yoast SEO plug installed, the obvious checked with that
Below is my robots.txt
User-agent: *
Disallow: /wp-admin/
Allow: /wp-admin/admin-ajax.php
Disallow: /uploads/wpo-plugins-tables-list.jsonBelow is my .htaccess file
# BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Please help!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘No: ‘noindex’ detected in ‘X-Robots-Tag’ http header’ is closed to new replies.