Hi,
I need help with config for this below use case. I am having content type "Place" and two vocabularies "Type" and "Location" setup to classify it.
Vocabulary1: Type
Terms: Bar,Restaurant,Takeaway.
Vocabulary2: Location
Terms:Hyderabad,Bombay,Chennai.
I created view which takes terms as arguments as follows. www.mysite.com/typebylocation/%1/%2.
Argument %1 matches Type and Argument %2 matches Location.This view is also working perfectly.
My Requirement I want to create a page which lists urls with all possible value for this arugments as below.
www.mysite.com/typebylocation/bar/hyderabad
www.mysite.com/typebylocation/bar/bombay
www.mysite.com/typebylocation/bar/chennai
www.mysite.com/typebylocation/restaurant/hyderabad
www.mysite.com/typebylocation/restaurant/bombay
www.mysite.com/typebylocation/restaurant/chennai
www.mysite.com/typebylocation/takeaway/hyderabad
www.mysite.com/typebylocation/takeaway/bombay
www.mysite.com/typebylocation/takeaway/chennai
The reason I need this is for SEO. I want this links available for Search Engines to find.
Thanks
Shyam









