Hi Team,
I want to add sitelink schema to my blog, but I can’t find the search URL to use in sitelink schema.
For example: xyz.com/search?query=abc
The current one: xyz.com/#/search can’t be used to add query and check
Hi Team,
I want to add sitelink schema to my blog, but I can’t find the search URL to use in sitelink schema.
For example: xyz.com/search?query=abc
The current one: xyz.com/#/search can’t be used to add query and check
Ghost’s native search uses client-side JavaScript to perform searches that don’t rely on query params. Therefore, you won’t be able to add sitelink schema in the way mentioned.
An alternative would be to use a more advanced search service like Algolia: Ghost Theme Development: Adding search to a theme