Exclude redirects from indexable entity types
Problem/MotivationXML site map does not set to visible 301 redirects. I want to move my site to a new domain. Google would like to get old/new URL's mapping, which I possibly can do via sitemap.xml...
View ArticleAdd a URL alter hook when generating the sitemap
Problem/MotivationWe ran into a situation in which we needed to generate a different URL than was created by the Url::fromUri call in XmlSitemapGenerator::generateChunk() on line 315. I noticed that...
View ArticleLeading zeros are being removed from custom database entries
Leading zeros are being removed from custom sitemap entries when building the sitemap xml. The database table shows the correct values, but after rebuilding, the xml file shows the incorrect...
View ArticleType Error: language null
Problem/MotivationType Error: language nullProposed resolutionCheck if language instance LanguageInterface
View ArticleNo PHP version declared in composer.json
Problem/MotivationIf the module is installed on an old version of Drupal, which uses PHP 5.6, it will break because of return typing in methodsSteps to reproduceInstall the module on an old Drupal with...
View ArticlePlan for 2.x branch
Get rid of the language context. Maybe we need to get rid of the context system entirely and switch to a XmlsitemapType plugin system?Get rid of the procedural functions for indexing and gathering...
View Articlexmlsitemap_xmlsitemap_index_links() throws exception comparing entity IDs...
Problem/MotivationI'm using xmlsitemap 1.0.0 on Drupal 9.1.4 with Postgres 12.6.In the database I see:- taxonomy_term_field_data.tid | bigint - node_field_data.nid | bigint - xmlsitemap.id | varchar...
View ArticleXmlsitemap X-robots-tags noindex optional
Problem/MotivationSitemap response has "No index" x robots tags in headers. Proposed resolutionI've added checkbox in settings form to enable noindex tag. By default it will be in index mode. Because...
View ArticleXML sitemap Drupal 7 for multi-lingual & multicountry site
Hello all,We need help because we are are struggling for a while with our multi-lingual and multi country site. We have 3 domains and each domain has 2 or 3 languages (see below). The default language...
View ArticleExclude metatag noindex content from sitemap
Is there a way to exclude unindexed content from the sitemap.xml ? I'm using Metatag in order to prevent search engines from indexing nodes but they still show up in the sitemap.I also tried to improve...
View ArticleCreate sitemap for unpublished nodes of specific content type
Support requiredThis is not a bug report. This is simply a support report.I need to create a sitemap for unpublished nodes for each bundle type. Currently XMLSITEMAP is only creating sitemap for...
View ArticleXML Sitemap is not getting updated when automated cron is run. Still getting...
Problem/MotivationThe site has too many contents (the latest content node ID is 142538) and when the automated cron is run the following message is reported in the logs and this repeats several times....
View ArticleMulti domain website and XML sitemap in Drupal 9
Problem/MotivationHello! We have a multi-domain Drupal 9 website, using the domain access module : https://www.drupal.org/project/domainIn Drupal 7, there was a contrib module to fill the gap to build...
View Articlexmlsitemap_node_node_update() should check for a queue item before creating a...
Use case: The same node is updated numerous times per day (either manually or by Feeds import)xmlsitemap_node_node_update() creates a new queue item each time the node is updatedxmlsitemap_node_cron...
View ArticleThe custom link /exampleis either invalid or it cannot be accessed by...
HelloI am trying to add custom links but it always returns the same error: "The custom link /example is either invalid or it can not be accessed by anonymous users."These URLs exist and are accessible...
View ArticleNode used as front page should not appear separately in sitemap
When an individual node is specified on the "Site information" screen as the default front page, that node should not then also appear separately in the sitemap. Or, if there is a usage case for that...
View ArticleNot correct Base url multi language with domain
Problem/MotivationWhen we save config "DEFAULT BASE URL" in settings module this work for multilanguage with a path prefix, but if the used domain for language that the problem because for other...
View ArticleInvalidArgumentException: Output is empty. in...
Problem/MotivationI am receiving below error on sitemap rebuild from ssh.php drush xmlsitemap:rebuild In ProcessBase.php line 172: Output is empty. Steps to reproduceGo to ssh and run the command `php...
View ArticleError on sitemap generation when using Rackspace Cloud Files
Hi, I'm having a problem with XML Sitemap since version 7.x-2.0. So I installed the latest dev (7.x-2.x-dev - 2014/09/12) but the issue is still there.Cron always fails when XML Sitemap is active and...
View Article