Add BreadcrumbList schema to industry pages - #5773
Open
sumitshinde-84 wants to merge 2 commits into
Open
sumitshinde-84 wants to merge 2 commits into
sumitshinde-84 wants to merge 2 commits into
Conversation
Adds a Home > Industries > {industry} BreadcrumbList node to the
shared JSON-LD graph, gated on the "industry" tag so it only applies
to pages under src/industries/.
FAQ answers written as YAML folded scalars end with a trailing newline, which was being interpolated raw into a JSON string literal producing invalid JSON-LD (an unescaped control character) on pages like industries/automotive. Use `| dump | safe` for question/answer and HowTo name/description/step text so newlines and quotes are properly escaped.
sumitshinde-84
force-pushed
the
worktree-breadcrumb-industry-schema
branch
from
September 11, 2026 10:33
bb7cb16 to
64361f1
Compare
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
ZJvandeWeg
reviewed
Sep 11, 2026
| "url": "https://www.g2.com/sellers/flowfuse" | ||
| } | ||
| } | ||
| {% if tags and 'industry' in tags %} |
Member
There was a problem hiding this comment.
@sumitshinde-84 this PR feels void as we're moving away from 11ty in favour of nuxt. Should we close the PR?
Contributor
There was a problem hiding this comment.
Yes, we're nearing the end of our migration if we merge the separate PRs of #5777
@sumitshinde-84 please see if this needs to be added still after those efforts are merged
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.

Description
Related Issue(s)
Checklist