Search the Community
Showing results for tags 'google mark up'.
-
Hi. I wanna insert a markup only on one cms page, how to do it? when i have only one header.tpl for all pages. prestashop 1.6.1 default theme. Thx for the trouble Solved. Had to use {if $smarty.get.id_cms == 4 }{/if} in header.tpl <script type='application/ld+json'> { "@context": "http://www.schema.org", "@type": "Organization", "name": "Название Компании", "telephone": "+08*****", "email": "эл. почта", "url":"http://www.name.com", "logo": "http://www.name.com/include/img/logo.png", "description": "Описание", "image": "http://www.name.com/include/img/logo.png", "address": { "@type": "PostalAddress", "streetAddress": "Адрес улица, проспект, дом, офис", "addressLocality": "Город", "addressRegion": "Область", "postalCode": "Почтовый индекс ЦИФРОЙ", "addressCountry": "RU" } } } </script>
-
Hello, I am wondering where can we insert social mark-up code from Google in Prestashop. I tried to insert it on footer but it results in JS token error in browser development tool. I also tried to use {literal} {/literal} but no luck. <script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "Organization", "name" : "Your Organization Name", "url" : "http://www.your-site.com", "sameAs" : [ "http://www.facebook.com/your-profile", "http://www.twitter.com/yourProfile", "http://plus.google.com/your_profile"] } </script> Please see this to give an idea what I am talking about: https://developers.google.com/webmasters/social-markup/ Thanks.
- 1 reply
-
- google mark up
- mark up code
-
(and 1 more)
Tagged with: