We need to update the sitemap with the video gallery link

This commit is contained in:
Derek Slenk 2025-06-26 23:53:42 +00:00
parent c343993cd6
commit ac5d59a023
3 changed files with 15 additions and 6 deletions

View file

@ -1,3 +1,4 @@
User-agent: * User-agent: *
Allow: / Allow: /
Sitemap: https://cheatingchelsea.com/sitemap.xml Sitemap: https://cheatingchelsea.com/sitemap.xml

View file

@ -2,12 +2,17 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://cheatingchelsea.com/</loc> <loc>https://cheatingchelsea.com/</loc>
<lastmod>2025-01-01</lastmod> <lastmod>2025-07-29</lastmod>
<priority>1.00</priority> <priority>1.00</priority>
</url> </url>
<url> <url>
<loc>https://cheatingchelsea.com/long-story</loc> <loc>https://cheatingchelsea.com/long-story</loc>
<lastmod>2025-01-01</lastmod> <lastmod>2025-07-29</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://cheatingchelsea.com/gallery</loc>
<lastmod>2025-07-29</lastmod>
<priority>0.80</priority> <priority>0.80</priority>
</url> </url>
</urlset> </urlset>

View file

@ -16,15 +16,18 @@ interface Video {
// Replaced broken video IDs with working ones. // Replaced broken video IDs with working ones.
const videoIds = [ const videoIds = [
'DK14VZ4Fyl4', // Swoop 'MdTWPuNQ1B8', // Authentic Observer
'iH_AYQYmZpY', // Telltale 'e6rHHtq5K1k',
'1f_u41c3y_s', // Cruel World Happy Mind '-6Zftd8C7NE', // Coop
'AbVsR7XzNBc', // clout
'lJ8zHiwfrqs',
'DK14VZ4Fyl4', // Lauren
]; ];
// Updated fallback data to be a reliable source of working videos. // Updated fallback data to be a reliable source of working videos.
const fallbackData: Video[] = [ const fallbackData: Video[] = [
{ id: 'DK14VZ4Fyl4', title: 'Life Coach CHELSEA SMALLWOOD Is SUING Her HUSBANDS Ex Wife... It Gets WORSE' }, { 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'" }, { id: '1f_u41c3y_s', title: "The Bizarre Story of Chelsea Smallwood: The Cheating 'Coach'" },
]; ];