Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs-infra] Optimize title for SEO and UX #251

Open
oliviertassinari opened this issue Nov 27, 2024 · 0 comments
Open

[docs-infra] Optimize title for SEO and UX #251

oliviertassinari opened this issue Nov 27, 2024 · 0 comments
Labels
enhancement This is not a bug, nor a new feature scope: docs-infra Specific to the docs-infra product status: waiting for maintainer These issues haven't been looked at yet by a maintainer

Comments

@oliviertassinari
Copy link
Member

oliviertassinari commented Nov 27, 2024

Summary

To maximize the ranking potential of the components, we need to have "React" in the page title. But by having "React" we make it hard for developers to see what their tabs is about when they have tons of them open. See https://github.com/mui/base-ui/pull/863/files#r1860709821 for more details.

The solution can be to render the pages with "React" in the initial HTML response, and then client-side with JS, when there are multiple tabs open, to remove the "React" prefix: https://stackoverflow.com/questions/9576851/detect-presence-of-other-tabs-windows-of-same-domain.

Examples

No response

Motivation

No response

Search keywords: -

@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Nov 27, 2024
@oliviertassinari oliviertassinari added enhancement This is not a bug, nor a new feature scope: docs-infra Specific to the docs-infra product labels Nov 27, 2024
@oliviertassinari oliviertassinari changed the title [docs-infra] Title SEO [docs-infra] Optimize title for SEO and UX Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is not a bug, nor a new feature scope: docs-infra Specific to the docs-infra product status: waiting for maintainer These issues haven't been looked at yet by a maintainer
Projects
None yet
Development

No branches or pull requests

1 participant