Generating schema structure data on blogger is easy and simple. There are not many steps that are needed to be done.

    <script type="application/ld+json">

    {

      "@context": "https://schema.org",

      "@type": "SoftwareApplication",

      "name": "Angry Birds",

      "operatingSystem": "ANDROID",

      "applicationCategory": "GameApplication",

      "aggregateRating": {

        "@type": "AggregateRating",

        "ratingValue": "4.6",

        "ratingCount": "8864"

      },

      "offers": {

        "@type": "Offer",

        "price": "1.00",

        "priceCurrency": "USD"

      }

    }

    </script>

 Just paste the script in the particular post html on blogger and replace the highlighted terms with whatever your app/game is.

The type of app (for example, BusinessApplication or GameApplication). The value must be a supported app type.

There are these types of Schemas for Apps/Games Types:

  • GameApplication
  • SocialNetworkingApplication
  • TravelApplication
  • ShoppingApplication
  • SportsApplication
  • LifestyleApplication
  • BusinessApplication
  • DesignApplication
  • DeveloperApplication
  • DriverApplication
  • EducationalApplication
  • HealthApplication
  • FinanceApplication
  • SecurityApplication
  • BrowserApplication
  • CommunicationApplication
  • DesktopEnhancementApplication
  • EntertainmentApplication
  • MultimediaApplication
  • HomeApplication
  • UtilitiesApplication
  • ReferenceApplication

Steps with screenshots

Step 1: Create the post on your blogger website. Now switch to HTML mode on your blogger post editor.

How to generate Schema structured data for Software & Apps on blogger

Step 2: Paste the JSON+LD Schema code for Software apps at the end and make changes accordingly.

How to generate Schema structured data for Software & Apps on blogger

Step 3: Check on Google Rich Results tool for confirmation

How to generate Schema structured data for Software & Apps on blogger

Step 5: Congrats!

How to generate Schema structured data for Software & Apps on blogger