Questions tagged [noindex]
The noindex tag has no summary.
50 questions
0 votes
1 answer
86 views
<meta name="robots" duplicate issue
I use WordPress i have a problem on I have inspected my site and there are 2 meta tags <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /&...
0 votes
1 answer
48 views
Notice: Undefined index: h in themes/dentario/fw/core/core.wp.php on line 1515
I am getting this error on this theme and I am trying to find out if the website even needs this set of code. It is a theme that doesn't seem to have support. I contacted the support team and they ...
0 votes
2 answers
402 views
website not indexed
I have a problem with my site that after several months of publication is not indexed. when it was under development the box was checked to not allow indexing by search engines but once completed and ...
1 vote
0 answers
538 views
What purpose does /embed/ URL have and how to avoid SEO problems?
I've noticed this with many WordPress projects (and clients) over the years so I thought it was worth a public thread. When you interlink a post/page that has embedding enabled, the iframe source will ...
2 votes
2 answers
841 views
Hide my staging subdomains from search results without impacting the visibility of the root domain
I've been working on a staging site, installed to a subdomain with installatron. It appears that a good portion of this staging site has now been indexed and shows up when you search for our business. ...
0 votes
1 answer
2k views
Wordpress adds 'noindex' tag to search results. Anything I can do about it?
Google Search Console has just reported me that my page is not being indexed, because noindex tag has been found. Upon closer investigation I found it in the search results page: <title>Search ...
1 vote
1 answer
354 views
Why is Google Search Console getting X-Robots-Tag noindex?
As can be safely inferred from the question, I'm trying to get Google to index my site. I'm using Wordpress 5.9 served by nginx (1.13.12), with SEOPress (5.6 up-to-date). I let the wizard guide me for ...
0 votes
1 answer
82 views
Remove Noindex?
I'm having issues getting Google to index my site, because there is a noindex on the homepage. <meta name='robots' content='max-image-preview:large, noindex, follow' /> I have removed all SEO ...
0 votes
1 answer
115 views
Not able to remove NOODP tag from wordpress site [closed]
My blog site is not indexed in Google. I am using yoast SEO plugin (free version). I have unchecked the option of NOODP still its showing in the source code. And in search console its showing 'noindex'...
1 vote
1 answer
1k views
Set noindex page-comment from Pages 2, 3 and More?
I use All in one seo pack plugin. I see that Google indexed page comments (that are a pages generated from paginated comments). The example url are the followings: URL canonical - mydomain.com/url-...
0 votes
1 answer
126 views
Force meta data on specific product type
I'm working on a Woocommerce website were I have multiple product types: simple_product, enviso_group_offer and enviso_group_ticket. All of these types are just products in my Woocommerce. No I want ...
1 vote
1 answer
1k views
How can I noindex my archive pages?
I am using the following snippet in my functions.php. function add_noindex() { if(is_archive()) { echo '<meta name="robots" content="noindex,follow" />'; } } ...
0 votes
0 answers
914 views
Remove WP Core canonical for category pagination
It seems that WP is adding a canonical to the root of my pagination, and no indexing all other pages on Category pages. For example, /locations/residential/?_page=2 is no-index, and gives /locations/...
0 votes
1 answer
353 views
Noindex Posts From Certain Authors In Wordpress
I'm trying to noindex posts from all authors EXCEPT 3 authors on my Wordpress site. I found the following code that I can put into the header.php file. However, this targets specific categories. <...
1 vote
1 answer
894 views
How to noindex automatically all post of a specific category? [closed]
My site is auto importing feed of other website. Obviously it's copied content for google. So i want to noindex all posts comes from that feed. Thanks