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

Add dynamic Page Titles for articles and categories #418

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mostafaafrouzi
Copy link

Description

The current Page Title feature in Helix Ultimate Framework inherits the title of the parent menu item, which works fine for static pages. However, it fails to handle dynamic scenarios like blog pages or articles.

Proposed Changes

  • Detect if the current page is an article or a category.
  • Dynamically update the Page Title to reflect the article or category name.
  • Adjust the HTML heading structure to ensure proper SEO and accessibility.

Benefits

  1. Improved user experience with dynamic titles.
  2. Better SEO with dynamic <h1> tags.
  3. Semantic HTML compliance.

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.

1 participant