Be organized using collections. Keep and sort content depending on your preferences.
Marking information about the software application in the body of the web page allows you to display details about your application in the search results of Google.
Note: The actual display in search results may differ. Most functions can be previously checked using Testing tool for rich results.
Structured data is a standardized format for providing information about the page and classification of page content. If you are a beginner in structured data, you can learn more about How structured information works.
Here is a review of how to create, test and release structured data for your site in Google.
Here is an example of the structured data of the application in JSON-LD format:
<>
<head>
<title>Название приложения</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Пример приложения",
"operatingSystem": "ANDROID",
"applicationCategory": "GameApplication",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 4.5,
"ratingCount": 1200
},
"offers": {
"@type": "Offer",
"price": 1.00,
"priceCurrency": "USD"
}
}
</script>
</head>
<body></body>
</>
Here is an example of the structured data of the application in RDFA:
<div vocab="https://schema.org/" typeof="SoftwareApplication"> <span property="name">Пример приложения</span> -ТРЕБУЕТ <span property="operatingSystem">ANDROID</span> ТИП: <span property="applicationCategory" content="GameApplication">Игра</span> ОЦЕНКА: <div property="aggregateRating" typeof="AggregateRating"> <span property="ratingValue">4.5</span> (<span property="ratingCount">1200</span> отзывов) </div> <div property="offers" typeof="Offer"> Цена: $<span property="price">1.00</span> <meta property="priceCurrency" content="USD" /> </div> </div>
Here is an example of the structured data of the application in Microdata:
<div itemscope itemtype="https://schema.org/SoftwareApplication"> <span itemprop="name">Пример приложения</span> -ТРЕБУЕТ <span itemprop="operatingSystem">ANDROID</span> ТИП: <span itemprop="applicationCategory" content="GameApplication">Игра</span> ОЦЕНКА: <div itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating"> <span itemprop="ratingValue">4.5</span> (<span itemprop="ratingCount">1200</span> отзывов) </div> <div itemprop="offers" itemscope itemtype="https://schema.org/Offer"> Цена: $<span itemprop="price">1.00</span> <meta itemprop="priceCurrency" content="USD" /> </div> </div>
Follow these recommendations so that your application is displayed in the search results as a rich result in Google:
Do not forget that to display your site in Google, you must follow The main recommendations on structured dataand also check errors using a tool Rich Results Test.
You must include mandatory properties for your content so that it is shown as a rich result in Google. You can also enable additional properties to add more information about your application.
If you have questions about structured data for your site, you can contact the SEO.computer SEO compani by email: info@seo.computer or by WhatsApp: +79202044461.
ID 197