Skip to content

Improve Website Indexing#9717

Merged
michaelstaib merged 1 commit into
mainfrom
mst/analytics-5
May 17, 2026
Merged

Improve Website Indexing#9717
michaelstaib merged 1 commit into
mainfrom
mst/analytics-5

Conversation

@michaelstaib
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 17, 2026 15:58
@michaelstaib michaelstaib merged commit 9672192 into main May 17, 2026
11 checks passed
@michaelstaib michaelstaib deleted the mst/analytics-5 branch May 17, 2026 15:58
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the website’s handling of external links to add nofollow to rel attributes, aiming to influence how search engines treat outbound links across page components and MDX-rendered content.

Changes:

  • Add nofollow to external link rel attributes in the shared Link component.
  • Add nofollow to rel attributes for Nitro download links and Pricing page GitHub links.
  • Update the MDX rehypeExternalLinks configuration to include nofollow.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
website/src/page-components/products/nitro.tsx Adds nofollow to rel on Nitro download-related links.
website/src/page-components/pricing.tsx Adds nofollow to rel on GitHub outbound links.
website/src/components/misc/link.tsx Updates the shared external-link rendering to include nofollow.
website/lib/mdx.ts Updates MDX external-link rehype config to include nofollow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 462 to 464
const DownloadEditionLink = styled(Link).attrs({
rel: "noopener noreferrer",
rel: "noopener noreferrer nofollow",
})`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants