Closed (cannot reproduce)
Project:
XML sitemap
Version:
7.x-2.0-beta3
Component:
xmlsitemap_node.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
7 Jul 2011 at 10:36 UTC
Updated:
24 Aug 2015 at 05:15 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedYou must admin/structure/types, then edit the content types and enable xmlsitemap for that content type.
Comment #2
Anonymous (not verified) commentedThe sitemap is enabled for these content types and the node/# for that content type are in the sitemap.xml file but not the url-aliases.
Comment #3
Anonymous (not verified) commentedYou need to upgrade to D7.4 and look into the Global Redirect module. The xmlsitemap module is using the Drupal API to get the URI string for the content. If the Drupal API is returning the node/# instead of a path alias you don't have an xmlsitemap issue but one somewhere else.
Comment #4
dave reidAre you using multiple languages on your site?
Comment #5
Anonymous (not verified) commentedYes, I use two languages. Does this impact XMLsitemap?
Comment #6
dave reidIf you are not using separate domains per language plus the xmlsitemap_i18n module, then the module can only show aliases that are in Language neutral or your default language. I'm guessing you have lot of aliases that are associated with the non-default language. Those cannot be used when viewing the site in your default language - which is core functionality. XML sitemap is only following core.
Comment #7
Anonymous (not verified) commentedThanks for the explanation. You gave me ideas and I'll look for a workaround.
Comment #8
dave reidClosing due to lack of response.