Skip to content

Commit c219de2

Browse files
committed
added google structured data
1 parent a9723ef commit c219de2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

frontend/public/index.html

+15
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,21 @@
5252
<meta itemprop="description" content="Track nearby public transport departures from the comfort of your home in Munich, Germany">
5353
<meta itemprop="image" content="%PUBLIC_URL%/banner.jpg">
5454

55+
<!--
56+
Google Structured Data (https://developers.google.com/search/docs/appearance/structured-data/software-app)
57+
-->
58+
<script type="application/ld+json">
59+
{
60+
"@context": "https://schema.org",
61+
"@type": ["WebContent", "WebApplication"],
62+
"name": "MVG Departures",
63+
"operatingSystem": ["LINUX", "WINDOWS", "OSX"],
64+
"applicationCategory": "HomeApplication",
65+
"countriesSupported": "DE",
66+
"screenshot": "%PUBLIC_URL%/banner.jpg"
67+
}
68+
</script>
69+
5570
<!--
5671
Notice the use of %PUBLIC_URL% in the tags above.
5772
It will be replaced with the URL of the `public` folder during the build.

0 commit comments

Comments
 (0)