The directory public://xmlsitemap does not exist or is not writable
I keep getting the following error logged in watchdog:The directory public://xmlsitemap does not exist or is not writableI have checked this and the xmlsitemap folder does exist in the public files,...
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 ArticleWhy does xmlsitemap_generate_chunk ORDER BY language and loc
Hi,is there any reason, why xmlsitemap_generate_chunk uses'ORDER BY' => 'ORDER BY x.language, x.loc' and not something simple like'ORDER BY' => 'ORDER BY x.id' ?Later option would help me being...
View ArticleGot a "Cannot send session cookie" warning with xmlsitemap from...
Dunno how important it is, but thought you'd like to know. I have XML sitemap installed on Drupal 7.28. XML sitemap custom, engines, node and taxonomy modules are enabled, internationalization, menu...
View Articlenolink menu item should not be present in sitemap.xml
When using the module http://drupal.org/project/special_menu_itemsMenu items with should not be inserted in the sitemap.
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 ArticleAllow administrators to set URI scheme
I had issues with having incorrect URI schemes in use in sitemap.xml file.I've found multiple issues about this topic. Some of people are trying to make it always use HTTP and some of people wants to...
View Articlei18n generating "wrong" links
I am using i18n with several languages enabled including Czech. In Drupal the language code is "cs". For the path prefix I am using "cz".If I am generating a sitemap for Czech than the URLS containing...
View ArticleOffering to maintain XML Sitemap
Hello,Myself and Acro Media's other developers would be willing to take over ownership of XML sitemap. Our drupal.org profile - https://drupal.org/node/1912292
View ArticleUsing xmlsitemap_i18n in mixed mode causes sitemap generate to fail
When you switch the xmlsitemap_i18n module on and and enable mixed mode to support entity translation then the sitemaps fail to build. The error is: Recoverable fatal error: Object of class stdClass...
View ArticleSitemap Generate - Allow for links to be altered
When a sitemap is generated it would be helpful to be able to alter the generated links.In xmlsitemap.generate.inc line 176 reads as follows:// @todo Add a separate hook_xmlsitemap_link_url_alter()...
View ArticleProvide XML Sitemap fields to views
I have a site that is getting very large, and I need to see what nodes have overridden the default XML sitemap settings. I thought I could just create an admin View with a table, and columns that...
View Articlemodule_load_all_includes does not include xmlsitemap.xmlsitemap.inc
I think the fix in #1392710: Call to undefined function xmlsitemap_link_frontpage_settings() was not complete/correct.Let me explain...We currently call <?phpmodule_load_all_includes('inc',...
View ArticleDon't set drupal_set_time_limit() if max_execution_time is > 240
There's no point in setting drupal_set_time_limit() if max_execution_time is > 240s.
View ArticleAllow hook_xmlsitemap_context_url_options_alter to alter ALL options
As it is right now, hook_xmlsitemap_context_url_options_alter doesn't allow you to alter the default values set by the xmlsitemap module. These values are 'base_url' and 'absolute'.I'm using the...
View ArticleSecond language sitemap is an html file for parsers
I setup 2 sitemaps for the 2 languages of my site. The default (French) sitemap is OKhttps://www.see.asso.fr/sitemap.xml The second (english) sitemap fails on search engines...
View Articleno documentation about large sites with +50,000 nodes
I have a website that have more than 120,000 nodes and 25000 users. and since sitemap page should not have more than 50,000 urls as I know, I am wondering if this module will automatically break the...
View ArticleCannot reliably check node_access from inside hook_node_save() with node grants
Normally when a new node inserted to drupal, xmlsitemap should rebuild the sitemap on next cron task. but i found it never on 6.x-2.x-dev. I look into the code and found function...
View Articlesitemap not working
Nice idea but does not generate any link, We started cron manually but does not work sitemap generator does not generate any link in the sitemapthis is the only link to the file in the...
View Article