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

title-tag support #173

Open
jhmonroe opened this issue Jul 30, 2024 · 0 comments
Open

title-tag support #173

jhmonroe opened this issue Jul 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jhmonroe
Copy link

jhmonroe commented Jul 30, 2024

Hello! As I optimize a site built using Frost I've encountered something interesting:

The SEO Framework plugin tells me: "The current theme doesn't support a feature that allows predictable output of titles. Consider installing Title Fix when you notice the title output in the browser-tab isn't as you have configured."

To avoid using more plugins, I looked into how it could be added manually (like via Functions) and researched
add_theme_support( 'title-tag' );
Ref: https://developer.wordpress.org/reference/functions/add_theme_support/

When I dig into the Wordpress documentation I see this particular theme_support has been around a while but is optional for themes to include as they see fit.

Is there a reason Frost chose not to include? (for that matter, it seems like a best-practice that core should do!)
Just avoiding overloading with extra PHP? Do you leave it out cause you assume most people use bloated SEO plugins that handle it?

Not sure if this is an oversight or intentional!

Thank you! Love Frost! :-)

@jhmonroe jhmonroe added the enhancement New feature or request label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant