Export the broken backlinks list from Ahrefs
officeriders.com in the search bar.
Redirection plan & implementation roadmap · April 2026
Follow these steps in order. Estimated total time: 4–6 hours across dev and content team. Use the "Steps 1–4" tab above to follow each step in detail.
officeriders.com in the search bar.For each broken URL in the export, ask these three questions:
/fr/coworking/paris page once it is built.The developer needs a simple CSV with exactly two columns. No extra formatting. Here is the exact format:
# redirect-map.csv · format for developer
# Column A: broken URL (from)
# Column B: destination URL (to)
# All redirects are 301 (permanent)
from_url,to_url
/fr/worklib/coworking-paris,/fr/coworking/paris
/fr/blog/espace-de-travail-hybride,/fr/solutions
/fr/salles/ancien-nom-espace,/fr/france/paris
/worklib/guides/salle-reunion,/fr/guides/location-salle-reunion
# ... continue for all 300+ broken URLs Implement 301 redirects for all URLs in the attached redirect-map.csv file. All redirects are permanent (301). The "from" column is the broken URL. The "to" column is the destination.
Preferred: via .htaccess or Nginx config for server-level redirects. Alternative: via the CMS redirect manager if available. Do not use JavaScript redirects. These are not followed by search engine crawlers.
Use a tool like httpstatus.io or run a curl command: curl -I [url]. Should return HTTP/1.1 301 and the correct Location: header.
Use this to decide where each broken URL should redirect. Start filling this in as you go through the Ahrefs export.
| Broken URL pattern | Type | Where to redirect | Reason |
|---|---|---|---|
/worklib/... or /fr/worklib/... | Rebrand | /fr or equivalent new page | Old Worklib URLs. Redirect to the OfficeRiders equivalent or the homepage. |
/fr/salles/[deleted-venue] | Venue | /fr/france/[city] or /fr/coworking/[city] | Deleted venue pages redirect to the city category page for that venue's city. |
/blog/[deleted-post] | Content | /fr/blog or closest topical page | If there's a related guide, redirect there. Otherwise redirect to the blog index. |
/fr/france/[city]/[deleted-category] | Category | /fr/france/[city] or /fr/coworking/[city] | Old category pages within a city redirect to the city root page. |
/en/... (English pages) | Language | /fr/... equivalent or /fr | English pages that no longer exist redirect to the French equivalent or homepage. |
app.officeriders.com/workspace/[old-id] | Venue | app.officeriders.com/workspace/[new-slug] | When venue slugs are updated, old numeric URLs must 301 redirect to the new named slugs. |
All free or already available in the existing Ahrefs subscription.
Backlinks → Broken Backlinks → Export CSV. Also use Site Audit for internal broken links.
Reports → Engagement → Pages → Filter by "Article non trouvé" or 404 page title.
Free tool. Paste a list of URLs and it returns the HTTP status code for each. Confirms 301s are working.