Yoast Sitemap grouping external sitemaps [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third party plugins and themes are off topic, they are better asked about at their developers’ support routes. Closed 5 … Read more

Add image tags to native WordPress XML Sitemaps

I would like to add image tags into my sitemap posts: <image:image> <image:loc> <![CDATA[ https://example.com/image.jpg ]]> </image:loc> <image:caption> <![CDATA[ Image caption ]]> </image:caption> <image:title> <![CDATA[ Image Title ]]> </image:title> </image:image> Is there any filter that allows to add these tags into a native WP sitemap? Thank you 0

How do I get WordPress URL rewrites into Sitemap?

Consider the two following custom post types: Museums Bakeries With one shared taxonomy: Region I’m using rewrite rules to improve the URL structure, so I can serve pages to visitors such as: https://myurl.com/museums/london (all museums in London) https://myurl.com/bakeries/birmingham (all bakeries in Birmingham) https://myurl.com/bakeries/london/aok_kitchen (a specific bakery in London) Here are the rewrite rules: function my_url_rewrite_rule() … Read more

Can a relative sitemap url be used in a robots.txt?

In robots.txt can I write the following relative URL for the sitemap file? sitemap: /sitemap.ashx Or do I have to use the complete (absolute) URL for the sitemap file, like: sitemap: http://subdomain.domain.com/sitemap.ashx Why I wonder: I own a new blog service, www.domain.com, that allow users to blog on accountname.domain.com. I use wildcards, so all subdomains … Read more

How to let crawlers search paginated comments?

With comment pagination, Google doesn’t index the older pages and comments become essentially lost to searches. Is there a way to let search engines crawl paginated comments, perhaps by generating a sitemap file that includes all paginated comments? 1 Answer 1 The reason of why Google doesn’t index paginated comments is because of an issue … Read more