Homepage appearing in both the page and post sitemaps
Homepage appearing in both the page and post sitemaps
Homepage appearing in both the page and post sitemaps
Problems with tags
You can create separated sitemap for each language like your example above, or add an alternate URL for each item for each language in a sitemap. The first approach requires adding custom rewrite rules to WordPress, and add some queries to get all posts within a language. This is a big job and should be … Read more
If you want to add ?wmc-currency=AUD for all of your product URLs in the sitemap, you can use the wpseo_xml_sitemap_post_url filter: /** * Alters the URL structure for all products * * @param string $url The URL to modify. * @param WP_Post $post The post object. * * @return string The modified URL. */ function … Read more
I had the exact same problem, and I believe that was probably caused because WordPress doesn’t know about the primary category (that is something added by Yoast SEO instead). So is something that in my opinion Yoast SEO should manage, hopefully in next releases they’ll do it. In the meanwhile it looks I’ve smoothly resolved … Read more
Pretty sure it is because of Yoast SEO plugin. Check here maybe it can solve your problem : https://wordpress.org/support/topic/still-have-2-titles-with-yoast-14-1/
Remove all author names from yoast meta
Preview Problem Yoast SEO
How to create archive child pages with good Yoast SEO meta?
How to include empty archives in sitemap?