Good morning, I have a website where I want to share school photos, for example. In my Open Graph tags I have this if (!empty($_GET['search'])) { $search = $_GET['search'];} if (!empty($_GET['id_photo'])) { $id_photo = $_GET['id_photo'];} if (!empty($_GET['nom_photo'])) { $nom_photo = $_GET['nom_photo'];} if (!empty($search) ...