I read somewhere that Rapido was going to support Google tags in version 2.0. Do you have more information about this? We use a third party solution to track sales, and want to know if there are added support for tags in Rapido? Also if it is possible to add Google Tag Manager through a setting in admin, or if you have to programatically add it to the source code.
Developer forum
E-mail notifications
Google Tags
Martin Grønbekk Moen
Replies
Nicolai Pedersen
Posted on 02/05/2018 15:37:26
This post has been marked as an answer
Hi Martin
The supported tags supported are described briefly here: https://doc.dynamicweb.com/rapido/download/release-notes/rapido-2-0-release-notes
So it is http://schema.org/ tags - and these are included:
- Product - Google schema mark up has been added to the product pages to enable rich product result through searches in Google to show prices, images etc.
- Breadcrumbs - gooogle uses breadcrumb markup in the body of a webpage to categorize the information in a search result
- Events - discover events easier through search and show event details in Google search results
- Local business - can display a graph card with company details when your company is searched in Google.
And it is tags like this:
<script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", "name": "Mongoose Tyax Comp Disc", "image": [ "http://rapidoqa2.dev02.dynamicweb.dk/Admin/Public/GetImage.ashx?width=400&height=400&crop=0&Compression=75&DoNotUpscale=true&image=/files/Images/Ecom/Products/10001.jpg", "http://rapidoqa2.dev02.dynamicweb.dk/Admin/Public/GetImage.ashx?width=400&height=300&crop=0&Compression=75&DoNotUpscale=true&image=/files/Images/Ecom/Products/10001.jpg", "http://rapidoqa2.dev02.dynamicweb.dk/Admin/Public/GetImage.ashx?width=448&height=225&crop=0&Compression=75&DoNotUpscale=true&image=/files/Images/Ecom/Products/10001.jpg" ], "description": "", "mpn": "925872", "brand": { "@type": "Thing", "name": "Mongoose" }, "offers": { "@type": "Offer", "priceCurrency": "EUR", "price": "12.508,75", "availability": "InStock" } } </script>
But no tagmanager is included. So you have to add that in custom.js or in the template.
BR Nicolai
Votes for this answer: 1
You must be logged in to post in the forum