i think the plugin should always format the priority with a dot, ignoring what the locale is using for decimals.
]]>A conflict between Google XML Sitemaps and ??Yoast SEO: News?? plugin, also with ??Yoast SEO: News?? plugin and ??Better WordPress Google XML Sitemaps?? !
And your famous plugin “Yoast SEO” has a big error in the sitemaps, from more than 3 months!
My publication on this topic: https://www.ads-software.com/support/topic/the-home-page-is-duplicated-in-the-sitemaps?replies=3#post-8530620
Any solution please?
Thank you for your help!
https://www.ads-software.com/plugins/wordpress-seo/
]]>A conflict between Google XML Sitemaps and Yoast plugin! (Also Yoast have a conflict with other plugin like “Google XML Sitemaps”.)
And the famous plugin “Yoast SEO” has a big error in the sitemaps, from more than 3 months!
My publication on this topic: https://www.ads-software.com/support/topic/the-home-page-is-duplicated-in-the-sitemaps?replies=3#post-8530620
Any solution please?
Thank you for your help!
https://www.ads-software.com/plugins/bwp-google-xml-sitemaps/
]]>A conflict between Google XML Sitemaps and Yoast plugin! (Also with other plugin competitors like “Better WordPress Google XML Sitemaps”.)
And the famous plugin “Yoast SEO” has a big error in the sitemaps, from more than 3 months!
My publication on this topic: https://www.ads-software.com/support/topic/the-home-page-is-duplicated-in-the-sitemaps?replies=3#post-8530620
Any solution please?
Thank you for your help!
https://www.ads-software.com/plugins/google-sitemap-generator/
]]>Thanks and regards
Chris
https://www.ads-software.com/plugins/bwp-google-xml-sitemaps/
]]>I Use this Plugin https://www.ads-software.com/plugins/bwp-google-xml-sitemaps/ and it worked as long as I have used it now all the time perfect and also GWT was never a problem to add the Sitemap.
Now it tells me that it can’t find the ‘file’ .. Well there is no real file, just that scripted thing that you see if you open the adress, but when i follow the given link, the sitemap is there like always. German Error Message translated to English would be: Allgemeiner HTTP-Fehler: HTTP-Antwort konnte nicht analysiert werden || General HTTP-Error: HTTP- Answer couldn’t be analysed
Is there in any way a workaround?
]]>I modified the post.php and it looks like this (excerpt):
$data = array();
for ($i = 0; $i < sizeof($latest_posts); $i++)
{
$post = $latest_posts[$i];
// Init your $data with the previous item's data. This makes sure no item is mal-formed.
$data = $this->init_data($data);
// @since 1.1.0 - get permalink independently, as we don't need caching or some complicated stuff
// If permalink is being used, yet postname is missing, ignore this item
if ($using_permalinks && empty($post->post_name))
$data['location'] = '';
else
$data['location'] = $this->get_permalink();
$data['lastmod'] = $this->format_lastmod(strtotime($post->post_modified));
$data['freq'] = "weekly";
if ($post->term_id == 6 || $post->term_id == 9)
$data['priority'] = 0.8;
elseif ($post->term_id == 1 || $post->term_id == 7)
$data['priority'] = 0.9;
else
$data['priority'] = 0.5;
// Pass data back to the plugin to handle
$this->data[] = $data;
}
But the term_id == 1 has two subcategories: term_id 17 and term_id 18.
term_id 17 needs to have priority 0.9 and, now comes the tricky part, the term_id 18 needs priority 0.6.
Adding this
elseif ($post->term_id == 18 )
$data['priority'] = 0.6;
it doesn’t changes anything. It takes the priority from the parent category, which is term_id == 1.
Any idea would be appreciated. Thanks.
https://www.ads-software.com/plugins/bwp-google-xml-sitemaps/
]]>Is their some way to exclude author ID:s from the sitemap so that their posts dont show up?
Thanks!
https://www.ads-software.com/plugins/bwp-google-xml-sitemaps/
]]>Screenshot on site search: https://screencast.com/t/eHaUvCHz
Screenshots on Google.com: https://screencast.com/t/DrwiNGq2Zak
I’m not sure how Google got to those pages to start with but since a 3rd party can link to them, I can’t rely on keeping those URLs secret.
If the sitemap was to send a header with “X-Robots-Tag: noindex” in it, that would solve the problem.
Do you think that the plug-in authors could add this soon, or should I try to hand-code this via Apache? Arguably, this would help a lot of users.
Let me know,
Thank you!
https://www.ads-software.com/extend/plugins/bwp-google-xml-sitemaps/
]]>