Optimize Views page URL with query string
There is a view with url like this: mysite.com/schoollist?ctid=1&dtid=24&catid=All ctid, dtid, catid here are term id, for better SEO, I want that URL turns to be like this: mysite.com/schoollist/[term name of tid=1]/[term name of tid=24]/all Do you have any idea? Thanks, Shawn ----------------------------- 孟祥宇 Shawn Meng blog: http://mengxy.net twitter: @mengxy
turn on SEO friendly URLs. there is a lot of documentation for this. Shawn(Xiangyu) Meng wrote:
There is a view with url like this: mysite.com/schoollist?ctid=1&dtid=24&catid=All <http://mysite.com/schoollist?ctid=1&dtid=24&catid=All>
ctid, dtid, catid here are term id, for better SEO, I want that URL turns to be like this: mysite.com/schoollist/[term <http://mysite.com/schoollist/[term> name of tid=1]/[term name of tid=24]/all
Do you have any idea?
Thanks, Shawn
----------------------------- 孟祥宇 Shawn Meng blog: http://mengxy.net twitter: @mengxy
participants (2)
-
sebastian -
Shawn(Xiangyu) Meng