marin.lucic Posted September 22, 2015 Share Posted September 22, 2015 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 More sharing options...
razaro Posted September 22, 2015 Share Posted September 22, 2015 You can try to modify block contact infos module, and its tpl file in your theme (this is from github dev version) https://github.com/PrestaShop/PrestaShop/blob/develop/themes/default-bootstrap/modules/blockcontactinfos/blockcontactinfos.tpl and add code for countries and members. Link to comment Share on other sites More sharing options...
selectshop.at Posted September 22, 2015 Share Posted September 22, 2015 itemprop data is still available in Prestashop's default-bootstrap theme. Check /themes/default-bootstrap/product.tpl and category. You can simply add the remaining lines there. Link to comment Share on other sites More sharing options...
marin.lucic Posted September 22, 2015 Author Share Posted September 22, 2015 itemprop data is still available in Prestashop's default-bootstrap theme. Check /themes/default-bootstrap/product.tpl and category. You can simply add the remaining lines there. add to both files or only to one? can you tell me position in the file where can put this code? Link to comment Share on other sites More sharing options...
selectshop.at Posted September 23, 2015 Share Posted September 23, 2015 In this case I prefer product.tpl. Google is not indexing well the category pages, cause this is a secondary part of content. Products you are selling are more important and this is real content foir SEO purposes in this case. 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