Results 1 to 10 of 20

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Location
    atlanta GA
    Posts
    296
    Plugin Contributions
    0

    Default Super Data 1.1.8 help , google search is now spitting out snippets warnings

    Hello,

    First off I just wanted to say , i had this plugin installed for the longest ( since the author released the last version ) and could never figure out how to get it working. Since I am finally getting serious with my ZC , I got it done. Turns out I never renamed the template folder from the default ( your_templete) name DOh!

    https://cards-dev.twitter.com/validator seems to be showing my site correctly (www.missingcord.com) correctly. It would spit out errors about structured data cards missing before I fixed the plugin install.

    That brings us to this morning. In my google search console I got 3 warnings and a notice that google has detected structured data.


    "to the owner of https://www.missingcord.com/:

    Search Console has identified that your site is affected by 2 Breadcrumbs issues:

    Top Errors

    Errors can prevent your page or feature from appearing in Search results. The following errors were found on your site:

    Either "name" or "item.name" should be specified

    Missing field "position"

    We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.
    "

    follow by

    "To the owner of https://www.missingcord.com/:

    Search Console has identified that your site is affected by 1 Review snippets issues:

    Top Errors

    Errors can prevent your page or feature from appearing in Search results. The following errors were found on your site:

    Value in property "reviewCount" must be positive

    We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.
    "

    and finally

    " To the owner of https://www.missingcord.com/:

    Search Console has identified that your site is affected by 2 Breadcrumbs issues:

    Top Errors

    Errors can prevent your page or feature from appearing in Search results. The following errors were found on your site:

    Either "name" or "item.name" should be specified

    Missing field "position"

    We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.
    "

    How do i fix this ? I did everything the readme said to do this time. I do not see any of the fields in the super data menu for admin with those options. Please help me. I am really stoked about this plugin , just from adding it my ranking improved a little bit.
    Zencart 1.5.6c PHP 7.2 Order Replacement AC Adapters and Power Cords Online www.missingcord.com

  2. #2
    Join Date
    Feb 2009
    Location
    atlanta GA
    Posts
    296
    Plugin Contributions
    0

    Default Re: Super Data 1.1.8 help , google search is now spitting out snippets warnings

    looks like i missed one of the 3 warnings , sorry about that. The last one was

    "To the owner of https://www.missingcord.com/:

    Search Console has identified that your site is affected by 3 Products issues:

    Top Errors

    Errors can prevent your page or feature from appearing in Search results. The following errors were found on your site:

    Value in property "reviewCount" must be positive

    Top Warnings

    Warnings are suggestions for improvement. Some warnings can affect your appearance on Search; some might be reclassified as errors in the future. The following warnings were found on your site:

    Missing field "review"

    Missing field "brand"

    We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.
    "

    I see the instructions for https://pro-webs.net/blog/2012/09/25...-org-microdata but no idea how to add brand or review.
    Zencart 1.5.6c PHP 7.2 Order Replacement AC Adapters and Power Cords Online www.missingcord.com

  3. #3
    Join Date
    Feb 2009
    Location
    atlanta GA
    Posts
    296
    Plugin Contributions
    0

    Default Re: Super Data 1.1.8 help , google search is now spitting out snippets warnings

    I am guessing this is the fix for the "name "

    "Using the identifier for your product’s name.

    In includes/templates/your_template/templates/tpl_product_info_display.php

    Locate your product name

    <h1 id=”productName”><?php echo $products_name; ?></h1>

    Now wrap it in the property name tag

    <h1 id=”productName”><span itemprop=”name“><?php echo $products_name; ?></span></h1>"

    And this is the one for brand

    " Using the identifier for your product’s brand/manufacturer.

    Locate the manufacturer’s function

    <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? ‘<li>’ . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . ‘</li>’ : ”) . “\n”; ?>

    now you will wrap it in either the brand or manufacturer property tag, whichever is most appropriate for your cart

    <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? ‘<li>’ . TEXT_PRODUCT_MANUFACTURER . ‘<span itemprop=”brand”>’ . $manufacturers_name . ‘</span></li>’ : ”) . “\n”; ?>"

    But "review" is confusing. I don't see steps for it anywhere.
    Zencart 1.5.6c PHP 7.2 Order Replacement AC Adapters and Power Cords Online www.missingcord.com

  4. #4
    Join Date
    Feb 2009
    Location
    atlanta GA
    Posts
    296
    Plugin Contributions
    0

    Default Re: Super Data 1.1.8 help , google search is now spitting out snippets warnings

    Going to remove super data for now , google is starting to spew out missing warnings for the data missing above and I don't want to hurt my ranking. Will try it on a test site first.
    Zencart 1.5.6c PHP 7.2 Order Replacement AC Adapters and Power Cords Online www.missingcord.com

  5. #5
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,824
    Plugin Contributions
    31

    Default Re: Super Data 1.1.8 help , google search is now spitting out snippets warnings

    Use a version that is up to date:
    https://github.com/torvista/zen-cart_Structured-Data
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  6. #6
    Join Date
    Feb 2009
    Location
    atlanta GA
    Posts
    296
    Plugin Contributions
    0

    Default Re: Super Data 1.1.8 help , google search is now spitting out snippets warnings

    oh!! thank you for this . going to install this today. I didn't even know it was a newer version.
    Zencart 1.5.6c PHP 7.2 Order Replacement AC Adapters and Power Cords Online www.missingcord.com

  7. #7
    Join Date
    Feb 2009
    Location
    atlanta GA
    Posts
    296
    Plugin Contributions
    0

    Default Re: Super Data 1.1.8 help , google search is now spitting out snippets warnings

    Quote Originally Posted by torvista View Post
    I installed it and am not getting any structured data showing for my links using the twitter card validator and google structured data tester. Google now says Click image for larger version. 

Name:	NlWimBQ.jpg 
Views:	42 
Size:	11.7 KB 
ID:	18863
    Zencart 1.5.6c PHP 7.2 Order Replacement AC Adapters and Power Cords Online www.missingcord.com

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg