Removing pages from search engine results

我是研究僧i 提交于 2021-02-05 11:42:10

问题


Hey everyone, I'm a bit new to SEO. I built a one page website that initially utilized 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.


回答1:


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




回答2:


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



回答3:


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




回答4:


Use a robots.txt file: Robots.txt

example robots.txt:

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



回答5:


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



来源:https://stackoverflow.com/questions/6023248/removing-pages-from-search-engine-results

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!