Quote:
Originally Posted by Dream
I'll keep a list of ideas to implement on next versions on the third post of this thread, I'll add this one to it.
|
Thanks for this.
I have modified it yesterday in our forum. If you need some information or if i can help you, just let me know.
Here you can take a look at my modifications:
Radio und TV
I have added the station title in the META title-tag and the station description in the META description-tag. I have also modified the navigation in the plugin, so that user without js and the google bot can browse it.
If someone need the rewrite rules for vbseo, here you got:
Quote:
// Radio and TV
'radioandtv\.php$' => 'radio-and-tv/'
'radioandtv\.php\?station=(\d+)$' => 'radio-and-tv/station/$1.html'
|
This rewrite rules only make sense if you modified this plugin like me, for user without JS.
Quote:
// Radio and TV
'radioandtv\.php\?letter=(\w+)$' => 'radio-and-tv/a-to-z/$1.html'
'radioandtv\.php\?letter=(\w+)&page=(\d+)$' => 'radio-and-tv/a-to-z/$1/page/$2.html'
'radioandtv\.php\?letter=(\w+)&category=(\d+)$' => 'radio-and-tv/a-to-z/$1/category/$2.html'
'radioandtv\.php\?letter=(\w+)&search=(\w+)$' => 'radio-and-tv/a-to-z/$1/search/$2.html'
'radioandtv\.php\?page=(\d+)$' => 'radio-and-tv/page/$1.html'
'radioandtv\.php\?category=(\w+)$' => 'radio-and-tv/category/$1.html'
'radioandtv\.php\?search=(\w+)$' => 'radio-and-tv/search/$1.html'
'radioandtv\.php\?letter=(\w+)&search=(\w+)$' => 'radio-and-tv/a-to-z/$1/search/$2.html'
|
Greetz