Hi,
Is there a mod out there except the phpbb-seo "heavy" mod for injecting titles in url?
The heavy mod above is not an alternative for me, I´ve tried it but never got it to work properly.
I think however that injecting the title in the url would be an improvement for seo.
There is mainly viewtopic.php that is my concern, its the threads that leads traffic and adding title to url could boost seo.
This topic shows up something like:
viewtopic.php?f=72&t=2317596
One suggestion could be a mod that extend this to:
viewtopic.php?f=72&t=2317596&e=seo-mod-urls-light
Another suggestion to boost keywords even more is to rename viewtopic and remove the forum, like:
x.php?t=2317596&e=seo-mod-urls-light
Is there some mod already for this? If not, how would it be to build one?
I guess there is not so much work it, add an extra parameter in viewtopic and core file? and than fetch the title and strip it and build it up proper.
I think its not needed to rewrite any url at this point, as long as google, bing and so on, sees that there are words in the url that matches the titles it will use it.
Thanks in advance!