# Bulk URL Removals Google Search Console

## Bulk URL Removals in Google Search Console

{% embed url="<https://assets.ytuong.dev/gsctool/google-search-console-bulk-url-removal.mp4>" %}
Bulk URL Removals in Google Search Console
{% endembed %}

To perform bulk URL removals in Google Search Console, follow these steps:

### **Step 1: Install GSCTool Extension**

{% hint style="info" %}
&#x20;[**https://chrome.google.com/webstore/detail/google-search-console-bul/glncpmnpbdpbipdgdpadhlcankfngejl**](https://chrome.google.com/webstore/detail/google-search-console-bul/glncpmnpbdpbipdgdpadhlcankfngejl)
{% endhint %}

{% content-ref url="../getting-started/how-to-install" %}
[how-to-install](https://help.gsctool.com/getting-started/how-to-install)
{% endcontent-ref %}

### **Step 2: Access the Removals Tool**

Navigate to the Google Search Console and select your website. In the left menu, click on "**Removals**" under the "**Indexing**" section.

<figure><img src="https://2680433967-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOZZMphgu4vCBIC4xqyqR%2Fuploads%2FxBAdz3ED8BiZ7qM6Zx4B%2FCleanShot%202024-02-27%20at%2014.45.04%402x.png?alt=media&#x26;token=2e01a435-b450-408e-9755-ce0ce0faa0d8" alt=""><figcaption><p>Removals in Google Search Console</p></figcaption></figure>

### **Step 3:** Prepare **a CSV Template**

Prepare a CSV file with the URLs you wish to remove. The format should be one URL per line. The CSV should look like this:

{% code lineNumbers="true" %}

```csv
URL
https://www.example.com/page1
https://www.example.com/page2
https://www.example.com/page3
```

{% endcode %}

To go to the "**Manage URLs**" page, click on "**Import CSV**".

Upload your CSV file.

<figure><img src="https://2680433967-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOZZMphgu4vCBIC4xqyqR%2Fuploads%2FAqP1858DIVg3UKvx2kzd%2FCleanShot%202024-02-27%20at%2014.46.20%402x.png?alt=media&#x26;token=13284e23-9019-429d-9e6d-270c0a2a112e" alt=""><figcaption><p>Bulk URL Removals in Google Search Console</p></figcaption></figure>

### Step 4: Return to the "**Removals**" page and refresh the page

Click on "**Start**" to proceed.

{% hint style="info" %}
**Consider Using `robots.txt` or Meta Tags**: For a more permanent solution, use `robots.txt` to block URLs from being crawled or add meta tags to prevent indexing of the specific pages.
{% endhint %}

Remember, URL removal from Google Search Console does not delete the page from your website; it only removes it from Google Search results temporarily.

### FAQs

**Q: How do I navigate to the "Import CSV" page?**\
A: You can navigate to the "**Import CSV**" page by clicking on "**Manage URLs**".

**Q: How can I perform bulk URL removals in Google Search Console?**\
A: First, upload your CSV file under "Manage URLs". Then, return to the "Removals" page, refresh, and click on "Start".

**Q: Will removing URLs from Google Search Console also delete the pages from my website?**\
A: No, removing URLs from Google Search results only hides the pages from search results temporarily; it does not delete them from your website.

**Q: What are some permanent solutions to prevent URLs from appearing in search results?**\
A: For a permanent solution, consider using a `robots.txt` file to block URLs from being crawled or add meta tags to your web pages to prevent them from being indexed.

**Q: Can I cancel a URL removal request in Google Search Console?**\
A: Yes, you can cancel a URL removal request. To do this, go to the "Removals" page in Google Search Console, find the URL in question, and click on "Cancel request".

####


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.gsctool.com/features/bulk-url-removals-google-search-console.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
