seo_string requiredThe SEO-string name to look up. It is matched against the seo............. field of the current site modules approved items; the first matching item is used. Dashes are part of the name (for example about-us, cfg-title). An empty or unmatched name yields an empty result.
text optional default item fulltextOptional template expanded in the context of the found item. When omitted entirely, the item fulltext is printed. When supplied, this text is expanded with the found item as the current item, so field-getters and field aliases resolve against it (for example a SEO-URL or headline field of the found item). Note: supplying an empty second argument prints an empty string, not the fulltext.
<a href="{siteitem:clanky:_#SEO_URL_}">Articles</a>
[{siteitem:}]
[{siteitem:siteitem:}]
{siteitem:about-us}
<title>{siteitem:cfg-title}</title>
[{siteitem:siteitem:FOUND}]
[{siteitem:no-such-name}]