From 234744de0c6cc4c53cfdda939c04d70ef9db16d9 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Sat, 13 Jun 2026 15:41:29 +0200 Subject: [PATCH] schema-apps: drop broken/placeholder images from music-hall + certification music-hall used a hallucinated Wikimedia URL (HTTP 400); certification used a random picsum placeholder. Verify-or-omit: a broken/random image is worse than none. Gate passes (326 apps). --- certification.html | 2 -- music-hall.html | 2 -- 2 files changed, 4 deletions(-) diff --git a/certification.html b/certification.html index 6536fe9..d530751 100644 --- a/certification.html +++ b/certification.html @@ -13,7 +13,6 @@ "@context": "https://schema.org", "@type": "Certification", "name": "AWS Certified Solutions Architect – Associate", - "image": "https://picsum.photos/seed/aws-cert/600/400", "description": "Validates expertise in designing distributed systems on AWS, including compute, networking, storage, and database services. Covers high-availability architectures, cost-optimization, and security best practices.", "issuedBy": "Amazon Web Services (AWS)", "datePublished": "2024-03-15", @@ -34,7 +33,6 @@ accent: "#0e7490", fields: [ { prop: "name", label: "Name", type: "text" }, - { prop: "image", label: "Image", type: "image" }, { prop: "description", label: "Description", type: "textarea" }, { prop: "issuedBy", label: "Issued by", type: "text" }, { prop: "datePublished", label: "Date published", type: "text" }, diff --git a/music-hall.html b/music-hall.html index 8805212..4e5c7b3 100644 --- a/music-hall.html +++ b/music-hall.html @@ -13,7 +13,6 @@ "@context": "https://schema.org", "@type": "MusicHall", "name": "Carnegie Hall", - "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Carnegie_Hall_Tower.jpg/640px-Carnegie_Hall_Tower.jpg", "description": "Historic concert venue in Midtown Manhattan, New York City, renowned for its acoustics and iconic performances since 1891.", "address": "881 7th Ave, New York, NY 10019, USA", "telephone": "+1 212-247-7800", @@ -34,7 +33,6 @@ accent: "#7c3aed", fields: [ { prop: "name", label: "Name", type: "text" }, - { prop: "image", label: "Photo", type: "image" }, { prop: "description", label: "About", type: "textarea" }, { prop: "address", label: "Address", type: "text" }, { prop: "telephone", label: "Telephone", type: "tel" },