Closed Thread
Results 1 to 5 of 5

Thread: How to make on page changes

  1. #1
    Junior Member ADIsher can only hope to improve
    Join Date
    Nov 2011
    Posts
    22

    How to make on page changes

    What is on page SEO techniques and how to improve site's ranking with on site. please share the tips for on site SEO

  2. #2
    NLC Meksilon is on a distinguished road Meksilon's Avatar
    Join Date
    Jan 2002
    Location
    Canberra, Australia
    Posts
    1,147
    Well this is the wrong forum, but on-page you want the structure thus:
    Code:
    <html>
    <head>
    <title>Whatever Title</title>
    </head>
    <body>
    <h1>Title (or main heading)</h1>
    <p>Content</p>
    <p>Content continues...</p>
    <h2>Sub-heading</h2>
    <p>Said content...</p>
    <h2>Another sub-heading</h2>
    <p>More said content...</p>
    <div id="links>
    <h1>Website Navigation</h1>
    <ul>
    <li><a href=#>Link to page on website</a></li>
    <li><a href=#>Another link to page on website</a></li>
    <li><a href=#>Yet another link to page on website</a></li>
    <ul>
    </div>
    </body>
    </html>
    Avoid the image tag whever possible; instead use CSS to insert images (or replace the text with the image). For instance if your heading is an image you use: <h1 id=MainHeading><span>Heading</span></h1> on-page, and then in the CSS document (stylesheet): h1 span{display:none;} #MainHeading{background: transparent url(/graphics/headingimage.png) left top no-repeat; height: 130px;}

    That in a nutshell pretty much sums up "on-page seo" techniques; in other words the raw HTML document is in the most logical order possible.

  3. #3
    Junior Member cheekychristie is an unknown quantity at this point
    Join Date
    May 2012
    Posts
    12
    From my awareness, the latest Google updates tend to focus more on sites with more contents on their pages. I think this is very valuable if your page can have the right amount of keywords within a specific phrase (but not too much that it looks obvious that you want to increase your page ranking).

  4. #4
    Junior Member pwhjenny is an unknown quantity at this point
    Join Date
    Jun 2012
    Posts
    10
    Yes, I'm also agree with cheekychristie. All our site pages must contain all the valuable data with the short but a neat description.

  5. #5
    Member steven peter is an unknown quantity at this point
    Join Date
    Jun 2012
    Posts
    53

    On site changes

    On site is important for any site. You can not make the good ranking without on completing the on site factors like meta, heading , description and the site content. These are most important factors for any site.

Closed Thread

Similar Threads

  1. Make DIV appear onclick on new page?
    By MaGiCSuN in forum Webdesign / HTML
    Replies: 1
    Last Post: February 25th, 2009, 16:04
  2. Could someone make me a page
    By LukeySD in forum Webdesign / HTML
    Replies: 9
    Last Post: November 24th, 2001, 04:35
  3. How to make a pup-under or pop-behind when page loads?
    By ebird in forum Webdesign / HTML
    Replies: 1
    Last Post: October 8th, 2001, 18:57

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