nofollow link relationship in generated html
I've enabled the "Include a stylesheet in the sitemaps for humans" configuration option. Each entry has a "nofollow" generated at line 110 of xmlsitemap.xml:<a href="{$sitemapURL}"...
View ArticleUpdating to rc1 changes config entity id which breaks config deployment
Problem/MotivationYesterday we updated xmlsitemap to rc1 from alpha4. When importing config post deployment we get the following error:Unexpected error during import with operation create for...
View ArticleAcquia Cloud Next Readiness Assessment - setMemory_limit
Problem/MotivationAcquia ran a readiness assessment on a site using XML sitemap, and it had a failure in the setMemoryLimit function.The exact failure is "PHP memory overrides in code should not exceed...
View ArticleFront page link not correct
Problem/MotivationWe are using XML Sitemap, XML Sitemap Internationalization, XML Sitemap Node, and Multi-Domain XML Sitemap (although, this problem occurs even with this module disabled). Our front...
View ArticleDeprecated function: Return type should either be compatible or the...
Similar to related issue, 7.x-2.x version also need to have update, since xmlwrite methods are being overwriten.I've used #[\ReturnTypeWillChange] attribute, to keep it backwards compatible.
View ArticlePHP 8.1: XmlSitemapWriter::openUri($uri) should either be compatible with...
Problem/MotivationWith PHP 8.1, when running cron error report as below:Deprecated function: Return type of Drupal\xmlsitemap\XmlSitemapWriter::openUri($uri) should either be compatible with...
View ArticleUpdating XML sitemap with language causes fatal error
I enabled the language module on my site, and then went to go update the sitemap to the default language.The website encountered an unexpected error. Please try again later.</br></br><em...
View ArticleMismatched entity and/or field definitions - The XML sitemap entity type...
Problem/MotivationHave a 60K nodes website. Just recently started adding the nodes to the xml-sitemap. This did not allow cron to complete and had "Attempting to re-run cron while it is already...
View ArticleBing 410 Gone
Problem/MotivationLooks like Microsoft has silently removed support for the ping API. There is a blog post describing this https://www.ctrl.blog/entry/sitemap-ping-indexnow.html and if you simply use...
View ArticleVerifying Bing Submissions
Is there a way to test/verify that Bing has received and is using the sitemaps submitted by xmlsitemap? I use html verification files and admin/reports/dblog shows regular cron sitemap submissions with...
View ArticleBing no longer accepting sitemap pings
Problem/MotivationWhenever my sitemap is submitted, it generates this log message alert: Submitted the sitemap to https://www.bing.com/ping?sitemap=https://www.mysite.com/sitemap.xml and received...
View ArticleMake change frequency options translatable
/** * Gets xmlsitemap frequency options. * * @return array * Frequency options. * * @todo Document this function. * @todo Make these translatable */ function xmlsitemap_get_changefreq_options() {...
View ArticleUpdate engine ping URLs
Looks like the ping URLs have changed for both Google and Bing.
View Articledrush xmlsitemap:regenerate does not work with Config ReadOnly active
Problem/MotivationI would like to regenerate the sitemap.xml on a website which has Config ReadOnly enabled. This is currently not possible because I get the following error:-> % drush...
View ArticleAllow disabling output of lastmod, changefreq, and priority in sitemaps
To help reduce file size if wanted.
View ArticleAllow different uri protocols for more effecient url generation
Problem/MotivationI have a site that's having trouble generating sitemaps. This may all be "known" but being as its breaking the module for me I thought I'd lay it out and document everything I found...
View ArticleAutomated Drupal 10 compatibility fixes
Problem/MotivationHello project maintainers,This is an automated issue to help make this module compatible with Drupal 10.To read more about this effort by the Drupal Association, please read: The...
View Article