Related Tags:
Asp.Net It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. Learn More, HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages. Learn More, IIS (Internet Information Services) IIS Stands for "Internet Information Services." IIS is a web server software package designed for Windows Server. It is used for hosting websites and other content on the Web. Microsoft's Internet Information Services provides a graphical user interface (GUI) for managing websites and the associated users. Learn More, SEO(Search Engine Optimization) Search engine optimization (SEO) is the practice of increasing the quantity and quality of traffic to your website through organic search engine results. Learn More, Search engine indexing Search engine indexing is the process of a search engine collecting, parses and stores data for use by the search engine. Learn More,

how to stop google from indexing specific pages of my site?

Description:There are some pages of my website that I don't want google to index/crawl right now. because these pages are not finalise yet.

Posted by: | Posted on: Jan 03, 2019

1 answers

Replies

4

It can be easily achieved by using any of the following approaches:
1. Use the robots.txt file. Add code like this, replacing “yourpage” with the actual name of your page:
User-agent: *
Disallow: /yourpage

2. Use the robots meta tag. Add this tag to the <head> section of the page you want to block:
<meta name="robots" content="noindex"/>

Replied by: | Replied on: Jan 07, 2019



Reply
×

Code block Hyperlink bold Quotes block Upload Images

Preview