Only output Organization/Person JSON-LD schemas on the homepage#613
Merged
Conversation
`LocalBusiness` and `SoftwareApplication` are bad examples here. They too should be output on individual entries. Replaced with `WebSite` and `SiteNavigationElement` which are intended to be output across all pages.
Organization/Person JSON-LD schemas on the homepage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While not mandatory, Google recommends that the
Organizationschema is only output on the homepage, or another page specifically about the organization, like an "About" page:This PR makes it so the
OrganizationandPersonschemas are only output on the homepage, rather than every page.If you've chosen to disable SEO Pro's entity information, you'll probably want to put your custom JSON-LD schema in the relevant entry directly (eg. your homepage), rather than in the "JSON-LD Schema" textbox in site defaults, as that's designed to be output on every page.
Related: #605