Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Some of the Important SEO Links tags in HTML

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 307
    Comment on it

    Hi Guys,

     

    Search engine Optimization(SEO) is mainly categorised in two part one is On-Page optimization and other one off-Page Optimization. In On-page all activities are done only at website or webpage end. basically which include meta tags like title tags, keyword tags, description tag, Headings tags and other seo tags . As far as On-page SEO we consider it one time effort and it is important part of SEO.

     

    Banner Wordpress header


    An off page optimization include all the activities other than the own website. it included link building on other high authority websites. It may consist Directory submission, Local map submission, forum posting, social bookmarking, blog commenting etc.

    When you doing postings on others website one must know the HTML tags behind these links. So in the seo business, one must know how these links can build. We are going to explain some HTML link structure.

    List of Link tags in HTML

    1. Use an just absolute URL:

    <a href="http://www.w3schools.com/html/">Visit our HTML tutorial</a></p>
    

    2. Use of relative URL:

    <p><a href="html-images.asp">Picture Code</a> is a link to a page on this website.</p>
    
    <p><a href="http://www.w3.org/">W3C</a> is a link to a website on the World Wide Web.</p>
    

    3. Link without Underline:

    <a href="html_images.asp" style="text-decoration:none">HTML Images</a>
    

    4.Bookmark Link:

    <p><a href="#C4">Jump to Chapter 4</a></p>
    
    <h2>Chapter 1</h2>
    <p>This chapter explains ba bla bla</p>
    
    <h2>Chapter 2</h2>
    </p>
    

    5. Image Link:

    <a href="default.asp">
      <img src="smiley.gif" alt="HTML tutorial" style="width:42px;height:42px;border:0">
    </a>
    

    6. Mailto link

    <p>
    This is an email link:
    <a href="mailto:someone@example.com?Subject=Hello%20again" target="&#95;top">
    Send Mail</a>
    </p>
    
    <p>The link will only work if you have email installed.</p>
    
    <p>(Spaces between words should be replaced by %20 to ensure that the browser will display the text properly)</p>
    

    7. Mail with subject link

    <p>
    mailto example:
    <a href="mailto:someone@example.com?cc=someoneelse@example.com&bcc=andsomeoneelse@example.com&subject=Summer%20Party&body=You%20are%20invited%20to%20a%20big%20summer%20party!" target="_top">Send mail!</a>
    </p>
    

    Source:W3schools

    Hope this Links Tags in HTML help you build more links to your website and generate more traffic and revenue. If you have any query, do post at FindNerd forum.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: