Summary
PR #520 reworked the Certified Partners page into an Auditor Accreditation page, but the URL path remains /certs/certified-partners and the sidebar label still reads "Certified Partners". This creates an SEO mismatch between the page content/title and its URL slug.
Tasks
- Rename the page route from
/certs/certified-partners to /certs/auditor-accreditation (or similar slug matching the new page title).
- Update
vocs.config.tsx sidebar entry (line 587) to use the new path and label "Auditor Accreditation".
- Add a redirect from
/certs/certified-partners → /certs/auditor-accreditation so existing links (including the SEAL website) continue to resolve.
- Update any internal links across the docs that reference the old path.
Context
References
Summary
PR #520 reworked the Certified Partners page into an Auditor Accreditation page, but the URL path remains
/certs/certified-partnersand the sidebar label still reads "Certified Partners". This creates an SEO mismatch between the page content/title and its URL slug.Tasks
/certs/certified-partnersto/certs/auditor-accreditation(or similar slug matching the new page title).vocs.config.tsxsidebar entry (line 587) to use the new path and label "Auditor Accreditation"./certs/certified-partners→/certs/auditor-accreditationso existing links (including the SEAL website) continue to resolve.Context
References