Jump to content

Heed Help with Heading tags


Rockstar29

Recommended Posts

Hi EverybodyMy question is regarding Heading tags for better SEO results.I Need help with implanting Heading tags into Volusion code.I did a scan with Nibbler and other then my code being dirty I need Heading tags. http://nibbler.silktide.com/reports/www.sos-boardz.comI'm just not sure where everything goes,also does it matter where my tags are located in the code? seems my H1 tag is at the bottom of the page. wrapped like this. <script type="text/javascript">$(document).ready(function () { jQuery('#v65-product-parent tbody tr td.vCSS_breadcrumb_td font.productnamecolorLARGE').wrap('<H1 />');});</script> I've included my code for hopes I can get pointed where everything goes,maybe highlight the areas. :Pleased:I was told it needs to look like this.<h1>Title</h1><p>Introduction to the first and second axis</p><h2>First axis</h2><h3>First point of the first axis</h3><h3>Second point of the first axis</h3><h2>Second axis</h2><h3>First point of the second axis</h3><h3>Second point of the second axis</h3><p>Conclusion</p>Thank you for your time.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[url=http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/url]<html xmlns="[url=http://www.w3.org/1999/xhtml]http://www.w3.org/1999/xhtml">[/url]<head><meta name="google-site-verification" content="MiE-Dq_g991RteWZDvL2VmLxsrN9D3zAwsAOPOVKU0k" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <!--DYNAMIC PAGE-SPECIFIC META TAGS WILL BE PLACED HEREDO NOT ADD YOUR OWN META TAGSONLY PUT CSS/JAVSCRIPT INCLUDES IN YOUR HEAD TAG--><link href="vspfiles/templates/winter_park/css/Imports.css" rel="stylesheet" type="text/css"/><link rel="stylesheet" href="[url=http://www.sos-boardz.com/v/vspfiles/nivo-slider/nivo_slider.css]http://www.sos-boardz.com/v/vspfiles/nivo-slider/nivo_slider.css"[/url] type="text/css" media="screen" />  <!-- jQuery --><script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"  type="text/javascript"></script><script src="[url=http://code.jquery.com/jquery-migrate-1.2.1.js]http://code.jquery.com/jquery-migrate-1.2.1.js" [/url] type="text/javascript"></script><script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"  type="text/javascript"></script> <!-- fancyBox for Popup -->  <link rel="stylesheet" href="[url=http://www.sos-boardz.com/v/vspfiles/files-for]http://www.sos-boardz.com/v/vspfiles/files-for[/url] popup-box/fancybox/source/jquery.fancybox.css?v=2.1.5" type="text/css" media="screen" />  <script type="text/javascript" src="[url=http://www.sos-boardz.com/v/vspfiles/files-for]http://www.sos-boardz.com/v/vspfiles/files-for[/url] popup-box/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script> <!-- Cookies for Popup -->  <script type="text/javascript" src="[url=http://www.sos-boardz.com/v/vspfiles/files-for]http://www.sos-boardz.com/v/vspfiles/files-for[/url] popup-box/cookie/jquery.cookie.js" ></script> <!-- Popup Initialization Script --><script  type="text/javascript">(function($) {if($.cookie('popup-visited') == null) {    $.get("[url=http://freegeoip.net/json/]http://freegeoip.net/json/"[/url], function(location) {        var popup_id = "#default_popup";        if(location.country_code == "CA") {            popup_id = "#ca_popup";                }        $.cookie('popup-visited', 'yes', { expires: 1 });        $(popup_id).fancybox();        setTimeout( function() {            $(popup_id).trigger('click');        },500);    }, "jsonp");}})(jQuery);</script><!-- End Popup Initialization -->   <!-- jQuery Plugins--><script src="[url=http://www.sos-boardz.com/v/vspfiles/images/jquery.zrssfeed.min.js]http://www.sos-boardz.com/v/vspfiles/images/jquery.zrssfeed.min.js"[/url] type="text/javascript"></script><!-- s<script src="[url=http://www.sos-boardz.com/v/vspfiles/nivo-slider/jquery_nivo_slider_pack.js]http://www.sos-boardz.com/v/vspfiles/nivo-slider/jquery_nivo_slider_pack.js"[/url] type="text/javascript"></script> --><script type="text/javascript" src="vspfiles/templates/winter_park/js/custom.js"></script><script type="text/javascript">jQuery(document).ready(function(){vCustomOnready();});</script><!-- <meta id="v65-layout-mode" data-cart="storedot" data-checkout="storedot" /> --> <script type="text/javascript">  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');   ga('create', 'UA-41066926-1', 'sos-boardz.com');  ga('send', 'pageview'); </script><script  type="text/javascript">function fgetAllDataTables(){ if (!document.getElementsByTagName) return false; var eleTables = document.getElementsByTagName("td"); for (var i=0; i < eleTables.length; i++) {  if (eleTables[i].width == "33%")  {      eleTables[i].className = 'vak';                           } }} function addLoadEvent(func) {  var oldonload = window.onload;  if (typeof window.onload != 'function') {    window.onload = func;  } else {    window.onload = function() {      oldonload();      func();    }  }}addLoadEvent(fgetAllDataTables);</script><style type="text/css">#sos_blog ul {    list-style-type: none;}#sos_blog h1 {    text-align: center;} /*SLIDER CSS*/        .theme-default .nivoSlider {        position:relative;        background:#fff url(loading.gif) no-repeat 50% 50%;        margin-bottom:10px;        -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;        -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;        box-shadow: 0px 1px 5px 0px #4a4a4a;}.theme-default .nivoSlider img {        position:absolute;        top:0px;        left:0px;        display:none;}.theme-default .nivoSlider a {        border:0;        display:block;} .theme-default .nivo-controlNav {         text-align: center;        padding: 5px 0;}.theme-default .nivo-controlNav a {        display:inline-block;        width:22px;        height:22px;        background:url('[url=http://www.sos-boardz.com/v/vspfiles/nivo-slider/themes/default/bullets.png]http://www.sos-boardz.com/v/vspfiles/nivo-slider/themes/default/bullets.png[/url]') no-repeat;        text-indent:-9999px;        border:0;        margin: 0 2px;}.theme-default .nivo-controlNav a.active {        background-position:0 -22px;} .theme-default .nivo-directionNav a {        display:block;        width:30px;        height:30px;        background:url('[url=http://www.sos-boardz.com/v/vspfiles/nivo-slider/themes/default/arrows.png]http://www.sos-boardz.com/v/vspfiles/nivo-slider/themes/default/arrows.png[/url]')no-repeat;        text-indent:-9999px;        border:0;        opacity: 0;        -webkit-transition: all 200ms ease-in-out;        -moz-transition: all 200ms ease-in-out;        -o-transition: all 200ms ease-in-out;        transition: all 200ms ease-in-out;}.theme-default:hover .nivo-directionNav a { opacity: 1; }.theme-default a.nivo-nextNav {        background-position:-30px 0;        right:15px;}.theme-default a.nivo-prevNav {        left:15px;} .theme-default .nivo-caption {        font-family: Helvetica, Arial, sans-serif;}.theme-default .nivo-caption a {        color:#fff;        border-bottom:1px dotted #fff;}.theme-default .nivo-caption a:hover {        color:#fff;} .theme-default .nivo-controlNav.nivo-thumbs-enabled {        width: 100%;}.theme-default .nivo-controlNav.nivo-thumbs-enabled a {        width: auto;        height: auto;        background: none;        margin-bottom: 5px;}.theme-default .nivo-controlNav.nivo-thumbs-enabled img {        display: block;        width: 120px;        height: auto;}.rim{ border:10px solid #dfd7cc;} /*/SLIDER CSS*/                #homeBanners { width:960px; height:400px; position:relative; overflow:hidden; }#homeBanners li { height:400px !important; width:960px; }          #homeBanners #next, #homeBanners #prev{                display:none;}#homeBanners:hover  #next ,#homeBanners:hover #prev{display : block; height:30px; width:40px; text-indent:-9999px; position:absolute; top:195px; z-index:9999; }#homeBanners:hover #next {background: url('[url=http://www.sos-boardz.com/v/vspfiles/script/btn_next.png]http://www.sos-boardz.com/v/vspfiles/script/btn_next.png[/url]')no-repeat; right:0px;}#homeBanners:hover #prev {background: url('[url=http://www.sos-boardz.com/v/vspfiles/script/btn_prev.png]http://www.sos-boardz.com/v/vspfiles/script/btn_prev.png[/url]')no-repeat; left:0px; text-indent:-9999px; display: block; } #rim #nav { position:relative; bottom:-20px; /*left:421px; margin-left:420px;*/ margin:0px auto; width:135px; z-index:99;  }#rim #nav a {  display: inline-block;width: 22px;height: 22px;background: url('[url=http://www.sos-boardz.com/v/vspfiles/nivo-slider/themes/default/bullets.png]http://www.sos-boardz.com/v/vspfiles/nivo-slider/themes/default/bullets.png[/url]') no-repeat;text-indent: -9999px;border: 0;margin: 0 2px; }#rim #nav a.activeSlide {background-position: 0 -22px; }#rim #nav a:focus { outline: none; }</style>   </head><!-- ======================== FILE INFO ========================Premium template V-winter_parkDesigner: YuriCoder: J.H.Date: Feburary 2011======================== END INFO ======================== --><body id="body"><div id="page_wrapper">  <!-- ======================== HEADER ======================== -->  <div id="sitetoolsbg">    <div id="site_tools_contain">      <div id="site_tools"> <a href="Config_FullStoreURLdefault.asp">Home</a> <a href="Config_FullStoreURLaboutus.asp">About Us</a> <a href="Config_FullStoreURLmyaccount.asp">My Account</a> <a href="Config_FullStoreURLhelp.asp" class="end">Help</a> </div>    </div>  </div>  <div id="headerbg">    <div id="header">      <!--<div id="display_homepage_title"><a href="Config_FullStoreURL"></a></div>-->      <a id="logo" href="Config_FullStoreURLdefault.asp"></a>      <!-- ======================== SEARCH BOX  ======================== -->      <div id="display_search_wrapper">        <div id="display_search">          <form action="Config_FullStoreURLSearchResults.asp" method="get" name="SearchBoxForm">         <input type="text" name="Search" class="search_input" value="Search..." onblur="if (this.value==''){this.value='Search...';}" onfocus="if (this.value=='Search...'){this.value='';}" />           <input type="image" src="/v/vspfiles/templates/winter_park/images/template/search_btn.png" class="submit_button" onclick="document.forms['SearchBoxForm'].submit();" />          </form>        </div>      </div>      <div id="topsocial"> <a href="[url=https://www.facebook.com/pages/SOS-Boardz/221929231178413]https://www.facebook.com/pages/SOS-Boardz/221929231178413"><img[/url] src="vspfiles/templates/winter_park/images/template/facebook.png" alt="facebook"/></a> <a href="[url=https://www.twitter.com/SOSBoardz]https://www.twitter.com/SOSBoardz"><img[/url] src="vspfiles/templates/winter_park/images/template/twitter.png" alt="twitter"/></a> <a href="[url=http://sos-boardz.blogspot.com/]http://sos-boardz.blogspot.com/"><img[/url] src="vspfiles/templates/winter_park/images/template/blogger.png" alt="blogger" class="spacer"/></a> </div>    </div>    <div id="top_nav">           <!-- ======================== UL LAYOUT ======================== -->      <div id="display_menu_1"> </div>    </div></div>  <!--<a href="[url=http://s2.photobucket.com/user/1cavy/media/main_graphic_zps854e0514.jpg.html]http://s2.photobucket.com/user/1cavy/media/main_graphic_zps854e0514.jpg.html"[/url] target="_blank"><img src="[url=http://i2.photobucket.com/albums/y12/1cavy/main_graphic_zps854e0514.jpg]http://i2.photobucket.com/albums/y12/1cavy/main_graphic_zps854e0514.jpg"[/url] border="100" alt=" photo main_graphic_zps854e0514.jpg"/></a>--></div> <!-- ======================== CONTENT ======================== --> <!-- Popup Lightbox Begin --> <div style="display:none;">  <div id="ca_popup" style="padding:6px;">       <!-- Canadian content goes here -->      <img src="[url=http://www.sos-boardz.com/v/vspfiles/sos-ad-coupon.jpg]http://www.sos-boardz.com/v/vspfiles/sos-ad-coupon.jpg"[/url] alt=""  />   </div> </div> <div style="display:none;"><div id="default_popup" style="padding:6px;">     <!-- US/Default content goes here -->    <img src="[url=http://www.sos-boardz.com/v/vspfiles/sos-ad-coupon.jpg]http://www.sos-boardz.com/v/vspfiles/sos-ad-coupon.jpg"[/url] alt="" />   </div> </div> <!-- End Popup Lightbox --> <div id="content">  <div id="boxtop"> </div>  <div id="if_homepage">        <div class="rim" id="rim" style="width:960px; height:400px;" >        <div id="homeBanners">                                                                                                                               <a href="[url=http://www.sos-boardz.com/#]http://www.sos-boardz.com/#"[/url] id="prev">Prev</a> <a href="[url=http://www.sos-boardz.com/#]http://www.sos-boardz.com/#"[/url] id="next">Next</a>                                                                <ul style="position: relative; width: 960px; height: 400px; overflow: hidden; margin:0px; padding:0px;">                                                                                <li><a href="#"><img src="[url=http://www.sos-boardz.com/v/vspfiles/sos-boardz-online-slide-960-400.jpg]http://www.sos-boardz.com/v/vspfiles/sos-boardz-online-slide-960-400.jpg"[/url] alt="sos-boardz" style="width:960px; height:400px;"  /></a></li>                    <li><a href=" [url=http://www.sos-boardz.com/Supra_Footwear_s/1879.htm]http://www.sos-boardz.com/Supra_Footwear_s/1879.htm[/url] "><img src="[url=http://www.sos-boardz.com/v/vspfiles/supra]http://www.sos-boardz.com/v/vspfiles/supra[/url] ad.jpg" alt="sos-boardz" style="width:960px; height:400px;" /></a></li> <a href="[url=http://www.sos-boardz.com/Thirty_two_Snowboard_Boots_s/1972.htm]http://www.sos-boardz.com/Thirty_two_Snowboard_Boots_s/1972.htm[/url] "><img src="[url=http://www.sos-boardz.com/v/vspfiles/Thirtytwo-banner-ad.jpg]http://www.sos-boardz.com/v/vspfiles/Thirtytwo-banner-ad.jpg"[/url] alt="sos-boardz" style="width:960px; height:400px;" /></a></li> <a href="#"><img src="[url=http://www.sos-boardz.com/v/vspfiles/SOS-Snowboard-Sale.jpg]http://www.sos-boardz.com/v/vspfiles/SOS-Snowboard-Sale.jpg"[/url] alt="sos-boardz" style="width:960px; height:400px;" /></a></li> <li><a href=" [url=http://www.sos-boardz.com/category_s/1868.htm]http://www.sos-boardz.com/category_s/1868.htm[/url] "><img src="[url=http://www.sos-boardz.com/v/vspfiles/Sector%209%20slide%20960%20400.jpg]http://www.sos-boardz.com/v/vspfiles/Sector%209%20slide%20960%20400.jpg"[/url] alt="shop online" title="#htmlcaption" style="width:960px; height:400px;"  /></a> </li><li>      <a href=" [url=http://www.sos-boardz.com/category_s/1998.htm]http://www.sos-boardz.com/category_s/1998.htm[/url]'>http://www.sos-boardz.com/category_s/1998.htm[/url] "><img src="[url=http://www.sos-boardz.com/v/vspfiles/hundreds-965-400.jpg]http://www.sos-boardz.com/v/vspfiles/hundreds-965-400.jpg"[/url] alt="shop now" title="#" style="width:960px; height:400px;"  /></a></li>      <li><a href="[url=http://www.sos-boardz.com/category_s/1999.htm]http://www.sos-boardz.com/category_s/1999.htm"><img[/url] src="[url=http://www.sos-boardz.com/v/vspfiles/LRG%20slide.jpg]http://www.sos-boardz.com/v/vspfiles/LRG%20slide.jpg"[/url] alt="shop" title="#" style="width:960px; height:400px;"  /></a><li><a href="[url=http://www.sos-boardz.com/category_s/2051.htm]http://www.sos-boardz.com/category_s/2051.htm[/url] "><img src="[url=http://www.sos-boardz.com/v/vspfiles/LRG]http://www.sos-boardz.com/v/vspfiles/LRG[/url] 960x400.jpg" alt="sos-boardz" style="width:960px; height:400px;" /></a></li><a href="[url=http://www.sos-boardz.com/category_s/2093.htm]http://www.sos-boardz.com/category_s/2093.htm[/url] "><img src="[url=http://www.sos-boardz.com/v/vspfiles/Thrasher%20Huf%20Collab%20banner.jpg]http://www.sos-boardz.com/v/vspfiles/Thrasher%20Huf%20Collab%20banner.jpg"[/url] alt="sos-boardz" style="width:960px; height:400px;" /></a></li>                                                  </div>            <div id="nav"></div>            <script type="text/javascript" src="[url=http://www.sos-boardz.com/v/vspfiles/script/jquery.min.js]http://www.sos-boardz.com/v/vspfiles/script/jquery.min.js"></script>[/url]<script type="text/javascript" src="[url=http://www.sos-boardz.com/v/vspfiles/script/jquery-ui.min.js]http://www.sos-boardz.com/v/vspfiles/script/jquery-ui.min.js"></script>[/url]  <script type="text/javascript" src="[url=http://www.sos-boardz.com/v/vspfiles/script/jquery-1.4.2.min.js]http://www.sos-boardz.com/v/vspfiles/script/jquery-1.4.2.min.js"[/url] language="javascript"></script><script type="text/javascript" src="[url=http://www.sos-boardz.com/v/vspfiles/script/jquery.cycle.all.2.72.js]http://www.sos-boardz.com/v/vspfiles/script/jquery.cycle.all.2.72.js"></script>[/url]<script type="text/javascript">                $(document).ready(function() {                                                                              $('#homeBanners ul').cycle({                                                fx:      'scrollHorz', // name of transition effect (or comma separated names, ex: fade,scrollUp,shuffle)                                                //timeout:  0,                                                pause:  10000,                                                speed:  5000,  // speed of the transition (any valid fx speed value)                                                speedIn: 500,  // speed of the 'in' transition                                                random: 0,                                                timeout:4000, // milliseconds between slide transitions (0 to disable auto advance)                                                prev:    '#prev',                                                next:    '#next',                                                pager:   '#nav'                                                //pagerAnchorBuilder: pagerFactory                                });                               });</script>    <!-- <div class="slider-wrapper theme-default ">      <div id="slider" class="nivoSlider">   <a href="#"><img src="[url=http://www.sos-boardz.com/v/vspfiles/sos-boardz-online-slide-960-400.jpg]http://www.sos-boardz.com/v/vspfiles/sos-boardz-online-slide-960-400.jpg"[/url] alt="sos-boardz" style="width:960px; height:400px;"  /></a><a href=" [url=http://www.sos-boardz.com/Supra_Footwear_s/1879.htm]http://www.sos-boardz.com/Supra_Footwear_s/1879.htm[/url] "><img src="[url=http://www.sos-boardz.com/v/vspfiles/supra]http://www.sos-boardz.com/v/vspfiles/supra[/url] ad.jpg" alt="sos-boardz" style="width:960px; height:400px;" /></a><a href=" [url=http://www.sos-boardz.com/category_s/1868.htm]http://www.sos-boardz.com/category_s/1868.htm[/url] "><img src="[url=http://www.sos-boardz.com/v/vspfiles/Sector%209%20slide%20960%20400.jpg]http://www.sos-boardz.com/v/vspfiles/Sector%209%20slide%20960%20400.jpg"[/url] alt="shop online" title="#htmlcaption" style="width:960px; height:400px;"  /></a>      <a href=" [url=http://www.sos-boardz.com/category_s/1998.htm]http://www.sos-boardz.com/category_s/1998.htm[/url]'>http://www.sos-boardz.com/category_s/1998.htm[/url] "><img src="[url=http://www.sos-boardz.com/v/vspfiles/hundreds-965-400.jpg]http://www.sos-boardz.com/v/vspfiles/hundreds-965-400.jpg"[/url] alt="shop now" title="#" style="width:960px; height:400px;"  /></a><a href="[url=http://www.sos-boardz.com/category_s/1999.htm]http://www.sos-boardz.com/category_s/1999.htm"><img[/url] src="[url=http://www.sos-boardz.com/v/vspfiles/LRG%20slide.jpg]http://www.sos-boardz.com/v/vspfiles/LRG%20slide.jpg"[/url] alt="shop" title="#" style="width:960px; height:400px;"  /></a>   </div></div><script type="text/javascript" src="[url=http://www.sos-boardz.com/v/vspfiles/nivo-slider/demo/scripts/jquery-1.9.0.min.js]http://www.sos-boardz.com/v/vspfiles/nivo-slider/demo/scripts/jquery-1.9.0.min.js"></script>[/url]    <script type="text/javascript" src="[url=http://www.sos-boardz.com/v/vspfiles/nivo-slider/jquery_nivo_slider.js]http://www.sos-boardz.com/v/vspfiles/nivo-slider/jquery_nivo_slider.js"></script>[/url]    <script type="text/javascript">[url=http://www.sos-boardz.com/v/vspfiles/nivo-slider/]http://www.sos-boardz.com/v/vspfiles/nivo-slider/[/url]                $(document).ready(function(){                        $('#slider').nivoSlider({                                controlNav: true, // navigation                                effect: 'random', // transition                                animSpeed: 500, // transition speed                                pauseTime: 8000, // time slide will show                                randomStart: true // start on a random slide                        });                });        </script>    <script type="text/javascript">    $(window).load(function() {        $('#slider').nivoSlider();    });    </script>-->     </div>  </div>  <table border="0" cellspacing="0" cellpadding="0">    <tr>      <td id="content_area" valign="top"></td>    </tr>  </table>  <div id="boxbottom"> </div>  <div class="clear"> </div></div><div id="if_homepage">    <div id="bottompromo"> <a href="#"><img src="[url=http://i2.photobucket.com/albums/y12/1cavy/SHOPNOWFOOTERIMAGE_zps11ffc91b.jpg]http://i2.photobucket.com/albums/y12/1cavy/SHOPNOWFOOTERIMAGE_zps11ffc91b.jpg"[/url] border="0" alt=" photo SHOPNOWFOOTERIMAGE_zps11ffc91b.jpg"/></a> <a href="[url=http://www.sos-boardz.com/category_s/1999.htm]http://www.sos-boardz.com/category_s/1999.htm"><img[/url] src="[url=http://i2.photobucket.com/albums/y12/1cavy/LRGFOOTER_zps2dd255f8.jpg]http://i2.photobucket.com/albums/y12/1cavy/LRGFOOTER_zps2dd255f8.jpg"[/url] style="margin:0 9px;" alt=" photo LRGFOOTER_zps2dd255f8.jpg"/></a> <a href="[url=http://www.sos-boardz.com/category_s/1998.htm]http://www.sos-boardz.com/category_s/1998.htm"><img[/url] src="[url=http://i2.photobucket.com/albums/y12/1cavy/thehundreds_zpsbfbda466.jpg]http://i2.photobucket.com/albums/y12/1cavy/thehundreds_zpsbfbda466.jpg"[/url] border="0" alt=" photo thehundreds_zpsbfbda466.jpg"/></a> </div></div><!-- ======================== FOOTER ======================== --><div id="footer">  <div id="sos_blog"></div>  <script src="[url=http://www.sos-boardz.com/v/vspfiles/images/jquery.zrssfeed.min.js]http://www.sos-boardz.com/v/vspfiles/images/jquery.zrssfeed.min.js"[/url] type="text/javascript"></script><script type="text/javascript">        $(document).ready(function () {            $('#sos_blog').rssfeed('[url=http://www.sos-boardz.blogspot.com/feeds/posts/default]http://www.sos-boardz.blogspot.com/feeds/posts/default[/url]' {            limit: 1,            header: false,            date: false,            titletag: "h1",            linktarget: "_blank",            snippet: false            });        });     </script>   <!-- ======================== Mailing List Section ======================== --><div id="newsletteroutter">    <div id="newslettercontainer">      <div id="newsletterimg"></div>      <div id="eList">        <form name="MailingList" method="post" action="Config_FullStoreURLMailingList_subscribe.asp">          <input id="elist_field" name="emailaddress" type="text" value="Your Email Address" onfocus="if (this.value == 'Your Email Address') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Your Email Address';}"/>          <input name="Submit" type="image" id="elist_btn" value="" src="vspfiles/templates/winter_park/images/template/mail_btn.gif" alt="Submit"/>        </form>      </div>    </div></div><div id="footer_top">  <ul style="width:170px;">                <li></li>  </ul>  <div id="fontent">    <ul>      <li class="title">About Us</li>      <li><a href="Config_FullStoreURLaboutus.asp">Company Information</a></li>      <li><a href="Config_FullStoreURLArticles.asp?ID=251">Contact Us</a></li>      <li><a href="/Articles.asp?ID=250">Shipping & Returns</a></li>      <li><a href="Config_FullStoreURLterms_privacy.asp">Privacy Policy</a></li>      <li><a href="Config_FullStoreURLterms.asp">Terms & Conditions</a></li>    </ul>    <ul>      <li class="title">My Account</li>      <li><a href="Config_FullStoreURLshoppingcart.asp">View Cart</a></li>      <li><a href="Config_FullStoreURLmyaccount.asp">Sign-In</a></li>      <li><a href="Config_FullStoreURLOrders.asp">Order Status</a></li>      <li><a href="Config_FullStoreURLcindex.asp">Category Index</a></li>      <li><a href="Config_FullStoreURLpindex.asp">Product Index</a></li>    </ul>    <ul>      <li class="title">Helpful Information</li>      <li><a href="Config_FullStoreURLArticles.asp?ID=251">Contact Us</a></li>      <li><a href="Config_FullStoreURLhelp.asp">Help</a></li>    </ul>    <ul>      <li class="title2">We Accept</li>      <li><img src="vspfiles/templates/winter_park/images/template/visa.gif" alt="visa"/><img src="vspfiles/templates/winter_park/images/template/master.gif" alt="master"/><img src="vspfiles/templates/winter_park/images/template/american.gif" alt="american"/><img src="vspfiles/templates/winter_park/images/template/discover.gif" alt="discover"/><img src="vspfiles/templates/winter_park/images/template/paypal.gif" alt="paypal"/></li>      <li style="margin-top:20px;><a href="void(0); onclick="window.open('[url=https://www.volusion.com/ssl.asp?url=www.YourDomain.com]https://www.volusion.com/ssl.asp?url=www.YourDomain.com[/url]' 'volusionssl', 'top=10,left=10,menubar=0,resizable=0,scrollbars=0,width=450,height=410')"><img src="vspfiles/templates/winter_park/images/template/vsecure.gif" alt="Volusion Secured"/></a></li>    </ul>  </div></div><div id="footer_bottom">  <p><a href="/terms.asp">Copyright ©    <script type="text/javascript">document.write((new Date()).getFullYear());</script>     Config_CompanyNameLegal. All Rights Reserved.</a>    <!-- ===========================================================================================                VOLUSION LINK - BEGIN===============================================================================================Customer has agreed per Volusion's Terms of Service ([url=http://www.volusion.com/agreement_monthtomonth.asp]http://www.volusion.com/agreement_monthtomonth.asp[/url]'>http://www.volusion.com/agreement_monthtomonth.asp[/url]) to maintain a text hyperlink to "[url=http://www.volusion.com]http://www.volusion.com"[/url] in the footer of the website. The link must be standard html, contain no javascript, and be approved by Volusion. Removing this link breaches the Volusion agreement. -->    Powered by<a href="[url=http://www.volusion.com]http://www.volusion.com"[/url] title="Shopping Cart Software" target="_blank">Volusion</a>.</p>  <!-- ===========================================================================================                VOLUSION LINK - END============================================================================================ --></div></div> <!-- ======================== BOOKMARK JS FILE<script src="vspfiles/templates/custom/js/bookmark.js" type="text/javascript"></script> ======================== --><!-- ======================== SHOPPING CART DISPLAY JS FILE<script src="v/vspfiles/templates/custom/js/shopping_cart_summary.js" type="text/javascript"></script><script src="v/vspfiles/templates/custom/js/header_cart_summary.js" type="text/javascript"></script> ======================== --><!-- ======================== REMOVE BREAD CRUMB<script src="vspfiles/templates/custom/js/removebreadcrumb.js" type="text/javascript"></script> ======================== --><!-- ======================== ACTIVE TAB<script src="vspfiles/templates/custom/js/activetab.js" type="text/javascript"></script> ======================== --><!-- ======================== RANDOM IMAGE<script src="vspfiles/templates/custom/js/activetab.js" type="text/javascript"></script> ======================== --> <script type="text/javascript">$(document).ready(function () {   jQuery('#v65-product-parent tbody tr td.vCSS_breadcrumb_td font.productnamecolorLARGE').wrap('<H1 />');});</script> </body></html>
Link to comment
Share on other sites

WOW! i think you forgot the kitchen sink.

Just relevant code would do, yes! that is the correct way for header tags, <h1> should be used once per page, <h1> produced by JavaScript/jquery is bad for SEO, this is a tag it looks for, it can't see anything produced by JavaScript/jquery, what it finds is what is displayed when JavaScript is disabled.

Link to comment
Share on other sites

You're the designer, it's your job to determine where to place the heading tags. Put them where they make sense. If your page has a title, make it an h1. If the page has sections and those sections have titles, make those h2. Etc. And don't use Javascript to wrap your content with heading tags, just put an actual heading tag in the HTML. Don't wrap entire sections of content inside a heading tag either, they are supposed to be used to wrap section headings only (hence the name).

Link to comment
Share on other sites

Hi everybody

 

I'm not the designer but the Owner of the site,my HTML skill level is not very high, Volusion added that H1 tag into my site and did the wrap!!

 

I thought supplying as much info would be best,I wasn't sure what code to supply so lets give everything for the best results :Pleased:

 

So with the code above and all the JQuery plugins in my <Head> & <body> im just confused where I insert everything :o

 

I honest thought everything was like this

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Untitled Document</title>

Google analytics

Heading tags

</head><body>

Code for Design,JQuery files</body></html>

 

Not the mess above I must figure out :rolleyes:thanks Volusion

 

Thank you

Edited by Rockstar29
Link to comment
Share on other sites

Heading tags are basically just used to identify which parts of the page are the various titles and sub-titles inside the content. Your home page doesn't look like you really have any page titles on it. There's a "Featured Products" heading, but I'm not sure if you would consider that a page title or not. Regardless, the "Featured Products" text is an image so you wouldn't wrap that in a heading tag anyway, heading tags should only have text content inside them. It looks like most of your other pages don't have much text content either, it looks like just a frontend for a shopping cart system. SEO relies on you having text on the pages that contains search keywords, which makes search engines think that your page is about those keywords. Having keywords inside of heading tags helps search engines figure out the structure of your page. The About Us page is a better example of a page that could use heading tags, where you have text content, but again the "About Us" text is an image instead of actual text, and you wouldn't really put "About Us" in a heading tag anyway because it doesn't contain keywords (although semantically it's correct to call that text the page heading).A better example of where to use heading tags would be a site like this:http://www.mycareertopia.comThe "Feeling The Career Blues?" text is inside a h1 tag, that is the page heading. The smaller text below it is in a h3 tag. Under the 3 images, the "FREE 12-Part eCourse", "Career Assessment Tests", and "Award-Winning Career Advice" text are all h3 tags also, those contain search keywords. "How We Can Help Your Career" is another h1, and "Career Assessment & Aptitude Tests, Free eCourse, and Career Advice", more keywords, are in another h3. The other pieces of text on that page that are the same sizes as those are either h1 or h3 also, which tells search engines what the important parts of the page are so that it ranks higher on those keywords. That's how heading tags are typically used on a site, on your site I don't see a lot of text content that is a good candidate for that type of thing. Usually the shopping cart is just one aspect of the site, where there are several other pages of text built with keywords in them to get more traffic from search engines. Take a look at some of your competitors to see how they have their sites set up with regard to the text content that shows up on various pages.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...