Exclude unaliased paths from sitemap
I wasn't able to exclude a link from the sitemap using any of the API hooks, so I'm attaching a one-off patch that will exclude links from the sitemap if they aren't aliased. This was a specific need...
View ArticleArabic Language encoding
The link text if being URL encoded, meaning that links with arabic text are not displayed correctly. The link URL should be URL encoded, but the text should not.This is the same as issue...
View ArticleOffering to maintain xmlsitemap
I would like to co-maintain the module. Please add me as co-maintainer for the project.Project URL: https://www.drupal.org/project/xmlsitemap
View ArticleAdd loc with query string (get parameters) into drupal xml sitemap link
I need to add urls with query string to sitemap, for example "node?page=2" via API. I setup $xmllink array with 'loc'='node?page=2', but via this way in XML I see "node%3Fpage%3D2" instead of normal...
View ArticleUse a 'link update' queue for delayed link changes
To help solve #690120: Cannot reliably check node_access from inside hook_node_save() with node grants we should likely use D7's Queue API and whenever a link is flagged for updating (like when a node...
View ArticleDoes this only create a sitemap of public files?
I have a Drupal site based on Openatrium which uses a private file system and organic groups.When I ran cron only the public pages were indexed.is there anyway to index all pages on the site?And...
View ArticleUse url token with xml sitemap custom
Am I missing something? Why can't I use a token in a url? i.e. www.[mysite].org/profile/nojs/[profile:id]
View ArticleHandle context changes
These are the fringe cases that need to be handled right now: 1. User enables/disables a module that provides XML sitemap context: ? 2. User edits an individual sitemap and changes its context: delete...
View ArticleXML SiteMap doen't work with rules module
Hello, if you want to put only a few occurrences of a content type in the sitemap.xml file, the only option is to pass the value from the list (Exclude, Include) to "include" manually for each of the...
View ArticleRebuild should skip excluded bundles
For sites with thousands of nodes rebuilding is very time intensive. To improve performance we should bypass inserting links where access or status is not true.
View Article500 Internal Server Error - high amount of nodes
Hallo,I'm using your module on different sites. Mostly it works like a charm, but on sites with a high amount of nodes (>20.000) it breaks while rebuilding withEin AJAX-HTTP-Fehler ist aufgetreten....
View ArticleOut of memory when rebuild sitemap via drush
When generatiing large sitemaps via drush queue-run xmlsitemap_link_process or drush xmlsitemap-rebuild the entity storage cache must be cleared otherwise it will run out of memory. Attached patch...
View Articlesite is exmaple.com, sitemap is www.example.com, throwing errors in other sites
My site is, say, example.com. The sitemap created is www.example.com. It throws google off and causes errors.I can not find where to fix this. Any ideas? Thanks.
View ArticleI updated documentation. Needs to be moved to new system
The documentation on this module was ooooold. I consolidated and updated the documentation (see changes at https://www.drupal.org/node/264650). It needs to be moved to the new documentation system (see...
View ArticleCreate gzipped files in addition to the standard .xml chunks
Postponed feature request to create a gzipped version of each sitemap chunk immediately after creating each sitemap chunk. For the cost of some additional processing, we'll probably save some bandwidth...
View ArticleNo language passed in xmlsitemap_get_path_alias()
Hi, First of all, thanks for a great module!!.I´m having problems with aliases and language negotiation. I have my own implementation of hook_url_outbound_alter() in a custom module. I include domain...
View ArticleShouldn't custom xmlsitemap entries be config
Shouldn't custom entries be config? They will usually be related to e.g. views or other custom pages which come from config items.
View ArticleHandling of HTTPS and XML Sitemap
Hi guys.I'll have the same request as Haus in #627568: Sitemap doesn't work if https is enabled (#8).When someone requests the sitemap at https://secure.m2osw.com I'd like XML Sitemap to be redirected...
View ArticleOrder by last modified date (most recent first).
We needed the sitemap to order by last modified date (most recent first). The following patch applies the change at the chunk level and changes the default order.There is also Admin functionality to...
View Article