Results 1 to 12 of 12

The Virtual HTML feature?

This is a discussion on The Virtual HTML feature? within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; Hello, I'm curious about this Virtual HTML feature which seems interesting. What is the benefit difference of making a notice ...

  1. #1
    Junior Member
    Real Name
    CrickSnip
    Join Date
    Aug 2009
    Posts
    1
    Liked
    0 times

    The Virtual HTML feature?

    Hello, I'm curious about this Virtual HTML feature which seems interesting.

    What is the benefit difference of making a notice into an image or having it as virtual html?

    Which is more reliable? Having just a picture display or virtual html?

    Are they equal except this feature allows for easy support for removing stuff you don't wish to be shown on Google?

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    the long and short of it is that you won't have to make an image for everything

    What the virtual HTML does is it outputs the regular markup as document.write() javascript lines. Bots don't read javascript.

  3. #3
    Junior Member
    Real Name
    Justin
    Join Date
    Jun 2009
    Posts
    6
    Liked
    0 times
    Is this the same thing as adding .html to the end of the showthread pages?

    I'm new to SEO, so forgive my "newbie" question. What does adding .html to the showthread pages do?

    Thanks!

  4. #4
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    It is all personal prefrance. If you want to remove the .html and just use a / at the end, then you must go into your vbseocp.php and manually insert how you want it shown.

    It is advised that you do not change once this has been set (I know that yours has not been set yet as I am doing the install for it)
    The Forum Hosting - Forum Hosting from the Forum Experts

  5. #5
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Quote Originally Posted by Sherwin View Post
    Is this the same thing as adding .html to the end of the showthread pages?

    I'm new to SEO, so forgive my "newbie" question. What does adding .html to the showthread pages do?

    Thanks!
    No, this has nothing to do with page extensions.


    Virtual does this.


    instead of

    <div> some code that you don't want indexed </div>

    it replaces with it

    <script type="text/javascript">
    document.writeln("<div>some code....</div>");
    </script>

    The user sees the same thing on the page.
    The bots (and search engines) don't render the javascript, thus, keeping them on your IMPORTANT content, not the bloat.

  6. #6
    Junior Member
    Real Name
    Justin
    Join Date
    Jun 2009
    Posts
    6
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    It is all personal prefrance. If you want to remove the .html and just use a / at the end, then you must go into your vbseocp.php and manually insert how you want it shown.

    It is advised that you do not change once this has been set (I know that yours has not been set yet as I am doing the install for it)
    Thank you. Is there any benefit to adding the .html over just having a / at the end?

  7. #7
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Brian once said he does not like any extensions because one day they will become obsolete.

    I am not sure if there is a proven method about this though.
    The Forum Hosting - Forum Hosting from the Forum Experts

  8. #8
    Junior Member
    Real Name
    Justin
    Join Date
    Jun 2009
    Posts
    6
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    Brian once said he does not like any extensions because one day they will become obsolete.

    I am not sure if there is a proven method about this though.
    Thank you.

    A friend directed me to this link here at vBSEO.

  9. #9
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Post number two is what I was talking about.
    The Forum Hosting - Forum Hosting from the Forum Experts

  10. #10
    Junior Member
    Real Name
    Justin
    Join Date
    Jun 2009
    Posts
    6
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    Post number two is what I was talking about.
    Thanks Michael! Your help is much appreciated.

  11. #11
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Hypertext Style: Cool URIs don't change.

    The w3 recommends pages that will NEVER change.

    The common example i use all the time is cgi.

    8 years ago, before php was widely popular, a lot of scripts ran as cgi.
    Thus, you have site.com/cgi-bin/script.pl
    Today, those scripts are basically obsolete, and with it, the url structure chosen is also obsolete.

    site.com/script/ COULD be running cgi/perl, php, jsp, asp, etc etc and the url will never change.

    .html may go away too.

    html is turning more and more modular into xml as the years go on. We may see .html as we know it slowly disappear.
    If you chose a .html rewrite extention, you will lose your 'cool uri' when it comes time to change to a new technology.

    Folders aren't going anywhere. /folder/, no extention, is my preferred choice

  12. #12
    Senior Member Sysop's Avatar
    Real Name
    Toni
    Join Date
    Oct 2007
    Location
    Italy
    Posts
    176
    Liked
    0 times
    Good post, thanks

Similar Threads

  1. Virtual Html mark up
    By jupiter5 in forum Troubleshooting
    Replies: 5
    Last Post: 06-03-2009, 04:03 PM
  2. Virtual HTML Sorunu
    By sum41live in forum Türkçe
    Replies: 2
    Last Post: 05-03-2009, 04:55 PM
  3. Virtual Html ?
    By pcwolfx® in forum Türkçe
    Replies: 4
    Last Post: 03-01-2009, 09:52 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
  •