XML Sitemap creates links but not pages
This is a fresh install of XML Sitemap on a fairly new Drupal 7 site. After install XML Sitemap, the module seems to work as expected, except to add pages to the sitemap.I first visit...
View ArticleRebuild has error when Language enabled
I'm having no luck fixing this so am going to put what I know and maybe someone else has a clue.I enabled the Language and Content Translation modules on my dev site to work on a different module. When...
View ArticleReplace !placeholder with @
Core doesn't support the ! placeholder anymore, change to @.See CR: https://www.drupal.org/node/2575819
View Articleverbose logging for easier debugging
Problem/MotivationIn a multidomain and multilanguage project we had some issues with xmlsitemap. Therefore, we needed to debug multiple sitemaps and check why some items are in the sitemap or some are...
View ArticleAbility to add mobile annotations in the sitemap
The feature to add mobile annotations on demand similar to:<url><loc>http://www.sitename.com</loc><xhtml:link rel="alternate" media="only screen and (max-width: 640px)"...
View ArticleRedo EFQ in rebuild_batch_fetch
I was trying to port #2392579: Rebuild should skip excluded bundles and, while in xmlsitemap_rebuild_batch_fetch(), I could see that PHPStorm was flagging the EFQ. Turns out that's been rewritten:...
View Articlearray_flip(): Can only flip STRING and INTEGER values!
After replacing 'url(' to '\Drupal::url(', and trying to install xmlsitemap, this error/warning shows up above the Drupal message: "The website has encountered an error. Please try again...
View ArticleGoogle refused to accept site map with error: "Site is HTML"
Have tried several ways without success. Have installed and partly configured XML sitemap but Google Webmaster tools 100% refuses to accept the site map giving the following error:Issue: Site is...
View ArticleDuplicate sitemap.xml URLs if URL language detection switched off
One a particular site we have multiple languages but we do not detect them via any of the admin/config/regional/language/configure options.As a consequence, XML Sitemap still allows adding and...
View Articlesitemap visible only after second visit
I'm using this module on different websites but this is the first time I have this kind of problem. When I open sitemap url website redirects me to homepage and only after I resubmit the sitemap url...
View Articlexmlsitemap_generate_chunk error
When i run cron jobs, i get following error:What would be the reason for this error. I couldn't find in post issues.Thank you very much.Notice: Trying to get property of non-object in...
View ArticleUnpublished nodes appearing in sitemap.xml
Hi, I know there's a bunch of closed issues about this for the 6.x branch of this module but I'm getting the same issues on the 7.x-2.x branch. I don't have any extra content access modules, I'm...
View ArticleProblems running cron to build the sitemap on large sites
Hi, I am unable to generate a sitemap with 6.x-2.0-alpha2. I have a Drupal 6.13 site with almost 200k nodes, of which, ideally I would like to put about 70k in the sitemap. I've installed the module,...
View ArticleNot appends multilingual XML sitemaps to robots.txt
Multilanguage site http://ex.isr.one (default language:no-prefix, second-ukrainian: http://ex.isr.one/uk) XML sitemap internationalization (xmlsitemap_i18n) is ON. Sitemaps...
View ArticleError on rebuild: Invalid parameter number
I was able to build the sitemap on cron but trying to do a rebuild results in this error:An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path:...
View ArticleApplying for commit access
I attended your Let it Go session, and would like to help maintain this project. I was given the access code: b241d8ae. It's possible the 5th character is an 'a'. :)
View ArticleInvalid argument supplied for foreach() xmlsitemap.module:966
Hey!Whenever i clear cache with drush cc all or run cron, I get the following error message:Warning: Invalid argument supplied for foreach() in xmlsitemap_get_link_type_enabled_bundles() (line 966 of...
View ArticleAdd xmlsitemap data on node_load
When using node_load no xmlsitemap info is added. I have a use case where I'm sending this info using drupal services and its not included in the output. More specifically Im using the deploy module to...
View ArticleCustom URL returns error "is either invalid or it cannot be accessed by...
When I try to enter custom URL's, I get the error message "The custom link xxx-xxx-xxx is either invalid or it cannot be accessed by anonymous users."The whole reason I need to use custom URL's is that...
View Article