-
How to stop Google from Indexing a Page
almost 10 years ago
-
almost 10 years ago
Hello Sachin,
A web page can be simply prevented from appearing in Google search results by adding a meta tag noindex in the web page HTML code.
To prevent most search engine web crawlers from indexing a page on your site, place the following meta tag into the head section of your page:
<meta name="robots" content="noindex">
To prevent only Google from indexing a page:
<meta name="googlebot" content="noindex">
Note - Some search engines interpret the noindex differently so your web page might still appear in other search engine results.
-
almost 10 years ago
Hi Sachin,
If your website is new and about to go Live then you can block those unwanted pages by defining them in Robots.txt file as Disallowed URL's. However if your web-pages are already indexed by Google in search result then you need to submit a URL removal request manually & individually to each url you want to exclude from Google's Index.
Hope it Helped You.
Keep Searching New Thing
Manoj Rawat
Internet Marketer
-
over 2 years ago
hey, try doing this
You can prevent a page or other resource from appearing in Google Search by including a noindex meta tag or header in the HTTP response. When Googlebot next crawls that page and sees the tag or header, Googlebot will drop that page entirely from Google Search results, regardless of whether other sites link to it -
3 Answer(s)