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

Stop appending empty title tags #100

Merged
merged 1 commit into from
Aug 4, 2022
Merged

Stop appending empty title tags #100

merged 1 commit into from
Aug 4, 2022

Conversation

marvinjude
Copy link
Contributor

@marvinjude marvinjude commented Aug 2, 2022

Description

With the introduction of Gatsby head API, users won't be able to migrate piecemeal because this plugin appends empty <title> tag to pages so that when you specify a Head export with a <title>, you end up with multiple title tags subsequently breaking Seo.

This change ensures that empty title tags aren't appended

gatsby-plugin-react-helmet also introduced a similar change in gatsbyjs/gatsby#36303

@me4502 me4502 merged commit a9fd8ea into me4502:main Aug 4, 2022
@me4502
Copy link
Owner

me4502 commented Aug 4, 2022

Thanks for this :)

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.

2 participants