Jump to content

how to set-up an "organisation" style snippet for google ?


Recommended Posts

HELLO, i would like to know how to set-up an organisation style snippet for google ?

I know to use a specific language and code but where shoul i past the code.

I found a tutorial by NEMO for snippet for products but not for the front page , "organisations" style with adress and categories , where to paste the code ? in what file? global.tpl ? footer.tpl ?

 

I'd appreciate some help on this one, Thanks guys.

Link to comment
Share on other sites

i want to accomplish something like that  in the google research results:

 

  1. Orange : téléphones, forfaits, Internet, actualité, sport, video
    www.orange.fr/
    •  
    •  
     
    Orange vous présente ses offres de téléphones portables, de forfaits mobiles et internet. Retrouvez aussi la messagerie, l'actualité, le sport, la video sur le ...
    Portail Orange
    Consultez votre mail Orange, accédez à votre espace client ...
    Espace Client
    L'espace client Orange vous permet de gérer en toute liberté ...
    Messagerie Orange
    La messagerie Orange vous offre un ensemble de services pour ...
    Le Blanc-Mesnil
    Boutiques Orange le-blanc-mesnil : retrouvez dans nos magasins ...
    Mail Orange : boite mail ...
    mail Orange : accédez à votre boite mail et communiquez ...
    Mobile
    Les téléphones mobiles - Forfaits mobiles Orange - Apple - Open
 
Link to comment
Share on other sites

Sorry , the text is all messy, what i mean is i want to have the same snippet that big organisations have on their google search results with adress, categories...

like the website for "NBC" for exemple, type "nbc" on google and it is the first website if you want to know what i am talking about.

 

Thanks guys.

Link to comment
Share on other sites

oh i didnt see you answer, so it's in index.tpl but do i add a code or change the code ?

Because i ahve seen tutorials that say to change the code by adding element "around" the existing codes and other tutorials to add a code on top of the file like this:

 

<div itemscope itemtype="http://schema.org/LocalBusiness">
<span itemprop="name">Zoom Paris</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">1 rue du Cygne</span>
<span itemprop="postalCode">75001</span>
<span itemprop="addressLocality"></span>,
<span itemprop="addressRegion">Paris</span>
</div>
Phone: <span itemprop="telephone">0144760337</span>
Website: <a itemprop="url" href="http://http://zoomparis.com/">http://zoomparis.com/</a>
</div>
Link to comment
Share on other sites

i found a tutorial wich explain it for products so i think i can manage that part but i have found no tutorial that explain how to do it forprestashop 1.6 with office address/office detail  with th structured  "layout" like the "nbc" site for exemple.

Link to comment
Share on other sites

Prestashop latest version already comes with Rich snippet for product but not for Office data/office location or address.

 

For Office address/information, you can implement in two modules. Both will found in modules directory and display as per your need.

Put down your code in .tpl file.

1) blockcontact

2) blockcontactinfos

Link to comment
Share on other sites

I tried to add the code at the end of the 2 files you said but it doesnt change anything.

Should i add code elswhere or is the code wrong:

<div itemscope itemtype="http://schema.org/LocalBusiness">
<span itemprop="name">Zoom Paris</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">1 rue du Cygne</span>
<span itemprop="postalCode">75001</span>
<span itemprop="addressLocality"></span>,
<span itemprop="addressRegion">Paris</span>
</div>
Phone: <span itemprop="telephone">0144760337</span>
Website: <a itemprop="url" href="http://http://zoomparis.com/">http://zoomparis.com/</a>
</div>
 
 
 
Alternativly if you know a code tha t can achieve what i described, could you share it with me ? and the place where to put it That would be awesome !
Thanks
Link to comment
Share on other sites

Link for structured data type for organization type -

This will help you to build correct code for your website organization.

https://support.google.com/webmasters/answer/146861

 

then check it on following url to verify that code you put in site right or not for google searching? It will give you enough results for what you are looking for ..

http://www.google.com/webmasters/tools/richsnippets

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