The Search Console Remove URLs tool1 hides a URL from Google's search results for approximately six months — it is a temporary visibility filter, not a permanent index removal. For permanent removal, the URL must return 404, 410, a noindex meta tag, or a clean 301 to a real destination. This page is the decision tree: redirect, remove temporarily, drop permanently, and the Squarespace-specific path for each.
Most cases that look like 'remove this URL' are actually 'redirect this URL to its successor and let Google reconcile naturally over the 4-12 week recovery window'. The pure-removal path is the right call only when the content is gone and has no successor.
§01Tool
What the Search Console Remove URLs tool actually does
The Remove URLs tool in Google Search Console hides a URL from Google's search results for approximately six months. It does not remove the URL from Google's index, does not delete it from the crawl queue, and does not affect Bing or any AI engine. After the six-month window expires, the URL reappears in search results unless the page itself has changed to return 404, 410, or a noindex meta tag in the meantime. For most Squarespace owners, the tool is the wrong primary lever — it buys time, not a permanent drop.
Google's documentation1 is explicit on the temporary nature: "A successful request only lasts about six months, after which time your information can appear in our search results." The tool's correct use case is narrow — urgent removals where a URL has gone live with content that should not have been published, and you need it off search results immediately while you fix the underlying page.
The removal timelines
~6 mo
duration of a Search Console Remove URLs hide. After this window, the URL reappears unless the page itself has changed.
Three paths. Path one: the URL has a successor on the new Squarespace site — add a 301 in URL Mappings and let Google's natural reconciliation handle the rest over the 4-12 week recovery window. Path two: the URL has no successor and you want it gone for good — noindex the page if it still exists on Squarespace, or let it return 404 if you have removed the page entirely. Path three: urgent removal because the URL is showing content that should not be public — Search Console Remove URLs as a temporary hide WHILE you noindex or delete the underlying page.
Path one — the 301 redirect path — is by far the most common correct answer. If a Squarespace page has moved or been replaced, the right move is the URL Mapping covered on the hub, not the removal tool. Google's recovery window will handle the search-results swap automatically, and the inbound link equity transfers through the 301.
§03Flow
The Search Console removal flow
If the use case is genuinely temporary — urgent hide while you fix the underlying page — the Search Console flow is fast. Open Search Console for your verified Squarespace property. Click Indexing in the sidebar, then Removals. Click New request, paste the URL, choose 'Remove this URL only' or 'Remove all URLs with this prefix', and submit. The hide takes effect within hours. Track the request status under the Removals tab.
textThe exact Search Console navigation path
Search Console
→ (select your verified property)
→ Indexing (sidebar)
→ Removals
→ New request
→ URL or prefix
→ Submit
The request supports two scopes: exact URL only, or every URL matching a path prefix. Use the prefix mode when you have a section of the legacy site you want hidden entirely while you noindex the underlying pages on Squarespace. The hide propagates to Google within hours and remains in place for the six-month window.
§04Permanent
Permanent removal — what actually works
Google permanently drops a URL from the index when the URL returns one of four signals on re-crawl: 404 (Not Found), 410 (Gone), a noindex meta tag, or a clean 301 to a different URL. On Squarespace, the 404 path is automatic — delete the page from the CMS and the URL returns 404 by default. The 410 path requires Code Injection to override the 404 response, and is rarely worth the effort for typical Squarespace use cases. The noindex path is one Page Settings toggle. The 301 path lives in URL Mappings.
Google's documentation2 states that 410 is processed slightly faster than 404, but both eventually drop URLs from the index. For a Squarespace site, the trade-off is rarely worth it: implementing 410 requires custom code, while a 404 happens naturally when you delete the page. Both reach the same end state within Google's standard re-crawl window — usually days to a few weeks.
For most Squarespace-owner removal cases, the cleanest path is: keep the page on the site, but turn on the noindex toggle (covered next). The page still resolves to a 200, but Google reads the noindex meta tag on re-crawl and drops the URL from the index. This is also reversible — flip the toggle back if you change your mind.
§05Noindex
Noindex on Squarespace — the page-settings toggle
Squarespace ships a built-in noindex toggle. Open the page you want noindexed, click the settings cog, choose SEO, and turn on Hide this page from search engine results. Squarespace adds a <meta name='robots' content='noindex'> tag to the page on save. Google reads the tag on re-crawl — typically days to weeks for a normal site — and drops the URL from the index. The page still resolves for users; only search engines treat it as off-limits.
HTMLThe meta tag Squarespace's noindex toggle adds
<metaname="robots"content="noindex">
The Squarespace doc3 documents the toggle. There is no per-section noindex — the toggle works on whole pages only. For finer control (noindex on a single blog post while the blog index stays indexed), the toggle on the post itself does what you need. Squarespace also auto-noindexes tag archive pages and other system-generated routes by default, so most removal cases reduce to one page-level toggle.
After flipping the toggle, request a re-crawl in Search Console: URL Inspection → paste the URL → Request Indexing. Google re-fetches within hours to days, reads the noindex tag, and updates the index accordingly. The URL drops from search results without needing the Remove URLs tool at all.