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:
- Specify another title or description in the search results instead of the default.
- Restrict it from index or follow a page.
- Add custom fields to the page.
Example snippet
<script type="application/x-searchine+json">
{
title : "Welcome to Searchine!",
description: "Searchine is a kick-ass tool",
robots : "noindex,follow",
customFields : {
"pagetype" : "news",
"category" : "general"
}
}
</script>
This snippet will be expanded with more options coming soon.