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
1
vote
1 answer

Googlebot and create PDF

I just added in my site which produces a pdf file with MVC 5 and the file is no longer created. Does anyone have any idea how the file can be created and at the same time not be indexed by Google?
1
vote
0 answers

Set noindex nofollow on posts from multiple categories using Yoast WordPress SEO

This Wordpress filter sets noindex nofollow for a single category, but how would I do the same for multiple categories, for example, if I wanted to noindex nofollow category1, category2, category3, etc add_filter( 'wpseo_robots',…
user3697526
  • 37
  • 10
1
vote
0 answers

X-Robots noindex all wordpress URLs in specific subdirectory

I want to noindex all websites/URLs in the subdirectory "author". Examples: example.com/author/torben example.com/author/lucy example.com/author/* .htaccess seems to be the right place to do it. I found some code that should do the trick but does…
user231893
  • 11
  • 2
1
vote
0 answers

X robots tag to noindex a single pdf file

I need tour help. I have the need to noindex a single pdf file. I know that if i wanted to noindex all pdf files it would be great to use the x-robots tag Header set X-Robots-Tag "noindex, noarchive,…
Ands
  • 11
  • 1
1
vote
0 answers

The URL submitted contains the noindex tag google

I have a few links that I do not want to be indexed by Google. But googleshows me the following statistics error. The weirdest part is that I configured these links not to be indexed. Like I set a similar rule in robots.txt for my website. But…
1
vote
1 answer

How to add noindex tag to certain media categories in Xenforo

I'm trying to exclude from search certain media gallery categories in Xenforo but it doesn't works. I add the following code in xfmg_media_view template. Anyone…
Phibu
  • 11
  • 3
1
vote
2 answers

Can Squarespace Tag Pages Be NoIndexed?

I would like to "noindex" all tag pages on a Squarespace site. Unfortunately, since Squarespace doesn't allow access to the .htaccess file or even the robots.txt file and since tag pages are dynamic, I haven't found a way to prevent Google from…
daviddeering
  • 819
  • 1
  • 7
  • 9
1
vote
3 answers

How to noindex in Google one page of a web site

I am interested how to prevent one page of a website to not get indexed by Google, or any other robots. In my script i have the template with TPL files , Index.tpl , Header.tpl .... So how do i tell google not to index page : login.tpl Thank you
Andy
  • 29
  • 4
1
vote
1 answer

How to fix - Indexed, though blocked by robots.txt?

I have just received an email regarding Index coverage issues for my site. The following file is indexed by the Google: root-of-my-site/files/custom.js Please note that I have disallowed /files folder in my .htaccess though Google has indexed a URL…
Rushda F
  • 49
  • 4
1
vote
2 answers

robots.txt and disalowing absolute path URL

I am using Heroku pipes. So when I push my application it is pushed to staging app https://appname.herokuapp.com/ and if everything is correct I promote that app to prodcution. There is no new build process. It is the same app that was build the…
Igor-Vuk
  • 3,551
  • 7
  • 30
  • 65
1
vote
3 answers

Using X-Robot-Tag in.htaccess - Wordpress to no index query string

I have looked at other questions on here regarding using the X-Robot-Tag to noindex a specific page on .htaccess. My question is similar, although I would like to noindex a group of pages and am unsure how to do this. I am using wordpress and am…
SupGen
  • 195
  • 17
1
vote
1 answer

Noindex Only One Subdomain

I am having difficulty finding information on how to completely noindex only one particular subdomain via htaccess (from my understanding, that's the best way?) and it is important for me that only that one subdomain and its files are never indexed…
1
vote
2 answers

Rails - search engine indexing of redirect action

I have a multilingual site with the same content in different languages with descriptive seo urls incorporating the title of each pages article. To switch between said languages of translated articles I have an action which looks up the translated…
mark
  • 10,316
  • 6
  • 37
  • 58
1
vote
1 answer

How to add "noindex" on opencart filters

on the Analytics i have too much problems with duplicate titles. When i see from where are these duplicate titles i see that i have problem with the filters. For example i have an product with url ribarnik.com/shop/baitrunner-st-fa, but something…
1
vote
1 answer

Is it necessary to have a robots.txt if header x-robots is set to noindex, no follow?

I'm attempting to prevent my website from being indexed/listed: I've set in .htaccess: Header set X-Robots-Tag "noindex, nofollow" Is it also necessary to set robots.txt? User-agent: * Disallow: / Is there any harm in adding the robots.txt?
kylex
  • 14,178
  • 33
  • 114
  • 175
1 2
3
8 9