Results 1 to 4 of 4

vbseo eating mint

This is a discussion on vbseo eating mint within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I'm trying to add a simple js to my headinclude template. i think seo keeps eating it. Code: <script src="/mint/? ...

  1. #1
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times

    vbseo eating mint

    I'm trying to add a simple js to my headinclude template. i think seo keeps eating it.

    Code:
    <script src="/mint/?js" type="text/javascript"></script>
    is what i'm trying to add in there.... and it keeps printing out as

    Code:
    <script src="/mint/" type="text/javascript"></script>
    I added in the following to exclude pages:
    Code:
    ^\./mint/\?js
    and now it returns:

    Code:
    <script src="/mint/index.php" type="text/javascript"></script>
    how can i get that ?js to pass in?


    Note:
    i am not using subdirectories.
    vb is installed in /../..public_html/
    mint is installed in a subfolder
    /../..public_html/mint/

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Hello Brian,

    Give this a try:

    Mint javascript incompatibility.

  3. #3
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    that was way too easy. lol

    thanks kieth!

  4. #4
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    You're welcome!

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 10:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-09-2005, 12:00 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
  •