Skip to content

fix(seo): update stale internal links to point to current page paths#429

Open
hr1shabh wants to merge 1 commit intostagingfrom
fix/seo-stale-content-links
Open

fix(seo): update stale internal links to point to current page paths#429
hr1shabh wants to merge 1 commit intostagingfrom
fix/seo-stale-content-links

Conversation

@hr1shabh
Copy link
Copy Markdown
Collaborator

@hr1shabh hr1shabh commented Apr 1, 2026

Summary

Update 18 stale internal links across 14 MDX files to point directly to their current page paths, eliminating unnecessary redirect hops for users and crawlers.

Changes

Bridge org-settings links → /dev-tools/bridge/overview (10 instances)

Old /dev-tools/bridge/org-settings/api-keys/jwt and /oauth pages no longer exist. Updated across:

  • payments/bbps/resources/jwt.mdx (2 links)
  • payments/bbps/resources/oauth.mdx (1 link)
  • payments/upi-deeplinks/resources/jwt.mdx (2 links)
  • payments/upi-deeplinks/resources/oauth.mdx (1 link)
  • dev-tools/bridge/v1/generate-token.mdx (1 link)
  • dev-tools/bridge/v1/org-settings/api-keys/jwt-auth.mdx (2 links)
  • dev-tools/bridge/v1/org-settings/api-keys/jwt.mdx (1 link)

BillPay links → correct pre-built-screens paths (6 instances)

Content was moved under pre-built-screens/ but links still used old paths. Updated both default and v1 versions:

Old link New link
/payments/billpay/custom-payment/cross-platform /payments/billpay/pre-built-screens/custom-payment/cross-platform
/payments/billpay/quickstart/iOS /payments/billpay/pre-built-screens/quickstart/iOS
/payments/billpay/quickstart/cross-platform /payments/billpay/pre-built-screens/quickstart/cross-platform

Removed pages (2 instances)

Old link New link File
/payments/umap/notifications/disputes /payments/umap payments/umap/refunds-disputes.mdx
/data/okyc/overview /data data/digilocker/quickstart.mdx

Replace 18 broken/redirected internal links across 14 MDX files so they
point directly to their final destinations, eliminating unnecessary
redirect hops for users and crawlers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@hr1shabh hr1shabh requested a review from pankaj0308 April 1, 2026 09:28
@hr1shabh hr1shabh self-assigned this Apr 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

Checklist to merge a PR 🚀

To merge this pull request, please take time to complete the checklist.

What action did you perform?

Review the corresponding checklist items for the action you performed and mark them done.

Edit an existing content (MDX) page

Checklist

  • Review changes using the MDX preview option
  • If the length of content >15000 chars, use the Content preview portal to view changes
  • If a redirect is needed to the existing page, add a key, value pair in redirects.json

Edit an existing API reference page

Checklist


Add a new content (MDX) page

Checklist

  • Create a .mdx file with the path as its name in the content folder
  • Add frontmatter with all the metadata
  • Review the order of items in Sidebar using the Sidebar preview option
  • Review changes using the MDX preview option
  • If the length of content >15000 chars, use the Content preview portal to view changes
  • Created a folder with the same name, if any children were to be added to the page
  • Once all changes are done, update the menu items by using the Menu Items option
  • Add a key, and value pair in redirects.json if you wish to have a redirect to the new page

Add a new API reference page

Checklist

  • Create a .json file with the product path as its name
  • Create an api-reference.mdx file in the respective product folder inside content folder
  • Add frontmatter with all the metadata
  • Review the order of items in Sidebar using the Sidebar preview option
  • Add API reference in JSON format (OpenAPI or Swagger) into created .json file.
  • Used the Content preview portal to view changes
  • Once all changes are done, update the menu items by using the Menu Items option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants