Avoid processing menu link from inactive menu in...
While investigating performances issues on one of our site, I noticed that enabling the XML sitemap menu module was responsible for a time increase of about 40% for a single drush cc menu...
View Articlehook_file_transfer
The hook_file_transfer function in xmlsitemap module (line 2223) expects parameter one to be a Response object. It seems that the module file_entity invokes this hook and it passes following arguments:...
View ArticleSitemap file size increase for Google and Bing
According to a new report, both Google and Bing have increased the size allowed for sitemap files from 10mb to 50mb:https://www.seroundtable.com/amp/google-bing-increase-file-size-sitemap-...This may...
View ArticleDefault Base URL Does not export as configuration
With the recent patches, the xmlsitemap module is working great for my site. One thing that I do think should change is that the Default Base URL also be exported as configuration. Currently, the Label...
View ArticleConsider cache tags for last modified date
An XML sitemap lists the last modified date for each URL. For entity pages, that comes from the last modified date for the entity. The problem is that this entity page may contain stale content on it....
View ArticleAdd README to xmlsitemap_node
According to Drupal standards, modules should include a useful README.file.https://www.drupal.org/docs/develop/documenting-your-project/module-docu...
View ArticleCreate a hook to alter generated link xml
Currently there is no way to change the output of the link xml. This was in part my solution to #451234 Support for extended sitemap formats (e.g. video, news, image, mobile), but could be useful in...
View ArticleRemove duplicate links when using both menu and node sitemap
Realized that using both xmlsitemap_menu and xmlsitemap_node can result in duplicate items in the sitemap for nodes also having a link in a menu. After a quick search in the issue queue it seems that...
View ArticleXML sitemap node doesn't seem to exclude individual nodes
Hi there,I have xmlsitemap_node enabled on a site, and whenever I exclude individual nodes they appear anyway on the sitemap. Is that something that anyone is experiencing too?Thanks a lot,Hubert.
View ArticleRemove deprecated SafeMarkup::checkPlain from xmlsitemap module
SafeMarkup::checkPlain is going to depreciate.Will be removed before Drupal 9.0.0. Rely on Twig's auto-escaping feature, or use the #plain_text key when constructing a render array that contains plain...
View ArticleID is set as VARCHAR, performing a 'MAX(id)' gets wrong data
Problem/MotivationI enabled the `xmlsitemap_custom` module. When adding more custom links, the same link would keep being overridden causing only 1 link to be added.Proposed resolutionI will attach a...
View ArticleMissing xmlsitemap_context_url_options_alter in hook_hook_info
The xmlsitemap_context_url_options_alter hook is not defined in the hook_hook_info so it is not possible to put this hook with all other XML Sitemap hooks in the "group" file.
View ArticleChanges saved but not seen in sitemap
Hi I have this issue where changes to the default setting are not seen in sitmap when viewing it from Config/Search and Meta/XML Sitemap, on this page your click the link for the sitmap and view the...
View ArticleAdd README file for xmlsitemap_taxonomy submodule
According to Drupal standards, modules should include a useful README.file.https://www.drupal.org/docs/develop/documenting-your-project/module-docu...Thankyou. Patch to follow
View Articlesitemapindex doesn't contain links to sitemaps
Hi,When limiting the number of links to 5000 per sitemap, the sitemapindex generated doesn't contains the loc value.ex: <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl"...
View ArticleSitemap is reverted to node/XX paths instead of URL aliasas
When my site map is first generated through the UI, it is built with URL aliases as expected. When viewing it again a day later after it has been automatically regenerated (cron?) all the paths are now...
View ArticleEmpty Sitemap URL Column in sitemap.xml
The Sitemap URL column is empty if there are more than one sitemap files
View ArticleSupport for extended sitemap formats (e.g. video, news, image, mobile)
This was brought up by netaustin at #448000-9: Big, Over-Arching Sitemap Architecture Discussion (tm):"# Google News provides a namespace to extend the Sitemaps.org XML file for their purposes. Can we...
View ArticleXML Sitemap can not resolve openUri($uri) properly
XMLSitemapGenerationException: Could not open file public://xmlsitemap/g3XYqcXbSKPVBDODwnT6pq7oqhCFkPryj4vVqrl_Kfc/1.xml for writingOn an AS400 with Zendserver, the path returned by...
View Article