Author |
Topic  |
|
AleChe91
VP-CART New User

Italy
128 Posts |
Posted - March 11 2016 : 03:11:00
|
We just need the microdata and after there is no more thing to do! VP-ASP 8.00 ha a pretty good SEO optimisation by default
"Structured Data Markup is used to generate Rich Snippets in search engine results. It is a way for website owners to send structured data to search engine robots; helping them to understand your content and create well-presented search results.
Google™ supports a number of rich snippets for content types, including: Reviews, People, Products, Businesses and Organizations, Recipes, Events , Videos, and Music. If your website covers one of these topics, then we suggest that you annotate it with Schema.org using microdata."
Alessandro
Stock Elettrico S.r.l. |
|
squirrel
VP-CART New User

USA
73 Posts |
Posted - April 21 2016 : 02:32:18
|
@Alessandro,
I have manually added microdata to generate Rich Snippets in search results in the shoppage_header.htm file and I believe you can do so too...
In the shoppage_header.htm file, you will see something like this: <meta name="description" content="<%shopdynamictitle "description"%>" /> <meta name="keywords" content="<%shopdynamictitle "keywords"%>" />
just add in the important and relevant microdata that you want such as: <meta itemprop="name" content="<%shopdynamictitle "title"%>" /> <meta itemprop="description" content="<%shopdynamictitle "description"%>" /> <meta itemprop="keywords" content="<%shopdynamictitle "keywords"%>" /> <meta itemprop="publisher" content="Enter Your Website''s Name Here" />
The above are the basic Microdata for title, description, and keywords etc... You can of course, add in more like long descriptions, reviews, languages, availability, price, shipping fee, tax, and many more. For more info, refer https://schema.org/Product and https://developers.google.com/structured-data/rich-snippets/products#examples
Thank you.
Best Regards, Daniel
Be Happy Always  |
Edited by - squirrel on April 21 2016 02:38:51 |
 |
|
FCS-Webmaster
VP-CART New User

Canada
120 Posts |
Posted - August 25 2017 : 17:16:35
|
We just finished pulling off the customization on the detailed product pages. Well at least the basics. Name, description, price, and our address. One resource we found handy was this microdata validator https://search.google.com/structured-data/testing-tool
The latest push took about 12 hours to get everything to look correct on the template and have valid syntax. Hopefully in the future this is something that VPASP can build in to the system to avoid everyone having to customize there own cart. |
 |
|
JoT
Starting Member
United Kingdom
9 Posts |
Posted - November 09 2017 : 10:00:43
|
I''ve just written a module to generate the JSON version of structured data for our About Us and extended product description pages. Only took a couple of hours so well worth the effort.
Might also do it for the blog and fact pages.
JoT |
 |
|
JoT
Starting Member
United Kingdom
9 Posts |
Posted - November 10 2017 : 08:12:22
|
Have now also written modules to write JSON structured data for the blog pages and search box. Not too hard. Happy to supply sample code if anyone wants to do similar.
JoT |
 |
|
|
Topic  |
|