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 parent page (i.e. the homepage) from being indexed and followed?
Will "noindex" tags inside an iframe affect the parent page?
207 views Asked by Erica Stockwell-Alpert At
1
There are 1 answers
Related Questions in IFRAME
- Why a component? Drawer of mui Does not work inside Iframe
- How can I catch all DOMExceptions thrown in Firefox?
- Embeded Google slides opens new tab on screen touch (mobile mode)
- Jira helpdesk widget doesn't create an iframe when script is loaded dynamically
- HTTP Client Hint headers are not sent from an iframe
- Excel embedding through OneDrive: preview is correct, while the end result is not
- SameSite None Cookie on Authentication Cookie On WordPress Website
- Is it possible to interact with SSO between Website A and Website B?
- SSO to Grafana embeded in iframe
- AudioContext not heard although it is running
- How to disable page-break before a long iframe while printing?
- How to get a postMessage message from Duda into the embedded iframe?
- auto login with Grafana
- PagerDuty Integration
- iframe hosted on CloudRun not firing onLoad event in React JS
Related Questions in WEB-CRAWLER
- How do i get the newly opened page after a form submission using puppeteer
- How to crawl 5000 different URLs to find certain links
- Selenium cannot load a page
- FaceBook-Scraper (without API) works nicely - but Login Process failes some how
- Why scrapy shell did not return an output?
- Highcharts Spider Chart with different scale for each category
- Chrome for Testing crashes soon after launching chrome driver in script
- Permission denied When deploy Splash in OpenShift
- scrape( n ′ gcontent−serverapp ′ , ′ How to scrape HTML elements with a specific attribute using Python ′ )
- Puppeteer recognized by BET365 during crawler
- Python requests.get(url) returns empty content in Colab
- I want some of the content in my page to be crawlable but should not be indexed
- Selenium crawler had no problems starting up locally, but it always failed to start up on Linux,org.openqa.selenium.interactions.Coordinates
- Website Branch address not updating in Google search engine even after 1 month
- How can I execute javasript function before page load for search engine crawlers?
Related Questions in NOFOLLOW
- outgoing internal links contain nofollow attribute? how to fix it in wordpress
- Usage of nofollow links in AMP
- WordPress adding rel='nofollow' to all external links, even after deactivating plugins and changing themes
- Should I use rel="noindex nofollow noopener or rel="nofollow noopener, to noindex a pdf on my page?
- How to conditionally add the nofollow tag in Angular
- Setting no-referrer no-opener and no-follow using htaccess
- Set rel="nofollow" to all dynamic links with /? in WordPress
- WordPress autoamtically adds NoFollow Attribute to every external link
- When saved, WordPress editor automatically adds "rel=nofollow" to every external link
- Will "noindex" tags inside an iframe affect the parent page?
- Set noindex nofollow on posts from multiple categories using Yoast WordPress SEO
- Magento 2.4.2: The following modules are outdated: Perfectmakeupmirrors_PmmHead schema: current version - none, required version - 0.0.1
- How to remove "nofollow" attribute from all links on site
- Want to disallow few url with the robots.txt
- php header: how to include nofollow in a location command
Related Questions in NOINDEX
- Youtube embedded videos are showing no video indexed in google search console
- htaccess "Header set X-Robots-Tag noindex" works for .html only, doesn't work for .jpg or .pdf
- Should I use rel="noindex nofollow noopener or rel="nofollow noopener, to noindex a pdf on my page?
- sitemap blocked by 'noindex' detected in 'X-Robots-Tag' http header
- Noindex 4000 urls using x-tag-robots via htaccess
- Using X robot tags to in .htaccess file to de index query strings URL from Google
- How to disable noindex for just certain pages in Vue 2?
- Will "noindex" tags inside an iframe affect the parent page?
- Added HTML meta "robots" directive to "noindex", Google still shows my website in search results
- How to no-index specific pages on shopify? Don't want to use "contains" example for shopify, can I just type "="? And what denotes as the handle?
- Can I use typographically quotation marks in HTML's meta tag
- Stop some subdomains xxx.xxx.com of a single website being indexed by search engines
- How to remove noindex from HTTP response header
- Googlebot and create PDF
- FastAPI, robots.txt and noindex
Related Questions in SEARCH-ENGINE-BOTS
- Allow access to robots.txt in Azure Web application Firewall
- Code appears on render, but doesn't appear on the source code
- How can i create sitemap with changing ids?
- Robots.txt - blocking bots from adding to cart in WooCommerce
- Will "noindex" tags inside an iframe affect the parent page?
- Bing refuses to index my blog when I submit a url it returns: "This site requires Javascript to work, please enable Javascript in your browser..."
- Wordpress robots index follow is not included, even though search engine visibility unchecked
- If I initially hide my site using noindex, how quickly can I unhide it when wanted?
- Will Google search results reflect website text that I replace with a script?
- How search Engines uniquely identify each pages on web
- How to convert JavaScript dynamic data into HTML and render?
- Is JSON status request AJAX SEO friendly
- Extracting Results from "Result-Page" With Selenium in Python
- How can I help search engine robots index geolocation results?
- Disable google indexing website telephone numbers
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I've just been googling for an answer about this... we have just discovered that Google has stopped indexing all the pages on our site that contain an iframe containing a noindex instruction, i.e. the iframe noindex is being applied to the parent page by Google. If you use Google search console (free) it will tell you if your pages are being indexed or not and why. I'd be interested to know if you see the same as us.