Sign in
chromium
/
chromium
/
src.git
/
20e8909e694cab857da21d8fe9d5f1da170eaae2
/
.
/
chrome
/
test
/
data
/
android
/
appindexing
/
json-ld.html
blob: 5f218b2f8f35f8e95b8e44a12189dba5b0733b1b [
file
]
<html>
<head>
<meta
charset
=
"utf-8"
>
<title>
JSON-LD for AppIndexing Test
</title>
<script
type
=
"application/ld+json"
>
{
"@context"
:
"http://schema.org"
,
"@type"
:
"Hotel"
,
"name"
:
"Hotel Name"
}
</script>
</head>
<body>
</body>
</html>