• The plugin it installs smoothly but it is very difficult to do settings.
    It should be more intuitive and easy to set.
    Author website is currently not configured properly in https so it doesn’t show images. The documentation is really poor.
    It is ok if you want to use it for a blog but it is very limited to use for a business.
    Example in schema.org :

    <script type="application/ld+json">
    {
      "@context": "https://schema.org/",
      "@type": "Service",
      "serviceType": "Weekly home cleaning",
      "provider": {
        "@type": "LocalBusiness",
        "name": "ACME Home Cleaning"
      },
      "areaServed": {
        "@type": "State",
        "name": "Massachusetts"
      },
      "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Cleaning services",
        "itemListElement": [
          {
            "@type": "OfferCatalog",
            "name": "House Cleaning",
            "itemListElement": [
              {
                "@type": "Offer",
                "itemOffered": {
                  "@type": "Service",
                  "name": "Apartment light cleaning"
                }
              },
              {
                "@type": "Offer",
                "itemOffered": {
                  "@type": "Service",
                  "name": "House light cleaning up to 2 bedrooms"
                }
              },
              {
                "@type": "Offer",
                "itemOffered": {
                  "@type": "Service",
                  "name": "House light cleaning 3+ bedrooms"
                }
              }
            ]
          },
          {
            "@type": "OfferCatalog",
            "name": "One-time services",
            "itemListElement": [
              {
                "@type": "Offer",
                "itemOffered": {
                  "@type": "Service",
                  "name": "Window washing"
                }
              },
              {
                "@type": "Offer",
                "itemOffered": {
                  "@type": "Service",
                  "name": "Carpet cleaning"
                }
              },
              {
                "@type": "Offer",
                "itemOffered": {
                  "@type": "Service",
                  "name": "Move in/out cleaning"
                }
              }
            ]
          }
        ]
      }
    }
    </script>
    

    How to implement this with the plugin it is not explained.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Not user friendly’ is closed to new replies.