# Unterschied .metaTitle zu .title

**URL:** https://forum.shopware.com/t/unterschied-metatitle-zu-title/49164
**Category:** Themes & Design
**Created:** [30. Oktober 2017 um 13:39 UTC](https://forum.shopware.com/t/unterschied-metatitle-zu-title/49164 "2017-10-30T13:39:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![brettvormkopp](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/brettvormkopp/32/7788_2.png) [@brettvormkopp](https://forum.shopware.com/u/brettvormkopp)
#### Post date: [30. Oktober 2017 um 13:39 UTC](https://forum.shopware.com/t/unterschied-metatitle-zu-title/49164/1 "2017-10-30T13:39:04Z")

</div>

Hi, im Listing ist folgende If Abfrage:

```
{if $sCategoryContent.metaTitle}
    {$sCategoryContent.metaTitle} | {{config name=sShopname}|escapeHtmlAttr}
{elseif $sCategoryContent.title}
    {$sCategoryContent.title}
{else}
    {$smarty.block.parent}
{/if}

```

Ich würde gern den Unterschied zwischen **$sCategoryContent.metaTitle** und **$sCategoryContent.title** wissen. Danke und Gruss.

---

<div class="post-metadata">

### Author: ![Moritz\_Naczenski](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/moritz_naczenski/32/7792_2.png) [@Moritz\_Naczenski](https://forum.shopware.com/u/Moritz_Naczenski)
#### Post date: [30. Oktober 2017 um 13:44 UTC](https://forum.shopware.com/t/unterschied-metatitle-zu-title/49164/2 "2017-10-30T13:44:39Z")

</div>

Das eine ist halt der Meta-Title und das andere die Überschrift des Kategorie-Textes. Kannst du ja beides im Kategorie-Modul definieren.

---

<div class="post-metadata">

### Author: ![brettvormkopp](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/brettvormkopp/32/7788_2.png) [@brettvormkopp](https://forum.shopware.com/u/brettvormkopp)
#### Post date: [30. Oktober 2017 um 13:48 UTC](https://forum.shopware.com/t/unterschied-metatitle-zu-title/49164/3 "2017-10-30T13:48:54Z")

</div>

😃 da stand ich aber ganz schön auf dem Schlauch 😛 Danke dir [@Moritz Naczenski]([http://forum.shopware.com/profile/14574/Moritz](http://forum.shopware.com/profile/14574/Moritz) Naczenski “Moritz Naczenski”)‍
