{ "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "item": { "@id": "https://https://hotspotholland.nl/", "name": "Nederland", "image": "https://hotspotholland.nl/assets/images/nederland-oranje800x400.jpg" } },{ "@type": "ListItem", "position": 2, "item": { "@id": "https://hotspotholland.nl/uitstapjes/", "name": "Provincies", "image": "'.$seo_socialsharingphoto.'" } }] } '; $provinciecounter = "0"; $sql = "SELECT provincie_url, provincie_title_nl, provincie_subtitle_nl, provincie_description_nl, provincie_foto_regular, provincie_foto_large, provincie_fotocomment_large_nl FROM table_provincies WHERE provincie_url != '' ORDER BY weight ASC"; $result = mysqli_query($connect, $sql); if (mysqli_num_rows($result) > 0) { // output data of each row while($row = mysqli_fetch_assoc($result)) { $provincie_url = 'https://hotspotholland.nl/'.$row['provincie_url']; $provincie_title = $row['provincie_title_nl']; $provincie_subtitle = $row['provincie_subtitle_nl']; $provincie_description = $row['provincie_description_nl']; $provincie_foto_regular = 'https://hotspotholland.nl/assets/images/'.$row['provincie_foto_regular']; $provincie_foto_large = 'https://hotspotholland.nl/assets/images/'.$row['provincie_foto_large']; $provincie_fotocomment_large_nl = $row['provincie_fotocomment_large_nl']; // $renderprovincieoverzicht .= '
'; } } // $maincontent = '