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
Comment #1
darren ohThere is no way to know all the possible arguments for a view.
Comment #2
jacopo3001 commentedwell, 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
Comment #3
darren ohFor special cases you can write an extension module. See Writing XML Sitemap add-on modules.
Comment #4
avpadernoI 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.