Questions tagged [noindex]

The noindex value of an HTML robots meta tag requests that automated Internet bots avoid indexing a web page.

The noindex value of an HTML robots meta tag requests that automated Internet bots avoid indexing a web page.

Example:

<html>
<head>
 <meta name="robots" content="noindex" />
 <title>Don't index this page</title>
</head>
128 questions
0
votes
1 answer

Will "noindex" tags inside an iframe affect the parent page?

I have a page on my site that gets loaded in an iframe on the homepage. This page is not supposed to be directly accesible, so I don't want it to show up in search results, so I put "noindex" and "nofollow" tags on it. Will these tags prevent the…
Erica Stockwell-Alpert
  • 4,624
  • 10
  • 63
  • 130
0
votes
0 answers

Subpages of my homepage are still displayed in Google despite noindex

I have a WordPress website (https://www.thorsolutions.at) and I want some subpages like the imprint, my privacy policy, my conditions (https://www.thorsolutions.at/datenschutz/) and some testing pages not to be found on Google. I did some research…
0
votes
1 answer

Added HTML meta "robots" directive to "noindex", Google still shows my website in search results

I want Google to not show my website in search results (since its for internal users spread across the globe). As documented at https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag, I have included the meta "robots" directive…
jeet
  • 629
  • 1
  • 4
  • 15
0
votes
0 answers

How to remove ALL subpages except front-page from a WordPress website

I have been struggling with this for a few weeks, without any changes to the Google Search results when searching for my site. I'd like to ONLY have my main domain eg. https://xxxx.xx/ show up in results, no subpages, no nothing else. I have tried…
0
votes
1 answer

Can I use typographically quotation marks in HTML's meta tag

I've found a site where one meta tag is looking like that: Please not that the values for both attributes is additionally enclosed in typographical quotation marks: "” ... ”". While wondering if…
jmizv
  • 1,172
  • 2
  • 11
  • 28
0
votes
0 answers

Google suddenly stopped indexing my posts after I changed the categories

Why suddenly Google stopped indexing my posts? I started posting regularly in October. And the site got Adsense approval. I just changed the categories and front design. Some posts were in the top results but they lost ranks too. Domain age 2…
0
votes
1 answer

How to remove noindex from HTTP response header

Want to remove noindex tag from the HTTP header: I'm using instance on AWS. The web server is open lightspeed + WordPress. I want to submit my site map to Google site all of my pages and post can be crawled by Googlebot but the site map issued by…
0
votes
1 answer

Setting noindex nofollow in a category page of Magento site

With the observer class below, I'm trying to set noindex and nofollow on a category page. I'm unable to get the code to first check if it is a category page and then set noindex if the title of the category page has "parts" in the category name. Can…
CodeForGood
  • 767
  • 7
  • 30
0
votes
1 answer

Magento 2.4.2: The following modules are outdated: Perfectmakeupmirrors_PmmHead schema: current version - none, required version - 0.0.1

I just created a custom module to add a metatag in the head of a category page of our Magento site by making use of event and observer. When reloading the category page, below is the error I see. I re-ran the upgrade command but the error persists.…
CodeForGood
  • 767
  • 7
  • 30
0
votes
1 answer

Is noindex valid in robots.txt?

Is noindex an optional directive in a robots.txt file, or are user-agent, disallow, allow and crawl-delay the only options? For example, is this valid for the contents of a robots.txt file? user-agent: * disallow: / noindex: /
dstrube
  • 193
  • 1
  • 6
  • 17
0
votes
1 answer

NGINX target specific upload files on different folders

I need to add a noindex tag to multiple specific uploaded files, but they all belong to different year and month upload folders like this for…
Suika
  • 660
  • 2
  • 10
  • 30
0
votes
1 answer

how fixed Blocked by robots.txt in wordpress?

My site robots.txt commands include this User-agent: * Disallow: /wp-admin/ Allow: / My problem is in the google search console in live testing Displays this error for my site pages Blocked by robots.txt Also, most of my web pages are not…
Mr_sasani
  • 1
  • 4
0
votes
1 answer

Unable to read sitemap: Google Search Console

Sitemap could not be read General HTTP error 1 instance We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit. Examples HTTP…
0
votes
1 answer

Prestashop multishop: how no-index Alias subdomain

In a shop created with PS 1.7.6.1 we have created a resellers "view"; At the moment we have the mail webshop for B2C on www.domainname.com and a view with reseller.domainname.com (for B2B market) For aspects related to SEO (duplicate product sheets…
0
votes
2 answers

How to noindex pagination pages

How to I add a noindex tag to pagination pages for categories in Shopify? I've found apps that claim to do it, but I believe it should be able I can do without an app. Thanks
Doyley
  • 331
  • 1
  • 4
  • 17
1 2 3
8 9