Using JSON-LD to mark up a seach – How to embed multiple query parameters?
I want to enhance a search function's semantic meaning using JSON-LD. The most popular snippet to do that seems to be this one from Google: <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "url": "https://www.example-petstore.com/", "potentialAction": { "@type": "SearchAction", "target": "https://query.example-petstore.com/search?q={search_term_string}", "query-input": "required name=search_term_string" } } </script> While I understood how this works, I am wondering if it's possible to combine the SearchAction markup with other parts of Schema.org's