File indexing completed on 2024-09-22 04:45:18

0001 <!-- example from https://developers.google.com/search/docs/data-types/local-business -->
0002 <html>
0003 <head>
0004 <title>Trattoria Luigi</title>
0005 <script type="application/ld+json">
0006 {
0007   "@context": "https://schema.org/",
0008   "@type": "Restaurant",
0009   "name": "Trattoria Luigi",
0010   "image": [
0011     "https://example.com/photos/1x1/photo.jpg",
0012     "https://example.com/photos/4x3/photo.jpg",
0013     "https://example.com/photos/16x9/photo.jpg"
0014    ],
0015    "servesCuisine": "Italian",
0016    "address": {
0017      "@type": "PostalAddress",
0018      "streetAddress": "148 W 51st St",
0019      "addressLocality": "New York",
0020      "addressRegion": "NY",
0021      "postalCode": "10019",
0022      "addressCountry": "US"
0023    }
0024 }
0025 </script>
0026 </head>
0027 <body>
0028 </body>
0029 </html>