AddSearch allows you to curate search results by increasing or decreasing the importance of certain site areas by URL patterns. For example, you can decide to boost your product pages higher in the search results and lower the importance of your press releases.
To set up site area weights:
Please note that these patterns will be matched against URLs in the order they are listed. Arrange the list so that the highest priority patterns are on the top and don’t put too generic URL paths above specific ones.
Site area weights are wildcards by default. Site areas can be defined with regular expressions with a regex: prefix. For example regex:.*contact-us$ would match all the URLs ending with contact-us.
This feature has been designed so that there’s as little maintenance as possible for you as the site owner. When creating new content, you don’t need to worry about how it’ll appear in the search; once you’ve decided your weight rules, you’re all set.
It’s also possible to define the relative importance of a page with the following meta tag:
<meta name="addsearch-boost" content="120" />
Tag’s content is the importance in percentage with the default value 100 (meaning 100%). Value “50” would give the page half score, and “200” would double page’s score. If “addsearch-boost” meta tag is used, it overrides other possibly matching Site area rules.
To make sure that specific search results are shown with manually defined search terms, use our Pinned results feature.