Results 1 to 5 of 5

Fixing VBSEO errors, please help

This is a discussion on Fixing VBSEO errors, please help within the General Discussion forums, part of the vBSEO SEO Plugin category; A friend has fixed all my site errors (html/coding). He sent me this e-mail and it states : " Now ...

  1. #1
    Senior Member
    Real Name
    Brett
    Join Date
    Apr 2009
    Posts
    110
    Liked
    0 times

    Fixing VBSEO errors, please help

    A friend has fixed all my site errors (html/coding). He sent me this e-mail and it states :

    "
    Now you have to ask VBSEO why its adding a slash "/" before every " in your
    "What's Going On?" table.

    e.g: <table class=\"tborder\" cellpadding=\"6\" cellspacing=\"1\"
    border=\"0\" width=\"100%\" align=\"center\">

    It should be like this: <table class="tborder" cellpadding="6"
    cellspacing="1" border="0" width="100%" align="center">


    After you edit VBSEO setting all the errors will be gone ... well almost. I
    think you will 2 errors left.

    "

    Any suggestion?

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    If you're using the virtual HTML, this is what happens (the quotes are escaped). The virtual html script should be wrppaed in cdata tags and it currently isn't.

  3. #3
    Senior Member
    Real Name
    Brett
    Join Date
    Apr 2009
    Posts
    110
    Liked
    0 times
    and how do I fix that?

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    It would require editing some core vbseo files. I personally haven't even upgraded to vbseo 3.3 yet, so i don't even have a place to look to help you. if you can find the function, its fairly simply to do.

    simply replace
    Code:
    <script type="text/javascript">
    with
    Code:
    <script type="text/javascript">
    //<![CDATA[
    and
    Code:
    </script>
    with

    Code:
    //]]>
    </script>

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    You can try this modification: How to validate with vBseo Virtual HTML?

Similar Threads

  1. Help fixing my user profile and faq
    By rocket468 in forum Template Modifications
    Replies: 2
    Last Post: 12-21-2007, 03:37 PM
  2. Error - Needs Fixing ASAP.
    By Martyn in forum vBSEO.com Styles
    Replies: 28
    Last Post: 10-01-2007, 01:25 PM
  3. New Skin UP! - Realtime bug fixing :)
    By Juan Muriente in forum vBSEO Announcements
    Replies: 128
    Last Post: 09-25-2006, 07:27 PM
  4. Some extreme issues need help on fixing.
    By pspcrazy in forum Troubleshooting
    Replies: 14
    Last Post: 03-14-2006, 03:40 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •