🔎
Google Search for beginners
Home
  • Introduction
  • Google Search Essentials
    • Overview
    • Google Search Technical Requirements
    • Spam Policies
  • SEO Basics
    • SEO Beginner's Guide
    • How Google Search Works
    • Creating Helpful, Reliable Content
    • Do You Need an SEO Expert?
    • Maintaining Your Website’s SEO
    • Developer's Guide to Google Search
    • How to Get Your Website Listed on Google
  • crawling and indexing
    • Overview
    • File formats Google can index
    • URL structure
    • Links
    • Sitemaps
      • Create and submit a sitemap
      • Manage your sitemaps
      • Image-specific sitemaps
      • News-oriented sitemaps
      • Video sitemaps and alternatives
      • Combining different sitemap types
    • Managing Google Crawlers
      • Reducing the crawl rate of Googlebot
      • Verifying the Googlebot and other Google crawlers
      • Managing Crawl Budget for Large Sites
      • HTTP Status Codes, Network, and DNS Errors
      • Types of Google Crawlers
      • Googlebot Explained
      • Google Read Aloud Service
      • Google API
      • Understanding Feedfetcher
    • Robots.txt
      • Creating and Submitting Robots.txt
      • Updating Robots.txt
      • Google's Interpretation of Robots.txt
    • Canonicalization
      • Specifying Canonicals Using rel="canonical" and Other Methods
      • Resolving Canonicalization Issues
    • Canonicalization for Mobile Sites and Mobile-First Indexing
    • AMP (Accelerated Mobile Pages)
      • Understanding How AMP Works in Search Results
      • Enhancing Your AMP Content
      • Validating AMP Content
      • Removing AMP Content
    • JavaScript
      • Fixing Search-Related JavaScript Issues
      • Resolving Issues with Lazy-Loaded Content
      • Using Dynamic Rendering as a Workaround
    • Page and Content Metadata
      • Meta Tags
      • Using Robots Meta Tag, data-nosnippet, and X-Robots-Tag noindex
      • noindex Explained
      • rel Attributes
    • Removals
      • Removing Pages from Search Results
      • Removing Images from Search Results
      • Handling Redacted Information
    • Redirects and Google Search
      • Switching Website Hosting Services
      • Handling URL Changes During Site Moves
      • A/B Testing for Sites
      • Pause or Disable a Website
Powered by GitBook
On this page
  1. crawling and indexing
  2. Removals

Removing Pages from Search Results

Removing a Page from Google Search Results

This guide provides a detailed walkthrough on how to remove a page hosted on your website from Google Search results. If you're looking to remove personal information and don't own the website hosting it, please refer to the guide on Removing your personal information from Google.

Quick Removals using the Removals Tool

For swift removal requests, leverage the Removals tool to delist a page from Google Search results within a day. This tool is particularly useful for temporary removals while you make permanent changes.

Important:

  • Removal Duration: Requests made through the Removals tool typically last for about 6 months. After this period, Google might re-index the page if it's still accessible.

  • URL Variations: Ensure you submit removal requests for all variations of the URL pointing to the content you want to remove. This includes different capitalization, protocols (http vs. https), and query parameters.

Example:

Let's say you want to remove a blog post about dog grooming tips. Consider these URL variations:

  • https://www.mypetsite.com/blog/dog-grooming-tips

  • https://www.mypetsite.com/blog/DOG-grooming-tips

  • http://www.mypetsite.com/blog/dog-grooming-tips?utm_source=newsletter

You need to submit separate removal requests for each of these URLs to ensure complete removal from Google Search.

Finding the right URL to block:

  • Check your sitemap: Your sitemap lists all URLs you want Google to index. Identify the specific URL of the page you want to remove.

  • Use Google Search Operators: Use the site: operator followed by your domain and keywords to pinpoint the exact URL in Google's index. For example, searching site:www.mypetsite.com dog grooming tips will list all indexed URLs from your site containing those keywords.

Making Your Removal Permanent

For long-term removal, consider the following methods:

  1. Remove or Update the Content:

    • Deleting the page entirely: This is the most effective way to ensure its permanent removal from Google and other search engines.

    • Updating the content: If you need to keep the page live but with different content, replace the existing content entirely. Ensure the new content is significantly different and doesn't trigger duplicate content issues.

  2. Password-Protect Your Page:

    • Restricting Access: Implement password protection or place the page behind a login wall. This limits access to authorized users while preventing search engines from accessing and indexing the content.

  3. Add a "noindex" Tag:

    • Controlling Indexation: The noindex meta tag instructs search engines not to index a specific page. It's important to note that while Google respects this tag, other search engines might not.

    Code Example:

    <head>
    <meta name="robots" content="noindex">
    </head>
  4. Avoid Relying Solely on robots.txt:

    • Robots.txt Limitations: While robots.txt can instruct search engines not to crawl certain parts of your website, it's not a foolproof method for blocking pages from the index. It's recommended to use robots.txt in conjunction with other methods like noindex for robust protection.

By following these steps and understanding the different methods available, you can effectively manage your website's presence in Google Search results and ensure the desired pages are removed.

PreviousRemovalsNextRemoving Images from Search Results

Last updated 11 months ago