Jump to content

Inserimento microdata nel blocco informazioni contatto (footer) di prestashop 1.5.4.1


Radiocom

Recommended Posts

Salve vorrei inserire dei tag microdata, per avere una migliore indicizzazione delle informazioni di base della mia azienda, nel blocco informazioni contatto (footer) di prestashop 1.5.4.1 e non ho idea di come dovrei procedere.  Questo è il codice che vorrei inserire (testato sulla piattaforma per sviluppatori di google e funzionante):

<div itemscope itemtype="http://schema.org/Organization">
    <span itemprop="name">Radiocom società cooperativa</span><br>
    <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
        <span itemprop="streetAddress">Via Elio Vittorini 7</span><br>
        <span itemprop="addressLocality">Adrano</span><br>
        <span itemprop="addressRegion">CT</span> 
        <span itemprop="postalCode">95031</span>
    </div>
    Phone: <span itemprop="telephone">0957690089</span>
</div>

Ringrazio anticipatamente

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...