How do you test structured data / schema markup from localhost? #40972
-
I'm attempting to validate structured data (using Google's Rich Results Test and Schema.org's Schema Markup Validator) from a local development server. My only idea is to use ngrok to create a web-accessible live link for Google to crawl. However, the page accessed through ngrok is modifying the JSON inside of each This throws parsing errors inside the validators, so I currently can't text any schema without running a full build. How do you approach this? Cheers! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Maybe you could try with https://theboroer.github.io/localtunnel-www/ , https://github.com/localtunnel/localtunnel, hopefully it doesn't cause sequences to be escaped. |
Beta Was this translation helpful? Give feedback.
-
Our company Brand eCommerce website is built completely on Next.js and for schema, we are using online schema generator tools. And it is working perfectly. I created all the required schemas and provided them to our developer, who applied them manually. Can use any online Schema Generator tool like https://schemabuilder.net/ |
Beta Was this translation helpful? Give feedback.
Maybe you could try with https://theboroer.github.io/localtunnel-www/ , https://github.com/localtunnel/localtunnel, hopefully it doesn't cause sequences to be escaped.