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:

  1. use another title or description in the search results instead of the defaults.
  2. restrict it from index or follow a page.
  3. 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.

Robots meta tag