This repository was archived by the owner on May 29, 2026. It is now read-only.
fix(seo): /contact page + redirects for legacy 404s#64
Merged
Conversation
Adds a real /contact page on conduction.nl (previously 404 — flagged by Google Search Console). Routes inquiries to named team members (Remco for sales/projects, Ruben for architecture/technical, Marleen for press/research) with email + phone + LinkedIn, plus the office address and KvK/BTW/IBAN block. Also wires @docusaurus/plugin-client-redirects to reclaim the SEO equity from three legacy URLs Google still has indexed from the pre-Docusaurus / pre-subdomain layout: - /over-ons -> /about/ - /openconnector -> openconnector.conduction.nl - /openconnector/support -> openconnector.conduction.nl/support/ The other ~30 GSC 404s (componenten catalogue, WordPress placeholders, retired training pages) have no current equivalent and are left to fade naturally from Google's index over the next 1-3 months.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Why
GSC "Pagina-indexering > Niet gevonden (404)" report had 41 URLs. Analysis: ~30 are legacy WordPress URLs (componenten catalogue, retired training pages, sample-page) with no current equivalent — let them fade naturally over 1-3 months. The remaining handful are URLs with current homes worth a 301 signal; this PR covers the conduction.nl side. A separate PR will land the docudesk legal-page redirects.
The /contact page itself fixes a business-critical 404: anyone Googling "Conduction contact" landed on a broken page. Now they reach a real page with named-person routes (no shared inbox, no support tier triage).
Acceptance
After deploy:
The redirects plugin emits static HTML pages with meta-refresh + `<link rel="canonical">` to the new target; Google treats this as a 301 signal.