I was having issues with vbseo, than I just did this.
PHP Code:
<a href='content.php?".$nodeid."-".$url."'>
and changed it to this.
PHP Code:
<a href='/content.php?r=".$nodeid."-".$url."'>
Clicking the links seemed to work. Also I am getting my preview text to work as well. There is no demo as of now, because I am still redesigning the look of my website. Sorry and I apologize.