fix(seo): normalize GPT sitemap push URLs
This commit is contained in:
@@ -606,7 +606,7 @@ class SiteContext
|
||||
continue;
|
||||
}
|
||||
|
||||
$strLoc = 'https://www.' . $strHost . $strPath;
|
||||
$strLoc = 'https://' . $strHost . $strPath;
|
||||
$strLastmod = trim((string)($arrVideo['v_publish_date'] ?? ''));
|
||||
if ($strLastmod === '') {
|
||||
$strLastmod = trim((string)($arrVideo['updated_at'] ?? ''));
|
||||
|
||||
Reference in New Issue
Block a user