Results 1 to 14 of 14

 

Thread: Seo help please.

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Dec 2006
    Posts
    513
    Thanks
    0
    Thanked 22 Times in 16 Posts


    Looking for some help from some seo experts!

    What is the best way to add h1 and h2 tags to my site and where? Does size, font, colour, position, or any other factors matter.

    I am a little confused.

    I think h1 tag at the top of the content, in bold and slightly bigger than the rest of the text. While h2 I dont really pay much attention to.

    Please give me your opinions.

  2. #2
    Registered User

    Status
    Offline
    Join Date
    Jun 2007
    Posts
    224
    Thanks
    12
    Thanked 3 Times in 2 Posts
    Technically Header tags should be in a ordered list, h1, then h2, then h3 ect...

    h1 carries the most weight and should be used as your page title - so whatever the contents about, create a title reflecting that.

    h2, i use as a subheading - usually after the introduction of an article, such as;

    h1 - content title
    introduction - content (keyword rich)
    h2 - subheading
    then the main article/content here.

    font-size and colour - i haven't came across any time where these specifically matter as they are set via the css but i would always set the height in order (h1 - biggest) as that's the structure of my webpages.

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Nov 2004
    Location
    Wirral, Merseyside
    Posts
    2,205
    Thanks
    60
    Thanked 112 Times in 86 Posts
    Hi Barney.

    I'd agree with those comments. Looking at your site, I'd look to get the navigation in either a list <li> or a header <h1> or <h2>.

    I'd definitely get your 'product names' set as a <h1> or <h2>.

    Don't ignore <h3> thereafter either.

    I'd also have a few 'key points' listed as a list <li> too.

    Have a look at this example .. BT Baby Monitor 100

    The relevant code is ..

    Code:
    <h1 class="model">BT Baby Monitor 100</h1>
                      <div class="clear"></div>
                      <div id="prodList">
                        <ul>
                            <li>BT 100 Baby Monitor with Dect</li>
                            <li>Mains or Battery Powered</li>
                            <li>High Definition Sound</li>
                            <li>Travel Bag</li>
                            <li>Parent Talk Back</li>        
                        </ul>

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Does size, font, colour, position, or any other factors matter?
    No they dont. Most people control them through the use of CSS though.

  5. #5
    Registered User

    Status
    Offline
    Join Date
    Nov 2007
    Posts
    135
    Thanks
    1
    Thanked 10 Times in 7 Posts
    Quote Originally Posted by Boredofthehighstreet View Post
    Looking for some help from some seo experts!

    What is the best way to add h1 and h2 tags to my site and where? Does size, font, colour, position, or any other factors matter.

    I am a little confused.

    I think h1 tag at the top of the content, in bold and slightly bigger than the rest of the text. While h2 I dont really pay much attention to.

    Please give me your opinions.
    I don't understand why do you want to use such headings.. If you are referring to meta, just use <h> and </h>... You meta should be inside these tags... H1 and H2 are basically used in sidebars...

  6. #6
    Registered User

    Status
    Offline
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    H1 for the page heading
    We can use H2 for subheadings.

  7. #7
    Registered User

    Status
    Offline
    Join Date
    Jan 2008
    Location
    Yorkshire
    Posts
    536
    Thanks
    22
    Thanked 37 Times in 31 Posts
    I've seen a few sites sing the <h1> tag as a text link

    e.g.
    Code:
    <h1><a href="http://www.widgetsite.com">Widget Headline</a></h1>
    Is this OK with the search engines?

    I would have thought that the SE's would not look favourably on this, as it is telling them that the headline within H1 is more relevant to a different page (or a different site) to the one on which the H1 is located.

  8. #8
    Registered User

    Status
    Offline
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by t4xi-- View Post
    I've seen a few sites sing the <h1> tag as a text link

    e.g.
    Code:
    <h1><a href="http://www.widgetsite.com">Widget Headline</a></h1>
    Is this OK with the search engines?

    I would have thought that the SE's would not look favourably on this, as it is telling them that the headline within H1 is more relevant to a different page (or a different site) to the one on which the H1 is located.
    There is no use by placing the link in h1 tag, it will be considered by search engine as an ordinary link...

    h1 tag is useful in the case of text heading..............

  9. #9
    Negative SEO is fun!

    Status
    Offline
    Join Date
    Sep 2003
    Posts
    1,389
    Thanks
    0
    Thanked 39 Times in 35 Posts
    >> There is no use by placing the link in h1 tag, it will be considered by search engine as an ordinary link...

    Not true. SEs note the HTML elements associated with text as part of the page weighting process. Double tagging is a time honoured tactic, m'kay?

  10. The Following User Says Thank You to Brendon For This Useful Post:

    EmmaFlower (29-09-08)

  11. #10
    Registered User

    Status
    Offline
    Join Date
    Jan 2008
    Location
    Yorkshire
    Posts
    536
    Thanks
    22
    Thanked 37 Times in 31 Posts
    Quote Originally Posted by Brendon View Post
    >> There is no use by placing the link in h1 tag, it will be considered by search engine as an ordinary link...

    Not true. SEs note the HTML elements associated with text as part of the page weighting process. Double tagging is a time honoured tactic, m'kay?
    So are you saying that the SEs will not penalize a site for links within <h1>?

  12. #11
    Negative SEO is fun!

    Status
    Offline
    Join Date
    Sep 2003
    Posts
    1,389
    Thanks
    0
    Thanked 39 Times in 35 Posts
    Certainly am. Why would they? If you go read the RFCs as well, you'll find there are some chucklesome tricks you can play with HTML, whilst staying perfectly "legal"

  13. #12
    Registered User

    Status
    Offline
    Join Date
    Oct 2008
    Location
    UK
    Posts
    4
    Thanks
    0
    Thanked 1 Time in 1 Post
    Hi,

    In my experience for sites similar to yours that i have worked on make sure your H1 tag is the same as the start as your page title tag.

    e.g.

    if your H1 tag is "buy bench clothing" then your page title should start with - buy bench clothing...................

    Also if "buy bench clothing" is the term your looking at optimising you dont want to have the H2 tag with this in, it will harm your rankings if you do as the major search engines see this as keyword stuffing, Aim to have the phrase into the text a maximum of 4 times on one page.


    Good luck

  14. #13
    Registered User

    Status
    Offline
    Join Date
    Oct 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    There are no secrets on how to rank high with the major search engines because effective search engine optimizations are now immense. What is search engine optimization? Before we discuss that thing, you have to understand first how search engines work and a bit of know-how.

    Search engines are into providing their users with the most relevant and up-to-date information to match the search term that was used. They are sophisticated pieces of technology which allow users to quickly find relevant websites by searching for a word or a phrase. Search engine results are useless to users if the information doesn’t relate to the search term, or if the results are old. People expect the most up-to-date and fresh information that is useful to them.

    Updating your website everyday and adding some materials will help you get noticed by the search engines. So, if you are going to sell any type of product or service online, you have to optimize your website for the search engines, in order to boost traffic and sales. It is because over 90% of your business will likely come directly from search engine results. And for that reason, it is absolutely important to optimize your site for search engines for you to have the greatest deals in the entire world.

    Search engine optimization (SEO) is the process by which webmasters or online business owners utilize strategic copy to augment their website’s status. It is certain that the internet has grown so fast over the years and the competition for the best search engine position has created an enormous market. Therefore, better understanding the fundamental elements of Search Engine Optimization is vital for an online business’ success.

    Making use of effective search engine optimization techniques will improve the page rank of your website. There are many tricks that can be used to increase page rank; the most effective method is to provide high quality content consistently. This seems like a simple concept but there are many websites that fails to provide content that visitors find interesting. Sites which provide content that are interesting, well-written and regularly updated create highly engaged visitors who are more likely to return to the website in the coming days. So, if you can set your website apart from those boring, lifeless sites then do it. You’ll surely have a step closer to achieving high page rank through search engine optimization.

    The next significant factor for an effective search engine optimization is to include keywords and phrases within your content. To make sure that you are properly targeting your market, you have to make sure that the keywords and phrases you have on your site are the keywords and phrase that your site is actually optimized for. The more keywords you use in your content, the more likely it is that online visitors will find your site when they do some research with those words. If you are unfailing with these techniques, then your overall search engine optimization will increase, boosting your page rank.

    You should also have to develop a linking strategy as a part of your search engine optimization. Not only does this provide free advertising for your site, but it makes the impression that your site is imperative because of its affiliated links. For each link that you have pointing back to you, that is another chance for your potential customer to find you. The more inbound links that you have pointing to your site, the higher you will be ranked in the search engines.

    Another is to develop a content stratagem. People who get to search from the internet are looking for information. The more information you provide for them and the more helpful it is, the more likely you will make the sale. Writing articles is the most effective way to build up content for your site. When writing articles to post on your site, make sure that you develop a clear means of arranging their content. You can do this by simply adding a new page to your site. This will allow room for extra articles to be added as you write them, and will allow you to build up an archive of articles which will maintain to draw online visitors. Make sure also that you have included your archived articles in a directory that is next to the root web of your site so that the search engines will catalog your online articles.

    Always keep in mind that search engine optimization methods are important in developing your site’s status. With that thing in mind, make sure that you write high-quality, keyword rich content and link your site to and from a deliberate family of other sites. These things will help improve your site’s popularity and coerce increased business through your online business.

    Don Malik
    Hidden secrets in Affiliate Marketing !

  15. #14
    Registered User

    Status
    Offline
    Join Date
    Apr 2008
    Posts
    112
    Thanks
    0
    Thanked 3 Times in 3 Posts
    In my opinion, the main benefit of H2 tags is to take advantage of long tail keywords. This can drive additional and often unexpected traffic to your site.

    Check out this article on long tail keywords to explore their benefits.



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Affiliate Forums, SEO Articles & Dangers For Noobs.
    By Affi Liate in forum Affiliate Marketing Lounge
    Replies: 12
    Last Post: 18-04-08, 07:24 PM

Bookmarks

Posting Permissions

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

Content Relevant URLs by vBSEO 3.5.0 RC2