

// 301 Redirects para URLs antigas
add_action('init', function() {
    $uri = strtok($_SERVER['REQUEST_URI'], '?');
    if (preg_match('#^/quem-somos/?$#', $uri)) {
        wp_redirect(home_url('/equipa/'), 301);
        exit;
    }
});<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://portosmile.pt/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://portosmile.pt/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://portosmile.pt/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://portosmile.pt/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://portosmile.pt/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
