Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
27 views

I have a login page with text content but i only want to index the text content of that page. So which tag should i use for this? Suppose i have a page abc.com/xyz/life-hack and this page has text ...
Mayank Varshney's user avatar
4 votes
1 answer
2k views

I built an app using Next.js, but already one month past, all pages were not indexed by Google. I tried to add sitemap and robots.txt, now they can crawl but can not be indexed by Google. Most of ...
Yan Zhang's user avatar
  • 413
1 vote
0 answers
27 views

I have the url() statement in my database. all in www.site.com/random_alias format (splash pages). Some links were created by the admin (userid=1) and archived to specialized (archived=1). how can I ...
Ali Haseli's user avatar
0 votes
1 answer
110 views

I have a static site in Gatsby. I'm using an <a> tag to link to a pdf file to download, shortened version below: import file from '../files/file.pdf'; <a className='hover:underline hover:...
dangr's user avatar
  • 113
0 votes
1 answer
196 views

We are looking to add meta noindex,nofollow tags to certain pages on our Kentico MVC site. Documentation states that if you choose "Exclude from Search", Kentico will add these noindex,...
matt's user avatar
  • 1
0 votes
0 answers
340 views

I have a shared webspace where I use .htaccess with no problems so far. Today I created a directory with some PDFs and JPGs inside. Not secret, but I don't like to see it in search results. Structure ...
j.j.'s user avatar
  • 2,100
1 vote
0 answers
57 views

I need to noindex 4000 URLs. I wanna do it using x-robots-tag via htaccess, but I don't want to overload the htaccess with such infinite list of URLs, so... The idea would be to create the list in a ...
Bobby's user avatar
  • 23
1 vote
1 answer
529 views

I am looking for a solution to deindex all the URLs with query strings ?te= from Google. From example I want to deindex all the URLs https://example.com/?te= from Google. Google has currently indexed ...
mehtab fatima's user avatar
0 votes
0 answers
1k views

I have noindex enabled in my entire Vue app using { name: 'robots', content: 'noindex' }, but I want to enable it just for some pages. I am using Vue 2 and webpack 4.46.0. Is there a way to disable ...
Georgi Todorov's user avatar
0 votes
1 answer
388 views

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"...
Erica Stockwell-Alpert's user avatar
0 votes
1 answer
707 views

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-...
jeet's user avatar
  • 629
1 vote
1 answer
2k views

Shopify says to utilize the following sample to noindex a specific page in shopify. To exclude a specific page, paste the following code in the section: {% if handle contains 'page-handle-you-want-to-...
KaraSEO's user avatar
  • 11
0 votes
1 answer
366 views

I've found a site where one meta tag is looking like that: <meta name="”robots”" content="”noindex,nofollow”"> Please not that the values for both attributes is additionally ...
jmizv's user avatar
  • 1,362
-1 votes
1 answer
152 views

I need to stop indexing subdomains of a same site, for example: aaa.xxx.com: (No indexing) bbb.xxx.com: (No indexing) www.xxx.com: (It should indexed) All the subdomains are under the same domain. ...
ratikant rautra's user avatar
0 votes
1 answer
557 views

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 ...
Adnan Usman's user avatar
1 vote
1 answer
41 views

I just added <meta name="googlebot" content="noindex"> 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 ...
Georgios Loudaros's user avatar
11 votes
1 answer
2k views

Does FastAPI need robots.txt and the tag noindex? I am creating business api app which shouldn't be called by anonymous. So I wonder whether I have to prepare robots.txt and the tag noindex in order ...
tomo's user avatar
  • 111
1 vote
0 answers
589 views

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, ...
user3697526's user avatar
0 votes
1 answer
929 views

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 ...
CodeForGood's user avatar
0 votes
1 answer
874 views

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-...
CodeForGood's user avatar
0 votes
1 answer
85 views

I want to block a few URLs in robots.txt, but I really don't know how to do this. Below I have mentioned the URL, How should I disallow the dynamic URL. I really appreciate it if you help me to get ...
Altaf Shah's user avatar
0 votes
1 answer
2k views

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 example: /var/www/public/app/uploads/2021/06/file-1.pdf /...
Suika's user avatar
  • 660
-2 votes
1 answer
125 views

I have a custom DGV (dgvPaths) with 2 buttons as first 2 columns: DataGridViewButtonColumn btnColRemove = new DataGridViewButtonColumn(); btnColRemove.Name = "Remove"; ...
tar's user avatar
  • 406
1 vote
0 answers
465 views

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 ...
user231893's user avatar
0 votes
1 answer
753 views

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 ...
Mr_sasani's user avatar
1 vote
0 answers
668 views

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 <FilesMatch ".pdf$"> Header ...
Ands's user avatar
  • 11
0 votes
1 answer
1k views

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 ...
John Darren's user avatar
0 votes
1 answer
133 views

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 ...
martoneg's user avatar
0 votes
2 answers
1k views

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's user avatar
  • 321
1 vote
0 answers
50 views

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 ...
user3506786's user avatar
0 votes
1 answer
1k views

WooCommerce is creating category pagination pages for parent categories. We don't want these indexed, but I can't work out how best to do this. For instance I have https://www.i-hled.co.uk/product-...
Ruth's user avatar
  • 79
1 vote
1 answer
123 views

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. <xf:if is="{$media.category_id} == 1"> ...
Phibu's user avatar
  • 11
1 vote
2 answers
3k views

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 ...
daviddeering's user avatar
0 votes
1 answer
959 views

I have a multi-shop and I want one of the stores not to be indexed in any browser. What do I have to do to avoid indexing? The problem is that they share the robots. What I can do? Can you do that a ...
sourcer's user avatar
  • 67
0 votes
2 answers
465 views

Given the following URLs: example.com/products example.com/products#/page-2 example.com/products#/page-3 ... By using the robots.txt file, the first URL (example.com/products) is supposed to be ...
Marco's user avatar
  • 1
2 votes
1 answer
491 views

These days Google has this tag I can use to tell it not to index a page <meta name="googlebot" content="noindex"> My question is do I need both the generic index and the Google noindex tags ...
Patrioticcow's user avatar
  • 27.1k
0 votes
2 answers
4k views

I have a Shopify store and I want to block search engines to index some products pages, I found this solution https://help.shopify.com/en/manual/promoting-marketing/seo/hide-a-page-from-search-engines?...
Sara's user avatar
  • 11
1 vote
1 answer
1k views

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 ...
Rushda F's user avatar
0 votes
1 answer
874 views

I need to use <meta name="robots" content="noindex"> in my "thank you page". Google instructions says that I need to put it between <head> tags but my head tags are shared (php included) ...
PeterVonSkala's user avatar
3 votes
2 answers
4k views

I've always stopped google from indexing my website using a robots.txt file. Recently i've read an article from a google employee where he stated you should do this using meta tags. Does this mean ...
Kevin's user avatar
  • 83
2 votes
2 answers
4k views

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 ...
Igor-Vuk's user avatar
  • 3,867
11 votes
3 answers
29k views

What are the differences in the lists below: <meta name="robots" content="index, follow"> <meta name="robots" content="follow"> <meta name=&...
Richard Frey Reyes's user avatar
0 votes
1 answer
3k views

I'm trying to get my website to be indexed by search engines. According to this, something from Wordpress is injecting a meta tag that's preventing search engines from crawling my site: https://aw-...
Chris Pokrzywa's user avatar
0 votes
1 answer
869 views

I have shop on PrestaShop with Multistore function. I want add "noindex, nofollow" to one of my stores. I have main shop: eg. www.shop.com and second shop eg. www.shop.com/shop2. I want add "noindex, ...
Wojtek Jakieła's user avatar
0 votes
2 answers
607 views

I have a web-page on which users can fill some data and to do so they need to be logged in. So, when I created the sitemap.xml using xml-sitemaps.com it created several locs asking for login first. ...
user avatar
0 votes
1 answer
83 views

If I put <meta name="robots" content="noindex,nofollow" /> in auth.php and include auth.php inside login.php page, the login.php page will not appear on Google or only auth.php won't appear?
John Wiky's user avatar
1 vote
3 answers
3k views

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 ...
SupGen's user avatar
  • 295
0 votes
1 answer
1k views

I've searched but haven't found quite what I need. What I'm trying to do is noindex a plugin folders. Google for some reason has indexed a bunch of urls like this for example: /wp-content/plugins/...
stinkysGTI's user avatar
4 votes
3 answers
3k views

I have a website consisting of my public profile, made in Jekyll. It also contains one page, say 'details.html', which contains more personal information about me. I want only those people to see ...
Alexander Engelhardt's user avatar
0 votes
1 answer
3k views

I need to add noindex tags for filters and I am not sure which files should I edit in Prestashop (1.6). Is it pagination.tpl or some other file? Also, how should I format the command? Appreciate all ...
KatGreta's user avatar