i am sorry whether this was covered already, I found something related to this issue but apparently
applied to 5x, which seems to be a bit different.

in my map only the very basic drupal's url are displayed
www.expresionario.com/sitemap.xml
like: /node/79, /node/112 and so on.

in fact i normally access these pages by VIEWS generated URL:
www.expresionario.com/definicion/churro
www.expresionario.com/definicion/chamba
(where DEFINICION is the URL given to the particular VIEW, and CHURRO is the Arg)

anyone with same issue? thanks!

Comments

darren oh’s picture

Status: Active » Closed (won't fix)

There is no way to know all the possible arguments for a view.

jacopo3001’s picture

Status: Closed (won't fix) » Postponed (maintainer needs more info)

well, in fact in this case there would be a way:
churro, chamba, are the TITLE of the nodes
so, for each NODE of that certain type i would write '/definition/%title_of_node'

is it covered anywhere else?
thanks

darren oh’s picture

For special cases you can write an extension module. See Writing XML Sitemap add-on modules.

avpaderno’s picture

Status: Postponed (maintainer needs more info) » Fixed

I guess he means the sitemap doesn't contain any alias, but just URLs like node/79, or taxonomy/term/30.

The aliases are just seen if there are any alias associated to nodes, or taxonomy terms; if there is not any module which creates them, XML Sitemap will never show the aliases. This is also true if the Path module is not active, or the admin didn't set any aliases for the content.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.