paul02 Posted January 20, 2015 Share Posted January 20, 2015 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 More sharing options...
sandipchandela Posted January 21, 2015 Share Posted January 21, 2015 have you put snippet code into index.tpl located in themes directory ?? Link to comment Share on other sites More sharing options...
paul02 Posted January 21, 2015 Author Share Posted January 21, 2015 Thanks for the quick answer sandipchandela , no i have not pt any code because i don't know where to put it, in what file ? Link to comment Share on other sites More sharing options...
paul02 Posted January 21, 2015 Author Share Posted January 21, 2015 i want to accomplish something like that in the google research results: 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 Autres résultats sur orange.fr » Orangeagence.orange.fr1 avis de Google Centre Commercial ParinorRDC, Aulnay-sous-Bois0 800 10 14 93 Orangeagence.orange.frpage Google+ Niveau HautCentre Commercial Parinor, Aulnay sous Bois01 48 65 29 77 Orangeagence.orange.fr2 avis de Google 17 RUE DE LA GareCcial LE Millenaire ZAC Canal Porte D'aubervilliers -, Aubervilliers04 78 49 45 11 Résultats pour orange sur le plan Link to comment Share on other sites More sharing options...
sandipchandela Posted January 21, 2015 Share Posted January 21, 2015 themes\default-bootstrap\index.tpl put your code in this file.. Link to comment Share on other sites More sharing options...
paul02 Posted January 21, 2015 Author Share Posted January 21, 2015 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 More sharing options...
paul02 Posted January 21, 2015 Author Share Posted January 21, 2015 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 More sharing options...
sandipchandela Posted January 21, 2015 Share Posted January 21, 2015 (edited) You want to make structure data for product or just office address/office detail ? ? Edited January 21, 2015 by sandipchandela (see edit history) Link to comment Share on other sites More sharing options...
paul02 Posted January 21, 2015 Author Share Posted January 21, 2015 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 More sharing options...
sandipchandela Posted January 21, 2015 Share Posted January 21, 2015 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 More sharing options...
paul02 Posted January 21, 2015 Author Share Posted January 21, 2015 So the modules take care of it ? I am gonna try and tell keep you posted. Link to comment Share on other sites More sharing options...
paul02 Posted January 21, 2015 Author Share Posted January 21, 2015 So , i activated the module and filled the adress... but it still doesnt show like other "organisation" sites. Are you sure i don't need to add code somewhere ? i am lost here... Link to comment Share on other sites More sharing options...
paul02 Posted January 21, 2015 Author Share Posted January 21, 2015 This is the test with the google testing tool : http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fzoomparis.fr%2F Link to comment Share on other sites More sharing options...
paul02 Posted January 21, 2015 Author Share Posted January 21, 2015 Sorry i misread your message, you are saying to add code int the tpl files of those module. Ok i will try. Thanks Link to comment Share on other sites More sharing options...
paul02 Posted January 21, 2015 Author Share Posted January 21, 2015 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 More sharing options...
sandipchandela Posted January 22, 2015 Share Posted January 22, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now