# Fehler in Doku SEO Guide und Shopware title-tags ändern?

**URL:** https://forum.shopware.com/t/fehler-in-doku-seo-guide-und-shopware-title-tags-andern/25025
**Category:** Shopware 3.5
**Tags:** other
**Created:** [11. Februar 2015 um 02:32 UTC](https://forum.shopware.com/t/fehler-in-doku-seo-guide-und-shopware-title-tags-andern/25025 "2015-02-11T02:32:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ffinkelm](https://avatars.discourse-cdn.com/v4/letter/f/fbc32d/32.png) [@ffinkelm](https://forum.shopware.com/u/ffinkelm)
#### Post date: [11. Februar 2015 um 02:32 UTC](https://forum.shopware.com/t/fehler-in-doku-seo-guide-und-shopware-title-tags-andern/25025/1 "2015-02-11T02:32:31Z")

</div>

Hallo, ich habe hier mal eine grundlegende Frag zur Doku. In beiden Dokus geht es um den individuellen Title Tag für Kategorien und Artikel, im „SEO Guide“ steht es so: `{extends file='parent:frontend/index/header.tpl'} {block name='frontend\_index\_header\_title'} {strip} {if $sCategoryContent.attribute.attribute1} {$sCategoryContent.attribute.attribute1} | {config name=sShopname} {elseif $sArticle.attr1} {$sArticle.attr1} | {config name=sShopname} {else} {if $sBreadcrumb} {foreach from=$sBreadcrumb|array\_reverse item=breadcrumb}{$breadcrumb.name} | {/foreach} {/if} {config name=sShopname} {/if} {/strip} {/block}` Was soweit auch funktioniert. In der Doku „Shopware title-tags ändern“ steht es folgendermaßen: `{block name='frontend\_index\_header\_title'} {strip} {if $Controller == 'detail'} {$sArticle.articleName} {elseif $Controller == 'listing'} {$sCategoryInfo.name} {else} {if $sBreadcrumb}{foreach from=$sBreadcrumb|array\_reverse item=breadcrumb}{$breadcrumb.name} | {/foreach}{else}{config name=sShopname}{/if} {/if} {/strip} {/block}` Nicht getestet. Was ist denn nun richtig,bzw. die vielleicht bessere Methode? Gruß
