Jump to content
xt:Commerce Community Forum

Noch mehr SEO mit Godrelation


Recommended Posts

Mit erwitertem Doktype mit RDF

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.0" xmlns:addthis="http://www.addthis.com/help/api-spec" xml:lang="de" lang="de">
und Marup im Template
<div xmlns="http://www.w3.org/1999/xhtml"

  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"

  xmlns:xsd="http://www.w3.org/2001/XMLSchema#"

  xmlns:gr="http://purl.org/goodrelations/v1#"

  xmlns:foaf="http://xmlns.com/foaf/0.1/">


  <div typeof="gr:Offering" about="#offering">

    <div rev="gr:offers" resource="http://www.sexshop-dildo-punk.de/#company"></div>

    <div property="gr:name" content="Dildo "Smoothy Prober" 20cm lila" xml:lang="de"></div>

    <div property="gr:description" content="Dieser formvollendete Dildo ist ein Lustspender der Extraklasse mit seinem äußerst gleitfreudigen und flexiblem Jelly Material macht er Sie in jedem winkel glücklich.  Darüber hinaus verfügt dieser Dildo über vier kleine Analperlen, die ein jeden Wunsch erfüllen." xml:lang="de"></div>

    <div property="gr:hasEAN_UCC-13" content="4890888117022" datatype="xsd:string"></div>

    <div property="gr:hasStockKeepingUnit" content="5" datatype="xsd:string"></div>

    <div rel="foaf:depiction" resource="http://www.sexshop-dildo-punk.de/media/images/org/"></div>

    <div rel="gr:hasBusinessFunction" resource="http://purl.org/goodrelations/v1#Sell"></div>


    <div rel="gr:hasPriceSpecification">

      <div typeof="gr:UnitPriceSpecification">

        <div property="gr:hasCurrency" content="EUR" datatype="xsd:string"></div>

        <div property="gr:hasCurrencyValue" content="6.00" datatype="xsd:float"></div>

        <div property="gr:hasUnitOfMeasurement" content="C62" datatype="xsd:string"></div>

      </div>

    </div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#ByBankTransferInAdvance"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#ByInvoice"></div>


    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#Cash"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#COD"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#DirectDebit"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#PayPal"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#AmericanExpress"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#MasterCard"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#VISA"></div>

    <div rel="foaf:page" resource="http://www.sexshop-dildo-punk.de/Dildo-Smoothy-Prober-20cm-lila.html"></div>

  </div>


</div>


 </div>

Link to comment
Share on other sites

Dafür ist kein Plugin nötig

man ändert nur den Doktype und ergänzt in mit RDF

ich habe in noch mit addthis ergänzt was auch nicht schlecht ist(auf jeden fall besser als der standart von v4)

2. Ergenst man sein Produkt Template mit dem Schema und läst es durch smarty füllen.

Es gewinnt immer mehr an bedeutung aber es ist noch jung.

Mit der vereinheitlichung der daten verbessert sich die Produkt aufnahme auch bei anderen Suchmaschinen

Link to comment
Share on other sites

Hi,

jetzt muss ich wirklich mal dumm fragen: wie malst Du denn in den Head-Tag des Shops bzw. änderst den doctype mit smarty über Templates ohne die Quellcodes anzufassen? Ich kenne da ehrlich gesagt nur im xtAdmin diese "freien Metatags", aber das kann es ja nicht sein. Ich kenne nicht einmal ein Template, in dem das möglich ist und ich dachte eigentlich schon da zumindest alles gesehen zu haben.

Gruß, Uwe

Link to comment
Share on other sites

  • 1 month later...
<div xmlns="http://www.w3.org/1999/xhtml"

  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"

  xmlns:xsd="http://www.w3.org/2001/XMLSchema#"

  xmlns:gr="http://purl.org/goodrelations/v1#"

  xmlns:foaf="http://xmlns.com/foaf/0.1/">


  <div typeof="gr:Offering" about="#offering">

    <div rev="gr:offers" resource="http://www.sexshop-dildo-punk.de/#company"></div>

    <div property="gr:name" content="{$products_name|escape:"html"}" xml:lang="de"></div>

    <div property="gr:description" content="{$products_description|escape:"html"}" xml:lang="de"></div>

    <div property="gr:hasEAN_UCC-13" content="{$products_ean|string_format:"%013s"}" datatype="xsd:string"></div>

    <div property="gr:hasStockKeepingUnit" content="{$products_quantity|string_format:"%d"}" datatype="xsd:string"></div>

    <div rel="foaf:depiction" resource="{img img=$img_data.file type=m_org path_only=true}"></div>

    <div rel="gr:hasBusinessFunction" resource="http://purl.org/goodrelations/v1#Sell"></div>

    <div rel="gr:hasPriceSpecification">

      <div typeof="gr:UnitPriceSpecification">

        <div property="gr:hasCurrency" content="EUR" datatype="xsd:string"></div>

        <div property="gr:hasCurrencyValue" content="{$products_price.plain|string_format:"%.2f"}" datatype="xsd:float"></div>

        <div property="gr:hasUnitOfMeasurement" content="C62" datatype="xsd:string"></div>

      </div>

    </div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#ByBankTransferInAdvance"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#ByInvoice"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#Cash"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#COD"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#DirectDebit"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#PayPal"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#AmericanExpress"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#MasterCard"></div>

    <div rel="gr:acceptedPaymentMethods" resource="http://purl.org/goodrelations/v1#VISA"></div>

    <div rel="foaf:page" resource="{$products_link}"></div>

  </div>

Link to comment
Share on other sites

ich denke man sollte nicht aus jedem fussel ein plug-in machen das haut bestimmt auf die performance

Naja ist ja kein "Fussel" sondern beeinflusst die Kaufentscheidung in den SERPs ja direkt z.B. mit Bewertungssternen etc. Auch hat das zur folge das die Suchergebnisse auf den Suchergebnisseiten besser sichtbar sind - was wohl zu einer besseren CTR führen sollte.

Kann ja jeder selbst entscheiden ob er es einsetzt und dafür ist ja das Pluginsystem da.

Link to comment
Share on other sites

  • 2 weeks later...
  • 11 months later...

Guten Tag,

unter dem Link semantic-seo-for-xt-commerce - Semantic SEO for xt:Commerce - Google Project Hosting

finden Sie völlig kostenfrei eine Extension, die automatisch Semantic SEO powered by GoodRelations in ihre xt:Commerce VEYTON / 4.0 Installation integriert.

Mit freundlichen Grüßen

Kevin Siegerth

P.S.: Ich arbeite gerade an einer Lösung, um diese Extension auch für xt:commerce <4.0 und xtcmodified zu implementieren

Link to comment
Share on other sites

  • 3 weeks later...

Hallo

super bin gerade hier darüber gestolpert !

Wär ja super wenn das der Shop irgendwann auch automatisch kann.

Dass XT das nicht in den Newsletter schreibt find i schon komisch !

Das ist die Zukunft und

hier werden nur immer Lizenzmodelle neu erfunden.

:-(

2.

Es wär auch mal gut wenn in der URL /angebote steht und nicht /xt special products.

ich verkaufe keine "Xt kekse "

:-)

kann mir jemand sagen wie ich das umändern kann?

Link to comment
Share on other sites

  • 6 months later...

Hallo,

wurden die Artikelbeschreibungen z.B. aus Word kopiert? Hier wird meist unsauber Code mit kopiert. Welcher Editor wird im Backend benutzt? Es ist zu empfehlen keinen eigentlich gar keinen Editor zu nutzen und die Beschreibungen nur mit den einfachen HTML-Elementen zu formatieren und die Absätze mittels <p>-Tag zu gestalten.

Viele Grüße,

Stefan

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...