Level: Easy.
Applications used: Bulk Redirection
When a page no longer needs to exist, it's essential to make this clear to search engines.
Unlike the 404 redirect, the 410 code ("Gone") indicates that the page has been permanently removed.
Result: Google quickly stops crawling it and removes it more quickly from its index.
Regularly cleaning up obsolete pages optimizes your crawl budget, clarifies the site structure and avoids the negative signals associated with repeated 404 errors.
With EdgeSEO, and more specifically the Bulk Redirection application, you can carry out these mass deletions autonomously.
Setting up a 410 on a URL
- Log in to the EdgeSEO console
- Click on the Bulk Redirection application
- Download the .csv template provided in the interface or duplicate the Google Sheet
- Open the file and locate the url-source column
- Add the URL you wish to change to 410 (e.g. https://www. url-de-mon-site.fr/produit/hoverboard-chat)
- In the code column, enter 410 for permanent redirection.
- Download file in .csv format
- Return to the Bulk Redirection application and import your .csv file
- Click on the "deploy" button to start production
- Check that the URL is 410
Setting up a 410 on groups of URLs with a REGEX
- Log in to the EdgeSEO console
- Click on the Bulk Redirection application
- Download the .csv template provided in the interface or duplicate the Google Sheet
- Open the file and locate the url-source column
- Add the corresponding REGEX to the URLs you wish to change to 410 (e.g. https://www. url-de-mon-site.fr/produit/([a-z-A-Z-0-9]+))
- In the code column, enter 410 for permanent redirection.
- Download file in .csv format
- Return to the Bulk Redirection application and import your .csv file
- Click on the "deploy" button to start production
- Check that URLs respond in 410
👉 Discover the "Bulk Redirection" application documentation