-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
docsThis issue is related to documentationThis issue is related to documentationneeds triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team
Description
Documentation Feedback
The HTML "<title>" element is the same on each page of the documentation.
This is confusing and bad for Google (i mean search engine) users.
I suppose the title resolution doesn't work in SSR mode.
Bug: Same title on each component page.
<title>Angular Material UI Component Library</title>
Fix: Use proper title on each page. (Example)
<title>Tree • Angular Material</title>
Affected documentation page
Metadata
Metadata
Assignees
Labels
docsThis issue is related to documentationThis issue is related to documentationneeds triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team