

// Canonical URL + 防域名寄生
add_action('wp_head', function() {
    echo '<link rel="canonical" href="' . esc_url(home_url(add_query_arg(array(), $_SERVER['REQUEST_URI']))) . '" />' . "\n";
}, 1);
add_action('template_redirect', function() {
    $allowed_hosts = array(parse_url(home_url(), PHP_URL_HOST));
    $www = 'www.' . $allowed_hosts[0];
    $m = 'm.' . $allowed_hosts[0];
    $allowed_hosts[] = $www;
    $allowed_hosts[] = $m;
    if (!empty($_SERVER['HTTP_HOST']) && !in_array($_SERVER['HTTP_HOST'], $allowed_hosts)) {
        wp_redirect(home_url($_SERVER['REQUEST_URI']), 301);
        exit;
    }
});
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://ampersandpublicidad.com/wp-content/plugins/xml-sitemap-feed/assets/sitemap.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://ampersandpublicidad.com/wp-sitemap-posts-post-1.xml</loc><lastmod>2026-07-01T15:19:26+00:00</lastmod></sitemap><sitemap><loc>https://ampersandpublicidad.com/wp-sitemap-posts-page-1.xml</loc><lastmod>2026-07-01T15:19:26+00:00</lastmod></sitemap><sitemap><loc>https://ampersandpublicidad.com/wp-sitemap-taxonomies-category-1.xml</loc><lastmod>2026-07-01T15:19:26+00:00</lastmod></sitemap><sitemap><loc>https://ampersandpublicidad.com/wp-sitemap-taxonomies-post_tag-1.xml</loc><lastmod>2026-07-01T15:19:26+00:00</lastmod></sitemap><sitemap><loc>https://ampersandpublicidad.com/wp-sitemap-users-1.xml</loc><lastmod>2026-07-01T15:19:26+00:00</lastmod></sitemap></sitemapindex>
<!-- Queries executed: 21 | Peak memory usage: 32.89M| Memory limit: 128M -->
<!-- Query errors: None encountered. -->
<!-- Queries: Set SAVEQUERIES to show saved database queries here. -->
<!-- Average system load during the last minute: 2.37 -->
