Advanced Landing Pages Configuration

Overview

📘

Note

This section is available for clients that uses at least HawkSearch v4.0 template

This section allows to setup SEO configuration for Landing Pages that are consumed by Hawksearch v4.0 - Search API

  1. Define a template, put string variables that will be randomly replaced with values defined below

  2. '{0}' markup from the template will be replace with one of the array values

  3. '{1}' markup from the template will be replace with one of the array values

  4. '{2}' markup from the template will be replace with one of the array values

📘

Note

The limitation is to have no more than 3 arrays. Arrays numerations starts from 0.

Sample configuration:

v2/search example without a facet selection

v2/search request

{
    "CustomUrl": "/Mother/",
    "ClientGuid": "client_guid"
}

Examples of random responses:

...
"MetaDescription": "Mother's Day Shop our superb range of quality online or visit us in-store today, with free or express delivery available and easy returns.",
"MetaKeywords": "Mother's Day Shop superb quality of items",
...
...
"MetaDescription": "Mother's Day Shop our superb range of quality online or visit us in-store today, with free or express delivery available and easy returns.",
"MetaKeywords": "Mother's Day Shop superb quality of items"
...
...
"MetaDescription": "Mother's Day Browse our great range of excellent online or visit us in-store today, with free or express delivery available and easy returns.",
"MetaKeywords": "Mother's Day Browse great excellent of items"
 ...

v2/search example without a facet selection

v2/search request:

{
    "CustomUrl": "/Mother/",
    "ClientGuid": "client_guid",
    "FacetSelections": {
        "department_nest": ["Women"]
    }
}

Examples of random responses:

...
"MetaDescription": "Mother's Day Women Browse our wide range of genuine online or visit us in-store today, with free or express delivery available and easy returns.",
"MetaKeywords": "Mother's Day Women Browse wide genuine of items",
...
...
"MetaDescription": "Mother's Day Women Shop our superb range of quality online or visit us in-store today, with free or express delivery available and easy returns.",
"MetaKeywords": "Mother's Day Women Shop superb quality of items"
...
...
"MetaDescription": "Mother's Day Women Shop our wide range of genuine online or visit us in-store today, with free or express delivery available and easy returns.",
"MetaKeywords": "Mother's Day Women Shop wide genuine of items"
...