Search the FirstSpirit Knowledge Base
Hallo Zusammen,
ich habe folgende Herausforderung ich möchte den Wert der Navigationsfunktion, die von einem Paging einer Seitengruppe genutzt wird in einem weiteren Template nutzen, um so in dem Head-Bereich der Seite die von Google empfohlenen rel-prev und rel-next Inforamtionen zu setzten, was ja nichts anderes ist als die Links die hinter dem Paginierung liegen.
So meint Google das:
http://support.google.com/webmasters/bin/answer.py?hl=de&answer=1663744
Hier die Beispielnavigation auf dem Mithras Projekt:
<CMS_HEADER>
<CMS_FUNCTION name="PageGroup" resultname="fr_cs_navigation">
<CMS_CDATA_PARAM name="directoryRendering"><![CDATA[<a href="$CMS_REF(#nav.ref)$">$CMS_VALUE(#nav.pos)$</a>]]></CMS_CDATA_PARAM>
<CMS_CDATA_PARAM name="directoryRenderingSelected"><![CDATA[$CMS_VALUE(#nav.pos)$]]></CMS_CDATA_PARAM>
<CMS_CDATA_PARAM name="nextAvailable"><![CDATA[<a href="$CMS_REF(#nav.ref)$" title="$CMS_VALUE(#global.gca("next"))$">$CMS_VALUE(#global.gca("next"))$</a>]]></CMS_CDATA_PARAM>
<CMS_CDATA_PARAM name="nextNotAvailable"><![CDATA[<div style="margin:0px;padding-right:25px;float:right;width:35px"> </div>]]></CMS_CDATA_PARAM>
<CMS_CDATA_PARAM name="previousAvailable"><![CDATA[<a href="$CMS_REF(#nav.ref)$" title="$CMS_VALUE(#global.gca("previous"))$">$CMS_VALUE(#global.gca("previous"))$</a>]]></CMS_CDATA_PARAM>
<CMS_CDATA_PARAM name="previousNotAvailable"><![CDATA[<div style="margin:0px;padding-left:25px; float:left;width:35px"> </div]]></CMS_CDATA_PARAM>
<CMS_CDATA_PARAM name="delimiter"><![CDATA[<span class="trennstrich">|</span>]]></CMS_CDATA_PARAM>
</CMS_FUNCTION>
</CMS_HEADER>
viele Grüße,
Christopher Eggert
Hallo Christopher,
schau mal unter Zählen der Spaltenbreite in Absatztemplate für dynamischen Umbruch
Viele Grüße
Christoph
Hallo Christopher,
schau mal unter Zählen der Spaltenbreite in Absatztemplate für dynamischen Umbruch
Viele Grüße
Christoph
Hey Christoph,
danke dir das passte.