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

fix(gatsby-plugin-react-helment): stop appending empty title tags #36303

Merged
merged 3 commits into from
Aug 3, 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

[sc-53780]

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Aug 2, 2022
@marvinjude marvinjude added topic: DX Developer Experience (e.g. Fast Refresh, i18n, SSR, page creation, starters) and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Aug 2, 2022
Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: DX Developer Experience (e.g. Fast Refresh, i18n, SSR, page creation, starters)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants