How to remove a URL from my XML sitemap?
Please refer the below URL. It works for mehttps://drupal.stackexchange.com/questions/213545/how-to-remove-a-url-fr...
View ArticleUnpublished node still display in sitemap
I found unpublished nodes can be excluded from sitemap on first setup. But if a node is unpublished afterwards, it still display in sitemap even cron job is running regularly. I would be appreciated if...
View ArticleRebuild always include all link types
Hi, I want to create the sitemap for a site with many link types, and I'm only interested to index three types. The problem is that although even if I only choice these three link types, all link types...
View ArticleChange frequentie to daily doesnt change the sitemap view to daily
I went to http://conandoyle.dev/nl/admin/config/search/xmlsitemap/entities/settingsChange the frequency of an content type to daily (where ill see daily when i edit the content type and 3600 seconds...
View Articlexmlsitemap_file_transfer coincides with hook name provided by file_entity
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 ArticleRequest to co-maintain XML sitemap
Hi people, how are you?I would like to be a co-maintainer of XML sitemap.We use the a lot the XML sitemap and we can contribute/help a lot the...
View ArticleUpdate README file for new template of Drupal.org
Problem/MotivationThe README Template was updated in Drupal.org: https://www.drupal.org/docs/develop/documenting-your-project/readme-template" target="blankProposed resolutionUpdated current version of...
View Article"There are currently no XML sitemap contexts available." error...
Related: #803756: No XML sitemaps available - There are currently no XML sitemap contexts available.When first adding a sitemap after upgrade to 2.x, the UI shows this message at...
View ArticleFalse alarms on Status report
Scenario:Set up XML sitemap including node content of type Basic pageCreate a basic pageConfigure cron to run nightlyLeave the site for a 15 days without changing any pagesEdit a pageThis is a...
View ArticleUpdate drupal.org links to HTTPS protocol
In the README file, the inline documentation and some PHP code there are link to http://drupal.org/.drupal.org has adopted HTTPS as the default protocol for all its services. When a client request an...
View ArticleWarning: array_unshift() expects parameter 1 to be array, null given in...
Getting following PHP warning:Warning: array_unshift() expects parameter 1 to be array, null given in xmlsitemap_add_form_link_options() (line 1220 of modules/contrib/xmlsitemap/xmlsitemap.module)....
View Articlewhere to include a entity type D8
in D7 there was a vertical tab on the content type to include a node type. in D8 there is no tab. xmlsitemap config says all my entities are excluded. if i click the link permission issue. if i go...
View ArticleViews integration: fields
#2792809 added views relationship to xmlsitemap and filters for status.I am working on a xmlsitemap integration for graphql. All I would need to expose some xmlsitemap data to views as fields.
View ArticleWrong drupal.org link on status page
The module prints an error message on admin/reports/status if the directory public://xmlsitemap was not found or is not writable… There is also a link to a drupal.org site:See...
View ArticleGoogle not able to access xml sitemap citing guidelines
I'm completely new to drupal (6 weeks going strong).I apologize for the duplicate issue, but the closed issues I found surrounding this did not address my situation and I have been trying to fix it for...
View ArticleContext hash
Hello,When i used hook_form_xmlsitemap_sitemap_edit_form_alter (hook_form_FORM_ID_alter) the hash of context is different for the same array.Ex: $context1 = ['domain'=>1, 'language' => 'en',...
View ArticleImprove robotstxt support
Hello there, recently I've got a feature request by @CKIDOW in my module to support robotstxt.https://www.drupal.org/node/2862987Upon investigation I figured out that despite XML Sitemap module...
View ArticleCreate a hook to respond to regeneration
There is a hook that responds to clearing the sitemaps after a rebuild, but there isn't one for regeneration. Such a feature could be used to clear external caches and the like for the sitemaps.
View ArticleAdd support for Entity Translation & Title modules
Currently xmlsitemap uses only the node language to generate URLs and ignores nodes that have been translated with entity translation.
View ArticleTypeError: Argument 1 passed to xmlsitemap_get_directory() must implement...
Came across an issue when deploying a site;On line 359 of xmlsitemap.module it's trying to provide stdClass when a sitemap interface is expected.TypeError: Argument 1 passed to...
View Article