Announcement

Collapse
No announcement yet.

H1 thru H6 tags in Miva 5.5

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    H1 thru H6 tags in Miva 5.5

    I have Miva 5.5 with the PR8 updated. I'm just diving into SEO...I know...a little late but better late than never:) What's the deal with H1 thru H6 tags? Does the meta description take care of that for the STFT page or should I insert the H1 - H6 tags? And if so, where should I insert them? On the STFT page? And if so, where on the STFT page?
    Thanks for all responses.
    Last edited by musicforkids; 05-01-12, 08:58 PM.

    #2
    Re: H1 thru H6 tags in Miva 5.5

    Use <H1> for your product titles. Use <H1> for your targeted keyword on your SFNT page.
    Dan

    Girlfriends Lingerie - "Keeping It Sexy!"
    Sexy Lingerie - Twitter - Facebook- Pinterest - YouTube

    Comment


      #3
      Re: H1 thru H6 tags in Miva 5.5

      Originally posted by Datagg View Post
      Use <H1> for your product titles. Use <H1> for your targeted keyword on your SFNT page.
      Sounds good. I'll put <H1> in my SFNT page. - Should I just put that at the top of the page?

      - Product titles - put a <H1> in the Product Display Page or on each product page header or something?

      Comment


        #4
        Re: H1 thru H6 tags in Miva 5.5

        P.S. would it pay to put in <meta name="keywords" content=xxxxx, xxxx, xxxx> also?
        STFT page

        Comment


          #5
          Re: H1 thru H6 tags in Miva 5.5

          Originally posted by musicforkids View Post
          Sounds good. I'll put <H1> in my SFNT page. - Should I just put that at the top of the page?

          - Product titles - put a <H1> in the Product Display Page or on each product page header or something?
          Meta Keywords unlike the old days not important. As for the product pages, surround product name like below.

          Code:
          <h1>&mvt:product:name;</h1>  <--- Like this, yet nothing else should be in <H1> tags on PROD page.
          As for SFNT, matter of preference... Just focus your main "target" word with <H1>, yet nothing else using tag. Avoid using <h1> tags on CTGY pages as it will only dilute the individual product names.
          Last edited by Datagg; 05-02-12, 10:58 AM.
          Dan

          Girlfriends Lingerie - "Keeping It Sexy!"
          Sexy Lingerie - Twitter - Facebook- Pinterest - YouTube

          Comment


            #6
            Re: H1 thru H6 tags in Miva 5.5

            General rules for H1 tags....

            You should only have ONE <h1> tag on any single page. This should be the most important information on the page. On a product page, I would put this as the Product Name and use high ranking keywords.

            You can then have multiple <h2> through <H6> tags on the page to give higher rankings to headings. The tags should be embedded in order in the code. So a paragraph should have the main header as <h2> and then sub headers should be <h3> tags, sub-sub headers should be <h4> etc.... You shouldn't use multiple <h2> and <h3> tags throughout a single paragraph. They should be used in order of importance. A bad example would be :

            <h2> This is the starting of a very badly coded paragraph</h2> This paragraph is very <h2>poorly</h2> coded. <H3>many</h3> of the header tags are done <h2>Improperly</h2>. They do <h2>NOT</h2> flow in order of <h4>Importance<h4>. Although it may or may not effect <h2>SEO</h2>

            The proper way to do this would be:
            <h2> This is the starting of a properly coded paragraph</h2> This paragraph is <h3>properly</h3> coded because the header tags are done in order. <H3>Many</h3> of the header tags are <h3>repeated<h3> but because they are all in order of <h3>importance</h3> they will still be optimized for <h4>SEO</h4>

            Hope that helps.
            Kent
            www.awindofchange.com

            ~~Once you take flight your eyes will forever be turned skyward~~

            Comment


              #7
              Re: H1 thru H6 tags in Miva 5.5

              Kent and Dattag - Very clear and helpful. Thanks! Putting info to use.

              Comment


                #8
                Re: H1 thru H6 tags in Miva 5.5

                This paragraph is <h3>properly</h3> coded because the header tags are done in order.
                Personally, I would use strong tags instead of h3 if you are going to use them inline like this.

                I would save any of the H tags for headings and sub headings
                Mark Romero
                ~~~~~~~~

                Comment


                  #9
                  Re: H1 thru H6 tags in Miva 5.5

                  For some reason my page breaks if I do not put this code at the beginning of my product description: <H2></H2>.

                  I think the problem is somewhere in my product page Display layout which is below. I am not sure if the H1 and H2 tags are correctly coded as well. Any help would be much appreciated.

                  Here is one of our product pages: http://www.invinciblemusic.com/jordan-rudess/listen


                  Code:
                  <mvt:if expr="NOT ISNULL l.settings:product:image">
                  <img src="&mvt:product:image;" alt="&mvt:product:name;" class="prodimage" title="&mvt:product:name;">
                  </mvt:if>
                  <id="prodname">&mvt:product:name;</h1>
                  <br />
                  <!-- ADDED CUSTOM FIELDS -->
                  <h2><mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields:Artist">  
                  &mvt:customfield_names:customfields:Artist;:  
                  <b>&mvt:product:customfield_values:customfields:Artist;</b><br> 
                  </mvt:if></h2>
                  
                  
                  <mvt:item name="toolkit" param="substring|l.all_settings:product:descrip,1,20" />  
                  <!-- ADDED CUSTOM FIELDS -->
                  Quantity in Basket:&nbsp;
                  <mvt:if expr="l.settings:product:quantity EQ 0">
                  <i>None</i>
                  <mvt:else>
                  &mvt:product:quantity;
                  </mvt:if>
                  
                  
                  <br />
                  <mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields:FullPrice"> 
                  &mvt:customfield_names:customfields:FullPrice;:  
                  <b><s>&mvt:product:customfield_values:customfields:FullPrice;</s></b><br>
                  </mvt:if>
                  
                  
                  <mvt:item name="pgrpman" param="adjusted_price|Product_Code" />
                  Your Price:&nbsp; &mvt:pgrpman:formatted_adjusted_price;
                  <mvt:if expr="l.settings:product:weight NE 0">
                  <br />
                  Shipping Weight:&nbsp; &mvt:product:weight; &mvt:store:wtunits;
                  </mvt:if>
                  <br />
                  
                  
                  <!-- ADDED CUSTOM FIELDS -->
                  <mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields:Format"> 
                  &mvt:customfield_names:customfields:Format;:  
                  <b>&mvt:product:customfield_values:customfields:Format;</b><br>
                  </mvt:if>
                  <!-- ADDED CUSTOM FIELDS -->
                  <mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields:upccode"> 
                  &mvt:customfield_names:customfields:upccode;:  
                  <b>&mvt:product:customfield_values:customfields:upccode;</b><br>
                  </mvt:if>
                  <!-- ADDED CUSTOM FIELDS -->
                  <mvt:item name="eprodfaq" param="layout1" />
                  <mvt:if expr="l.settings:product:inv_active">
                  <br /> &mvt:product:inv_long;
                  </mvt:if>
                  
                  
                  <mvt:if expr="l.settings:product:inv_level NE 'out'">
                  
                  
                  <br />
                  <form method="post" action="&mvt:global:sessionurl;">
                  <input type="hidden" name="Action" value="ADPR">
                  <input type="hidden" name="Screen" value="PROD">
                  <input type="hidden" name="Store_Code" value="&mvte:store:code;">
                  <input type="hidden" name="Product_Code" value="&mvte:product:code;">
                  <input type="hidden" name="Category_Code" value="&mvte:global:category_code;">
                  
                  
                  <mvt:item name="product_attributes" param="product:id" />
                   <br />
                  
                  
                   Quantity:&nbsp;<mvt:item name="cim_qmin" param="prod" />
                  <div id="prodadd"><mvt:item name="buttons" param="AddToBasket" /></div>
                  
                  
                  </form>
                  
                  
                  </mvt:if>
                  
                  
                  <br /><br />
                  
                  
                  <!-- AddThis Button BEGIN -->
                  <div class="addthis_toolbox addthis_default_style">
                  <a class="addthis_button_email"></a>
                  <a class="addthis_button_print"></a>
                  <a class="addthis_button_favorites"></a>
                  <a class="addthis_button_twitter"></a>
                  <a class="addthis_button_facebook"></a>
                  <a class="addthis_button_compact"></a>
                  </div>
                  <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4d73be8244e6b02f"></script>
                  <!-- AddThis Button END -->
                  
                  
                  <br />
                  <mvt:item name="upslmagic" param="prod" />
                  &mvt:product:descrip;
                  <br />
                  http://www.invinciblemusic.com

                  Comment


                    #10
                    Re: H1 thru H6 tags in Miva 5.5

                    Basic placement question: This is my SFNTpage. I stuck an <H1> tag and used a key word "musical instruments". But the title below that is "store name" (music for kids). Should I make the <title> store name </title> between the H1 tags or should I do it separate like I did?

                    <mvt:item name="html_profile" />
                    <H1>Musical instruments</H1>
                    <head> <META name="y_key" content="1fb43f64bcc05a1c" />
                    <meta name="verify-v1" content="Zi3ttCfnAOmKo/Obak5YDkkTTCGa1hk7Pqd8ZDtdLEE=" >
                    <title>&mvt:store:name;</title>
                    <base href="&mvt:global:basehref;">
                    <mvt:item name="head" param="head_tag" />
                    <meta name="keywords" content="electric guitar,musical instruments,music software,drum set,dj equipment,guitar,sheet music,guitar tab,drum,microphone,violin,trumpet,saxophone,ampli fier,bass guitar,recording,percussion,music book,recording software,guitar store,pro audio,home recording,stage lighting,musical equipment">
                    <meta name="Description" content="An Internet shopping site specializing in products for early musical development in children from 1 to 12.
                    Our Mission: To provide a place where parents and teachers can find music activity products and learning materials for children 12 and under.
                    The need exists for children to have pleasant, relaxed exposure to making music and pretending to make music. The result of fulfilling that need is likely to be a child who desires to continue in the more formal study of music at a later age.
                    This unique assortment of products are not normally found in either toy stores or traditional music products stores. New products are added to the online inventory on a continuous basis.">
                    </head>

                    Comment


                      #11
                      Re: H1 thru H6 tags in Miva 5.5

                      you don't use HTML markup tags in the "Head" of your templates. They should be used ONLY after the <body> tag. Also, your description seems a bit long. Should be less than 160 characters. See http://www.seomoz.org/learn-seo/meta-description for more details. btw, IMO Descriptions are MUCH MORE important than keywords...since its actually seen (hopefully) by humans.
                      Bruce Golub
                      Phosphor Media - "Your Success is our Business"

                      Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
                      phosphormedia.com

                      Comment


                        #12
                        Re: H1 thru H6 tags in Miva 5.5

                        When writing conditional statments, you have to consider if the presentation formatting is PART Of the conditional or external to it for example

                        <h2>
                        %IF% (special content exists)
                        Write it here
                        %ELSE%
                        Write This Here
                        %END%
                        </h2>

                        and this

                        %IF% (special content exists)
                        <h2>Write it here</h2>
                        %END%

                        So with that in mind, look at the first conditional in your example.
                        Bruce Golub
                        Phosphor Media - "Your Success is our Business"

                        Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
                        phosphormedia.com

                        Comment


                          #13
                          Re: H1 thru H6 tags in Miva 5.5

                          Originally posted by Siamese-Dream.Com View Post
                          Personally, I would use strong tags instead of h3 if you are going to use them inline like this.

                          I would save any of the H tags for headings and sub headings
                          I agree fully with you Mark....the above was just an example to clarify.
                          Kent
                          www.awindofchange.com

                          ~~Once you take flight your eyes will forever be turned skyward~~

                          Comment

                          Working...
                          X