开发者

Removing pages from search engine results

开发者 https://www.devze.com 2023-03-06 13:39 出处:网络
Hey everyone, I\'m a bit new to SEO. I built a one page website that initially utilized 开发者_JAVA百科several pages (but are now removed), and it looks as if Google has indexed those so that they sho

Hey everyone, I'm a bit new to SEO. I built a one page website that initially utilized 开发者_JAVA百科several pages (but are now removed), and it looks as if Google has indexed those so that they show up as search results. Is there any way to remove those from the search results? Thanks.


Google has a page describing how to remove your site from their results.


<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">


You can use Robots exclusion rules. This site details it : http://www.robotstxt.org/


Use a robots.txt file: Robots.txt

example robots.txt:

User-agent: *
Disallow: /url1.html
Disallow: /url2.html


Make sure that your server/application is sending correct 404 HTTP header on requests of non existing pages and wait.

0

精彩评论

暂无评论...
验证码 换一张
取 消