![]() ![]() |
Sep 11 2012, 02:05 PM
Post
#1
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
This addon will add rich snippets feature to your Zen Cart online shop over votes for Zen Cart products in html 5 Microformats. Add-on for Zen Cart is similar to Microformats seo votes for Joomla and Microformats rating for Oscommerce and use Zen Cart standart rating system. Цитат In package are files and install guide. Only three files needed to be modified, so this addon for ZenCart can be installed in 5-10 minutes. After install you will see new option in administration to format votes for products with three new options - Microdata, Microformats and RDF. Microdata view support price and availability, RDF view support picture of product. Rich Snippets info: Цитат Rich Snippets in Google serp are shown over web standart Microformats and are supported from 2006 year from Google. Over these formats included in your ZenCart online shop you can receive quick and cheap advantage over your competitors. Your products will be shown in google results with stars, price, availability and Google will shown rates for your products. How this look: ![]() In this way on current page in Google serp, your products will be not only like titles and links, all of your products will be shown in google serp with link, pictures, stars and text for number of ratings. Examples: Example Product in Oscommerce online shop Example look of Product in google serp Or open this link - multiple products are shown with ratings (example is from oscommerce shop): Код http://www.google.co.uk/search?q=site:maternityband.co.uk&start=10 Screenshots from microformats rating for Zen Cart: Microformats rating on product page: ![]() Microformats rating options in Zen Cart admin: ![]() Price for plugin: 29 USD. In package are plugin and install guide. Download and online purchase: Microformats rating for Zen Cart. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Sep 12 2012, 11:24 AM
Post
#2
|
|
|
Advanced User ![]() ![]() ![]() ![]() Group: Advanced Member Posts: 218 Joined: 15-April 11 Member No.: 761 |
In addition to the microformatsvotes functionality, there is an add-on for allowing anonymous users to write reviews in Zen Cart based sites.
|
|
|
|
Sep 12 2012, 11:44 AM
Post
#3
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Anonymous voting idea is to receive faster more reviews for products. You need more than 2 reviews for some product to show rich snippets for this product in Google.
Switch on rating from anonymous users, post many reviews for some products and if you want switch off again. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Sep 13 2012, 03:58 PM
Post
#4
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Microformats addon for Zen Cart is developed for latest version v.1.5.0 but is tested and work perfect also with v.1.3.9h.
Now plugin is added to our file directory - link to online purchase and download: Microformats for Zen Cart -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Nov 26 2012, 09:19 AM
Post
#5
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
We have tested microformatvotes with Zen Cart version 1.5.1. It works fine, but installation have one small difference in step number six, file extension from ".tpl" becomes ".php".
6. Edit /includes/templates/template_default/templates/tpl_product_info_display.tpl becomes 6. Edit /includes/templates/template_default/templates/tpl_product_info_display.php -------------------- Php programmer in 3D Web Design
|
|
|
|
Jan 14 2013, 10:07 AM
Post
#6
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 14-January 13 Member No.: 1,523 |
awaiting for update
|
|
|
|
Jan 14 2013, 11:18 AM
Post
#7
|
|
|
Advanced User ![]() ![]() ![]() ![]() Group: Advanced Member Posts: 218 Joined: 15-April 11 Member No.: 761 |
The latest version has the -25000px offset removed when using the Microdata format.
Plugin is now uploaded in our website and available for download. Example html 5 code on product page when using Microdata option: Код <span itemscope itemtype="http://schema.org/Product">
<meta itemprop="brand" content="onlinemerchant" /> <meta itemprop="name" content="Pro PHP Security - 1590595084" /> <meta itemprop="url" content="http://onlinemerchant/index.php?Products&pro_php_security" /> <meta itemprop="productID" content="upc:1" /><meta itemprop="image" content="http://onlinemerchant/public/products/product_info/pro_php_security.jpg" /><meta itemprop="description" content=".... my product description" /> <span itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <meta itemprop="price" content="44.99" /> <meta itemprop="priceCurrency" content="USD" /> <link itemprop="availability" href="http://schema.org/InStock" /> <span itemprop="seller"> <span itemscope itemtype="http://schema.org/Organization"> <meta itemprop="name" content="onlinemerchant" /> <meta itemprop="url" content="http://onlinemerchant/index.php" /> </span> </span> </span> <span itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> <meta itemprop="itemReviewed" content="Pro PHP Security - 1590595084" /> <meta itemprop="ratingValue" content="0" /> <meta itemprop="bestRating" content="5" /> <meta itemprop="worstRating" content="1" /> <meta itemprop="ratingCount" content="0" /> </span> </span> |
|
|
|
Jan 14 2013, 06:56 PM
Post
#8
|
|
|
Newbie ![]() Group: Members Posts: 7 Joined: 14-January 13 Member No.: 1,524 |
Is all of this completed with-in the Plug in? It will set the information within each page? Are there screen shots of the admin panel? This post has been edited by strychnine: Jan 14 2013, 06:58 PM |
|
|
|
Jan 17 2013, 09:41 AM
Post
#9
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Yes, microforamts votes addon will set information on every product page. Screenshots are added in first post and on product page.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Jan 17 2013, 01:02 PM
Post
#10
|
|
|
Newbie ![]() Group: Members Posts: 7 Joined: 14-January 13 Member No.: 1,524 |
Yes, microforamts votes addon will set information on every product page. Screenshots are added in first post and on product page. Awesome! I figured it out, thanks! This post has been edited by strychnine: Jan 17 2013, 02:16 PM |
|
|
|
Jan 17 2013, 04:57 PM
Post
#11
|
|
|
Newbie ![]() Group: Members Posts: 7 Joined: 14-January 13 Member No.: 1,524 |
I am find this "/>" on my menu and cannot find the portion of code that needs to be removed. I double checked the entry on the product information php and do not see any stray "/>". It only shows up on the product information listing.
I removed the entire portion of code that goes into this php and it removed the /> from the page. Any ideas where I should look? Home > Apple > iPhone > iPhone - 3G, 3GS > Dooney & Bourke Brown Wristlet Pouch iPhone - 3G, 3GS" /> http://www.allthebestcases.com |
|
|
|
Jan 18 2013, 08:21 AM
Post
#12
|
|
|
Advanced User ![]() ![]() ![]() ![]() Group: Advanced Member Posts: 218 Joined: 15-April 11 Member No.: 761 |
Hi, strychnine!
Цитат Any ideas where I should look? /includes/modules/microformatsvotes.php, line 169: Change Код <meta itemprop="category" content="'.implode(' > ', $mfv_category).'">'.htmlspecialchars($mfv_product->fields['categories_name']).'" /> into Код <meta itemprop="category" content="'.implode(' > ', $mfv_category).'" />
|
|
|
|
Feb 11 2013, 12:05 PM
Post
#13
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Zen Cart Addon is updated again today to work with latest google's microformats changes. Latest version is v.1.5.2, released on 11 February 2013.
Цитат Only file microformatsvotes.php is changed. If you have addon installed, update only this file.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Feb 11 2013, 02:31 PM
Post
#14
|
|
|
Newbie ![]() Group: Members Posts: 7 Joined: 14-January 13 Member No.: 1,524 |
Zen Cart Addon is updated again today to work with latest google's microformats changes. Latest version is v.1.5.2, released on 11 February 2013. For whatever I cannot find my username for the website. I purchased the plug in. (IE look above) Can someone help me with this? |
|
|
|
Feb 12 2013, 01:00 PM
Post
#15
|
|
|
Newbie ![]() Group: Members Posts: 7 Joined: 14-January 13 Member No.: 1,524 |
Is this correct on an item that has zero?
hreview-aggregate rating: best: 5 worst: 1 average: Warning: Rating could not be normalized. Warning: Rating is empty. Warning: Either "count" or "votes" field needs to be present. Also I noticed there is numbers within the stars on the item page. http://allthebestcases.com/navy-blue-silic...ml#.URo8l6Xpfwk User Rating: 1 5 (0 votes) I updated all the microformatvotes.php within the file structure. and this is with a vote. http://allthebestcases.com/systm-asphalt-o...ml#.URo9jKXpfwk This post has been edited by strychnine: Feb 12 2013, 01:03 PM |
|
|
|
Feb 12 2013, 01:16 PM
Post
#16
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Yes, with zero votes is normal. With one vote is ok:
Код http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fallthebestcases.com%2Fsystm-asphalt-orange-chisel-case-iphone-2980.html&html=
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Feb 12 2013, 01:19 PM
Post
#17
|
|
|
Newbie ![]() Group: Members Posts: 7 Joined: 14-January 13 Member No.: 1,524 |
Yes, with zero votes is normal. With one vote is ok: CODE http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fallthebestcases.com%2Fsystm-asphalt-orange-chisel-case-iphone-2980.html&html= Alright. Why are the numbers visible in between the stars on the image? A 1 and a 5. |
|
|
|
Feb 12 2013, 01:48 PM
Post
#18
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
All of these elements must be visible on page. If is hidden content, stars will dissapeared. Is not possible to work perfect with every zen cart online shop. If you want different look, edit addon code.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Feb 12 2013, 01:54 PM
Post
#19
|
|
|
Newbie ![]() Group: Members Posts: 7 Joined: 14-January 13 Member No.: 1,524 |
All of these elements must be visible on page. If is hidden content, stars will dissapeared. Is not possible to work perfect with every zen cart online shop. If you want different look, edit addon code. Its all good. I just wanted to make sure it was normal for the functionality. |
|
|
|
May 10 2013, 01:08 PM
Post
#20
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 10-May 13 Member No.: 1,681 |
In the original file includes/modules/microformatsvotes.php the brand is dislaying the store name only. <meta itemprop="brand" content="'.htmlspecialchars(STORE_NAME).'" /> (Around line 168)
I changed it to the following to enable the display of the manufacturersname: <meta itemprop="brand" content="'.htmlspecialchars($mfv_product->fields['manufacturers_name']).'" /> Around line 40, I've added the following to call the manufacturer from the database: Код $mfv_product = $db->Execute(" SELECT pd.products_name, p.products_model, pd.products_description, p.products_price, p.products_image, p.products_tax_class_id, p.products_status AS availability, p2c.categories_id, cd.categories_name, mf.manufacturers_name FROM " . TABLE_PRODUCTS . " p LEFT JOIN " . TABLE_PRODUCTS_DESCRIPTION . " pd ON p.products_id = pd.products_id AND pd.language_id = '".(int)$_SESSION['languages_id']."' LEFT JOIN " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c ON p2c.products_id=p.products_id LEFT JOIN " . TABLE_CATEGORIES_DESCRIPTION . " cd ON p2c.categories_id = cd.categories_id AND cd.language_id = '".(int)$_SESSION['languages_id']."' LEFT JOIN " . TABLE_MANUFACTURERS . " mf ON mf.manufacturers_name=mf.manufacturers_name AND cd.language_id = '".(int)$_SESSION['languages_id']."' WHERE p.products_id = " . (int)$_GET['products_id'] ); //AND p.products_status = 1 It now calls the first manufacturer from the database and not change manufacturer on other products. Any idea how make the brand/manufacturer part work? |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 1st June 2026 - 09:19 PM |