Searchine Page Snippet
The page snippet is used to pass extra information to Searchine regarding the crawled page
There are different scenario's you want to pass extra information to Searchine:
You want Searchine to:
- use another title or description in the search results instead of the defaults.
- restrict it from index or follow a page.
- add facet information for the page.
Example snippet
<script type="application/x-searchine+json">
{
title : "Welcome to Searchine!",
description: "Searchine is a kick-ass tool",
robots : "noindex,follow"
}
</script>
This snippet will be expanded with more options coming soon.