For those of you who run vbSEO, here are the CRRs I put together...
If someone knows how to throw the names into the URL also, please post.
PHP Code:
//8WR Media
'^media\.php\?do=tag&tid=(.*)'=>'videos/tags/$1/'
'^media\.php\?do=category&cid=(\d+)'=>'videos/CatID-$1/'
'^media\.php\?do=details&mid=(\d+)'=>'videos/VideoID-$1/'
'^media\.php\?do=user&uid=(\d+)'=>'videos/UserID-$1/'
'^media\.php'=>'videos/'
Additionally, to give yourself more customized titles, use this code:
PHP Code:
<title>{vb:raw pagetitle} {vb:raw description}</title>
Structure will be as follows on category pages:
Page Title - Page Description
Structure will be as follows on tags page:
Tag Name - Tag Adder Description