Removing pages from search engine results

前端 未结 5 1735
感情败类
感情败类 2021-01-29 04:40

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

5条回答
  •  误落风尘
    2021-01-29 05:12

    Use a robots.txt file: Robots.txt

    example robots.txt:

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

提交回复
热议问题