News:

Looking for documentation? Take a look on our wiki

Main Menu

The code does not match the entry

Started by marvays, March 02, 2021, 06:36:00 AM

Previous topic - Next topic

marvays

Quote from: sirius on March 12, 2021, 12:05:02 PM
So in this case just use Google Structured Data Pro extension

I have it a nd use about two years. Its the best solution for it, but this dont know add FAQ into Virtuemart Category :(
Yout solution  . . . adding code manually into description wor fine. But I'm afraid the e-shop administrator will accidentally delete these codes. That's why I thought of finding a plugin that will add a custom field to the category administration, into which I will enter these codes and the plugin will load them in the page.

sirius

#16
Just look at my screenshots is a good start

But documentation is here:
https://www.tassos.gr/joomla-extensions/google-structured-data-markup/docs/the-virtuemart-integration

Perhaps, as you already have this extension, it would be nice to open a support ticket on tassos.fr to get the best advice to achieve what you need.
J3.10.12 | PHP 7.4.33 + APC + memcached + Opcode
VM Prod : 3.8.6 | VM Test : 4.0.12.10777

marvays

Quote from: sirius on March 12, 2021, 15:13:31 PM
Just look at my screenshots is a good start

But documentation is here:
https://www.tassos.gr/joomla-extensions/google-structured-data-markup/docs/the-virtuemart-integration

Yes, but Tassos says:
Hello Martin,
Google Structured Data does not produce any schema at list, category pages but only on single pages.
Read more on doc: Why I can't see the Structured Data on the Category, Blog or List view?



sirius

Oh ok

too bad,  :-\

so did you try with the <meta ?
J3.10.12 | PHP 7.4.33 + APC + memcached + Opcode
VM Prod : 3.8.6 | VM Test : 4.0.12.10777

marvays

Quote from: sirius on March 12, 2021, 10:06:02 AM
Example for FAQ Page:
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [{
        "@type": "Question",
        "name": "What is the return policy?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Most unopened items in new condition and returned within <strong>90 days</strong> will receive a refund or exchange. Some items have a modified return policy noted on the receipt or packing slip. Items that are opened or damaged or do not have a receipt may be denied a refund or exchange. Items purchased online or in-store may be returned to any store.<br /><p>Online purchases may be returned via a major parcel carrier. <a href=http://example.com/returns> Click here </a> to initiate a return.</p>"
        }
      }, {
        "@type": "Question",
        "name": "How long does it take to process a refund?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "We will reimburse you for returned items in the same way you paid for them. For example, any amounts deducted from a gift card will be credited back to a gift card. For returns by mail, once we receive your return, we will process it within 4–5 business days. It may take up to 7 days after we process the return to reflect in your account, depending on your financial institution's processing time."
        }
      }, {
        "@type": "Question",
        "name": "What is the policy for late/non-delivery of items ordered online?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Our local teams work diligently to make sure that your order arrives on time, within our normaldelivery hours of 9AM to 8PM in the recipient's time zone. During  busy holiday periods like Christmas, Valentine's and Mother's Day, we may extend our delivery hours before 9AM and after 8PM to ensure that all gifts are delivered on time. If for any reason your gift does not arrive on time, our dedicated Customer Service agents will do everything they can to help successfully resolve your issue. <br/> <p><a href=https://example.com/orders/>Click here</a> to complete the form with your order-related question(s).</p>"
        }
      }, {
        "@type": "Question",
        "name": "When will my credit card be charged?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "We'll attempt to securely charge your credit card at the point of purchase online. If there's a problem, you'll be notified on the spot and prompted to use another card. Once we receive verification of sufficient funds, your payment will be completed and transferred securely to us. Your account will be charged in 24 to 48 hours."
        }
      }, {
        "@type": "Question",
        "name": "Will I be charged sales tax for online orders?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text":"Local and State sales tax will be collected if your recipient's mailing address is in: <ul><li>Arizona</li><li>California</li><li>Colorado</li></ul>"}
        }]
    }
    </script>


Sirius, for this code you use any tools or configurator? Or only PSpad :)

sirius

#20
PSpad, Notepad++ as you wish.

You also can use a generator if you want, this one below is just an example:
https://technicalseo.com/tools/schema-markup-generator/
J3.10.12 | PHP 7.4.33 + APC + memcached + Opcode
VM Prod : 3.8.6 | VM Test : 4.0.12.10777