/* 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');
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter