Plugin added
-
<meta name='robots' content='noindex, follow' /> - appears just then plugin activated. and just on this category page.
I deactivated all plugins except YoastSEO - same problem. The fact that the noindex tag only appears when Yoast SEO is active definitively points to the plugin as the source.
wp-config.php, .htaccess files - standard WordPress configuration file, no issues. robots.txt does not contain "noindex" for this page
I published new category to check if problem related just to "cars" category - same problem. This confirms that the issue is not specific to the "cars" category. Since it's happening on a brand new category as well.
POST/PAGE/CATEGORIES/TAGS settings - Show posts in search results "ON". All plugin settings, settings on category page and regular settings are "on" to enable search engine to index page. Same as advanced settings on editing/publishing page.
ROBOTS (from plugin tools settings):
User-agent: *
Allow: /
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /wp-login.php
Disallow: /xmlrpc.php
Disallow: /config/
Disallow: /tmp/
Disallow: /cache/
Disallow: /search/
Disallow: /privacy-policy/
Noindex: /privacy-policy/
Noarchive: /privacy-policy/
Sitemap: https://drivecontact.us/sitemap.xml
Sitemap: https://drivecontact.us/sitemap-misc.xml
Sitemap: https://drivecontact.us/post_tag-sitemap.xml
Sitemap: https://drivecontact.us/category-sitemap.xml
Sitemap: https://drivecontact.us/post-sitemap.xml
Sitemap: https://drivecontact.us/page-sitemap.xml
Sitemap: https://drivecontact.us/archives-sitemap.xml
HTACCESS (from plugin tools settings):
# BEGIN LSCACHE
# END LSCACHE
# BEGIN NON_LSCACHE
# END NON_LSCACHE
# Block the include-only files.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^wp-admin/includes/ - [F,L]
RewriteRule !^wp-includes/ - [S=3]
RewriteRule ^wp-includes/[^/]+\.php$ - [F,L]
RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L]
RewriteRule ^wp-includes/theme-compat/ - [F,L]
</IfModule>
<Files wp-config.php>
<IfModule !mod_authz_core.c>
order allow,deny
deny from all
</IfModule>
<IfModule mod_authz_core.c>
require all denied
</IfModule>
</Files>
# 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 WordPressThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Plugin added’ is closed to new replies.