Is there a Schema.org type for SaaS or subscription?

We sell the Software as a monthly subscription service, Im trying to figure out if we can provide metadata through the Schema.org specifications. I reviewed products , but it does not seem to support subscription costs.

For Google products, it seems to mean material such as an electronic object with e-commerce.

There are also software applications , but it seems to be done for downloadable software, not for web applications.

What should i use?

+4
source share
2 answers

There are various possible perspectives:

, , SaaS , .

+10

. SEO, - 3 , , . , SERP . SERP. :

    <script type="application/ld+json">
        {
            "@context": "http://schema.org",
            "@type": "WebApplication",
            "@id": "kwfinder",
            "applicationCategory": "BusinessApplication",
            "name": "KWFinder - find logtail keywords with low seo difficulty",
            "operatingSystem": "all",
            "browserRequirements": "Requires Javascript and HTML5 support",
            "url": "https://app.kwfinder.com",
            "screenshot": "https://kwfinder.com/images/kwfinder-big.png",
            "aggregateRating": {
              "@type": "AggregateRating",
              "ratingValue": "4.53",
              "reviewCount": "3"
            },
            "offers": {
                "@type": "AggregateOffer",
                "offeredBy": {
                  "@type": "Organization",
                  "name":"mangools"
                },
                "highPrice": "469.00",
                "lowPrice": "0",
                "offerCount": "6",
                "priceCurrency": "USD",
                "priceSpecification": [
                    {
                        "@type": "UnitPriceSpecification",
                        "price": "0.00",
                        "priceCurrency": "USD",
                        "name": "mangools FREE subscription"
                    },
                    {
                        "@type": "UnitPriceSpecification",
                        "price": "469.00",
                        "priceCurrency": "USD",
                        "name": "mangools Premium annual subscription",
                        "referenceQuantity": {
                            "@type": "QuantitativeValue",
                            "value": "1",
                            "unitCode": "ANN"
                        }
                    },
                    {
                        "@type": "UnitPriceSpecification",
                        "price": "49",
                        "priceCurrency": "USD",
                        "name": "mangools Premium monthly subscription",
                        "referenceQuantity": {
                            "@type": "QuantitativeValue",
                            "value": "1",
                            "unitCode": "MON"
                        }
                    }
                ]
            },
            "creator": {
              "@type":"Organization",
              "@id":"#organization",
              "url":"https://mangools.com/",
              "name":"mangools",
              "logo":{
                "@type":"ImageObject",
                "url":"https://mangools.com/mangools-logo.png",
                "width":"700px",
                "height":"235px"
              }
            }
        }
    </script>

- :

enter image description here

, ,, SERP. Google .

.

+2

All Articles