diff --git a/public/robots.txt b/public/robots.txt index 5ae79b0..dd38d32 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,3 +1,4 @@ User-agent: * Allow: / + Sitemap: https://cheatingchelsea.com/sitemap.xml diff --git a/public/sitemap.xml b/public/sitemap.xml index b8feeee..f1dcd09 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,12 +2,17 @@ https://cheatingchelsea.com/ - 2025-01-01 + 2025-07-29 1.00 https://cheatingchelsea.com/long-story - 2025-01-01 + 2025-07-29 + 0.80 + + + https://cheatingchelsea.com/gallery + 2025-07-29 0.80 diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index c5ded76..43b0a7f 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -16,15 +16,18 @@ interface Video { // Replaced broken video IDs with working ones. const videoIds = [ - 'DK14VZ4Fyl4', // Swoop - 'iH_AYQYmZpY', // Telltale - '1f_u41c3y_s', // Cruel World Happy Mind + 'MdTWPuNQ1B8', // Authentic Observer + 'e6rHHtq5K1k', + '-6Zftd8C7NE', // Coop + 'AbVsR7XzNBc', // clout + 'lJ8zHiwfrqs', + 'DK14VZ4Fyl4', // Lauren ]; // Updated fallback data to be a reliable source of working videos. const fallbackData: Video[] = [ { id: 'DK14VZ4Fyl4', title: 'Life Coach CHELSEA SMALLWOOD Is SUING Her HUSBANDS Ex Wife... It Gets WORSE' }, - { id: 'iH_AYQYmZpY', title: "The Messy Case of Chelsea Smallwood's 'Cheating' Business" }, + { id: '-6Zftd8C7NE', title: "The Husband Stealing, Cheating, \"TikTok Life Coach\"" }, { id: '1f_u41c3y_s', title: "The Bizarre Story of Chelsea Smallwood: The Cheating 'Coach'" }, ];