I've got a handful of links that are being rewritten that I don't want rewritten because it's just making users go to blank pages. Is there any way to prevent this?
This is a discussion on Is there a way to prevent rewriting certain links? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I've got a handful of links that are being rewritten that I don't want rewritten because it's just making users ...
I've got a handful of links that are being rewritten that I don't want rewritten because it's just making users go to blank pages. Is there any way to prevent this?
Hello Shane, Can you provide more detail?
Wow, fast response. One example would be that in my navbar, I have a link that leads to VGF.com which gets rewritten as just the first part of the url (a blank page).
Try adding that domain to your whitelist in vbseocp.php.
It's the site the script's on.
Shane,
you can add the rel="novbseo" attribute to these links to prevent them from being rewritten, like:
Code:<a href="http://www.vgf.com/forums/frame?http://www.vgf.com/codes" rel="novbseo">text</a>
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thanks. I'll check it out if I reenable vBSEO. I've had to stop it for now to troubleshoot my scheduled tasks not working.