Cómo añadir URLs adicionales al mapa del sitio XML con SEOPress @ Ayuda WordPress

PHOTO EMBED

Mon Jun 19 2023 12:49:34 GMT+0000 (Coordinated Universal Time)

Saved by @edujca

/* URLs adicionales mapa del sitio XML de SEOPress */
function sp_sitemaps_external_link($custom_sitemap) {
$custom_sitemap = 
[ 0 => [
'sitemap_url' => 'https://midomimio.com/pagina1.html',
'sitemap_last_mod' => '1989-10-08T01:23:45+00:00'
],
1 => [
'sitemap_url' => 'https://midominio.com/pagina2.html',
'sitemap_last_mod' => '1989-10-08T01:23:45+00:00'
]
];
return $custom_sitemap;
}
add_filter('seopress_sitemaps_external_link', 'sp_sitemaps_external_link');
content_copyCOPY

https://ayudawp.com/urls-adicionales-mapa-sitio-xml-seopress/?ml_subscriber