Integrating the SEO - Enhancer via JSON

Product Keywords

Information on the keywords is located within the record object.

{
  "searchResult":{
    ...
	"records": [
      {
        "keywords": [
          "winter jacket",
          "jacket for winter",
        ],
        ...
      },
	...
	],
	...
  }
}

SEO Path

With the JSON API the SEO path parameter is located within the searchParams URL:

{
  "searchResult":{
    ...
    "groups":[
      {
        ...
        "detailedLinks":5,
        "elements":[
          {
             "associatedFieldName":"category0",
             "clusterLevel":0,
             "name":"Herren",
             "previewImageURL":null,
             "recordCount":1,
             "searchParams":"/FACT-Finder/Search.ff?seoPath=%2FHerren&format=JSON",
             "selected":false
          },
           ...
         ],
      }
    ],
    ...
  }
}