Jump to content

Prestashop Microdata


marin.lucic

Recommended Posts

Hi,
 
very simple question, is it possible to add this code in presta and where?

I need this for google search.
 
<div itemscope itemtype="http://schema.org/Organization">
  <span itemprop="name">site.Hr</span>
Contact Details:
  <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
    Main address:
      <span itemprop="postalCode">10000</span>
      <span itemprop="addressLocality">Zagreb, Croatia</span>
    ,
  </div>
    Tel:<span itemprop="telephone">01 2345678 </span>,
    E-mail: <span itemprop="email">[email protected]</span>
Members:
- National Scientific Members in 100 countries and territories: Country1, Country2, ...
- Scientific Union Members, 30 organizations listed in this Yearbook:
  <span itemprop="member" itemscope itemtype="http://schema.org/Organization">
    Member1
  </span>,
  <span itemprop="member" itemscope itemtype="http://schema.org/Organization">
    Member2
  </span>,
History:
</div>

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...