Integrating the SEO - Enhancer via XML
Product Keywords
The keyword information is located within the keywords
Tag under record
.
<ff>
...
<results count="32">
<record nr="0" id="3243" relevancy="100.0">
<keywords>
<keyword>winter jacket</keyword>
<keyword>jacket for winter</keyword>
...
</keywords>
...
</record>
</results>
</ff>
SEO Path
With the XML API the SEO path is located within the searchParams
URL as parameter:
<ff xsi:noNamespaceSchemaLocation="schema/7.2/ffresult.xsd">
...
<searchParams>
<searchPhrase>*</searchPhrase>
<channel>de</channel>
</searchParams>
...
<asn>
<group name="Kategorie">
<element name="Herren" ...>
<searchParams><![CDATA[/FACT-Finder/Search.ff?seoPath=/Herren&format=XML]]></searchParams>
</element>
<element name="Damen" ...>
<searchParams><![CDATA[/FACT-Finder/Search.ff?seoPath=/Damen&format=XML]]></searchParams>
</element>
...
</group>
</asn>
...
</ff>