Defining category information below search results
You can manually define the value of the Category information with our metatag. Categories are circled in red in the image below:
To define the category, add a meta tag named “addsearch-category” to the page’s HTML head section:
<meta name="addsearch-category" content="Awesome category" />
To define multiple categories, separate them by slash:
<meta name="addsearch-category" content="Products/Pants" />
Filtering by addsearch-category
You can filter search results against the addsearch-category
meta tag, so only pages with a specific tag would be returned. Read more about filtering search results.