File indexing completed on 2025-02-16 04:51:14
0001 <!DOCTYPE html> 0002 <html itemscope="itemscope" itemtype="http://schema.org/WebPage" lang="de" xml:lang="de" xmlns="http://www.w3.org/1999/xhtml"> 0003 <head> 0004 </head> 0005 <body> 0006 <p>Products:</p> 0007 <ul> 0008 <li itemscope itemtype="http://schema.org/Product"> 0009 <span itemprop="offers" itemscope itemtype="http://schema.org/Offer"> 0010 <span class="price" itemprop="price">8,50 €</span> 0011 </span> 0012 <b itemprop="name">Pizza Margherita</b> 0013 <span itemprop="description">mit Tomatensauce und Käse</span> 0014 </li> 0015 <li itemscope itemtype="http://schema.org/Product"> 0016 <span itemprop="offers" itemscope itemtype="http://schema.org/Offer"> 0017 <span class="price" itemprop="price">8,50 €</span> 0018 </span> 0019 <b itemprop="name">Pizza Salami</b> 0020 </li> 0021 </ul> 0022 <div itemscope itemtype="http://schema.org/Restaurant"> 0023 <h2 itemprop="name" content="Pizza Test Sometown">Pizza Test</h2> 0024 <p itemprop="branchOf" content="Pizza Test">Sometown</p> 0025 <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> 0026 <span itemprop="streetAddress">Randomstraße 1</span> 0027 <span itemprop="postalCode">12345</span> 0028 <span itemprop="addressLocality">Sometown</span> 0029 </div> 0030 <div> 0031 <span itemprop="telephone">0123456789</span> 0032 </div> 0033 <div itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"> 0034 <meta itemprop="latitude" content="48.0"/> 0035 <meta itemprop="longitude" content="9.0"/> 0036 </div> 0037 </div> 0038 </body> 0039 </html>