Closed rob-baker-ar closed 6 years ago
I have just realised this should have been posted here:
https://github.com/nystudio107/craft-seomatic/issues
... As that seems to be for the Craft 3 version. Is it possible to move this issue or should I re-post?
When setting a Search Target URL Pattern to something like:
https://domain.com/search?q={search_term_string}
And the search query input to:
search_term_string
Expected LDJSON output would be:
"potentialAction":{"@type":"SearchAction","query-input":"search_term_string","target":"https://domain.com/search?q={search_term_string}"}
But ends up being:
"potentialAction":{"@type":"SearchAction","query-input":"search_term_string","target":"https://domain.com/search?q="}
SEOMatic Version: 3.0.23 Craft CMS Version: 3.0.12