Welcome to the IMTalk - Internet Marketing & SEO Forum.
  • Login:
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 20 of 29
  1. #1
    alexpabla is offline IM & SEO Weak Jaw alexpabla is on a distinguished road
    Join Date
    Oct 2010
    Posts
    140
    Thanks Given
    0
    Thanked 17 Times in 10 Posts

    On-page optimization

    What if I don't use any CMS and I just create a page in html only, would it be better than using any CMS for ranking good in Search Engine.

    I have heard that SEO is mainly for html pages, it would give good benefit if you do so, using too many flashy stuffs, videos etc. is not good on-page optimization technique, is it correct?

  2. #2
    wink0r's Avatar
    wink0r is offline Moderator wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold
    Join Date
    Oct 2010
    Location
    East Coast, USA
    Posts
    2,183
    Thanks Given
    941
    Thanked 651 Times in 491 Posts
    The requirement for SEO, both on page and off page, is the same for static (plain html) or dynamic content. Remember, a CMS hands an html page to the browser. It builds the page using content stored in a database, and various page templates but what it gives to the browser is an html page.

    Flash objects, content in iframes, and javascript are not visible to a search bot. Javascript nav menus need to be supported by site navigation in html, often placed at the bottom of the page or a link to an html site map. Things can also be done with <noscript> tags. In general Google likes videos. You can put a text description that can help with optimization. Images are good and can be easily optimized with title and alt tags, but too many or too large (file size) can slow down load speed, and Google likes snappy load times.
    Last edited by wink0r; 07-18-2011 at 05:56 PM.

  3. #3
    Hogward is offline IM & SEO Mumbler Hogward is on a distinguished road
    Join Date
    Apr 2011
    Posts
    330
    Thanks Given
    11
    Thanked 36 Times in 29 Posts
    Yes SEO is mainly for HTML pages. So your site must be an error free. You have to avoid so much flash, ads, etc.,

  4. #4
    C.Rebecca is offline IM & SEO Weak Jaw C.Rebecca is on a distinguished road
    Join Date
    May 2011
    Posts
    207
    Thanks Given
    1
    Thanked 18 Times in 16 Posts
    On page optimization is necessary for every webpage to make it search engine friendly.

    Its true that search engines cannot read content in rich media files, so its better to lean away from such files.

    Whether you are using CMS or HTML or your web pages, its rankings depends on your SEO efforts. The better you optimize, the better you rank.

  5. #5
    Abhishek Kundu's Avatar
    Abhishek Kundu is offline IM & SEO Whisperer Abhishek Kundu is on a distinguished road
    Join Date
    Jul 2011
    Location
    Kolkata, WB, India
    Posts
    34
    Thanks Given
    2
    Thanked 7 Times in 6 Posts

    Smile On-page optimization

    hi alexpabla

    on page optimization is necessary for website. for that you will have to keep the following factors in mind.

    you should do a proper keyword research and after you have got it you need to place the main keyword in the following format in your website.
    1. you must place the main keyword in the title of the website
      HTML Code:
      <html>
         <head>
               <title>Key Word</title>
        </head>
    2. you should have the main keyword in the url of the page
      Code:
         yourdomainname.com/main-keyword.html
    3. the main keyword should also be in the <h1> - <h3> tags
    4. the main keyword should be used at least 2% - 3% in the article that you write.

    if you place images then you should have an "alt="key word"" tag in the image file
    HTML Code:
    <img src="_images/abhishek-kundu.jpeg" alt="Abhishek Kundu" />
    if you are having a small website then you can create each page manually but i will suggest you to use cms like wordpress / drupal to develop your website because these cms's have got many useful seo plugins which you can use to achieve the same result with less effort.

    hope this will clear your doubts.

    also keep in mind that along with on page seo you must also do off page seo. that's the most vital part.

    kindest,
    abhishek kundu


    Click on the Thanks link below if you found my reply helpful
    Last edited by Abhishek Kundu; 08-19-2011 at 06:20 PM.
    Click Here>>Follow Me On Twitter!<<

  6. The Following 2 Users Say Thank You to Abhishek Kundu For This Useful Post:


  7. #6
    Lonewolff is offline IM & SEO Whisperer Lonewolff is on a distinguished road
    Join Date
    Jul 2011
    Posts
    54
    Thanks Given
    2
    Thanked 9 Times in 7 Posts
    I personally don't use any prebuilt CMS. I code everything by hand in notepad++. This way I have 100% control over what goes on to the page, in the order I choose, and can guarantee that my code is always 100% valid as per W3C standards.

  8. #7
    miminfotech is offline IM & SEO Whisperer miminfotech is on a distinguished road
    Join Date
    Mar 2011
    Location
    India
    Posts
    40
    Thanks Given
    3
    Thanked 2 Times in 2 Posts
    Quote Originally Posted by alexpabla View Post
    What if I don't use any CMS and I just create a page in html only, would it be better than using any CMS for ranking good in Search Engine.

    I have heard that SEO is mainly for html pages, it would give good benefit if you do so, using too many flashy stuffs, videos etc. is not good on-page optimization technique, is it correct?
    Yep you are right Google doesn't give much preference to Flash and image. But it doesn't mean that you want to create a website in HTML. it's good if you create a website in php or else if you want to use CMS you can prefer Wordpress and joomla. Just keep noted don't put big size image it will effect on your website load time.

  9. #8
    Phoenyx's Avatar
    Phoenyx is offline Super Moderator Phoenyx is a name known to all Phoenyx is a name known to all Phoenyx is a name known to all Phoenyx is a name known to all Phoenyx is a name known to all Phoenyx is a name known to all
    Join Date
    Jan 2011
    Location
    South Africa
    Posts
    3,158
    Thanks Given
    608
    Thanked 542 Times in 412 Posts
    Whether you create a site in html, or use a CMS, you are still going to be optimizing it the same, and use the same methods to build links back to the site. Image sizes are a tricky one, but if you do keep them small and optimize these, it could be fantastic in helping drive traffic to your site. Flash and Javascript should be used in moderation. I can't say cut them out completely, but but the reason why they are not effective is because they cannot read the code properly, and in most cases bots are programmed to ignore any JS or Flash. JQuery is a better way of doing things, but its not as feature rich as flash would be. Writing navigation text in plain HTML is also a good idea, because the bots can read through it all.

    I read somewhere, I think in my training notes, that a bot reads the meta details in a site, and then reads through the top, center, and bottom of a site page, so optimizing those key areas would be beneficial to your site as well.
    Kanashimi no oto ga kikoenai you na sewashii sekai ga.
    IMT Forum Member Groups, Features, Options & Permissions and IMT Forum Rules.


  10. #9
    redchillimedia's Avatar
    redchillimedia is offline IM & SEO Weak Jaw redchillimedia is on a distinguished road
    Join Date
    Jul 2011
    Posts
    105
    Thanks Given
    3
    Thanked 15 Times in 14 Posts
    Your suggestions are always helpful to me.

  11. The Following User Says Thank You to redchillimedia For This Useful Post:


  12. #10
    htmsystem is offline IM & SEO Quiet One htmsystem is on a distinguished road
    Join Date
    Aug 2011
    Posts
    14
    Thanks Given
    0
    Thanked 0 Times in 0 Posts
    In the onpage SEO we links our site in the coding of a website, And we concentrate on meta keyword,meta tag, robots follow and content.

  13. #11
    anusha is offline IM & SEO Whisperer anusha is on a distinguished road
    Join Date
    Sep 2011
    Posts
    36
    Thanks Given
    0
    Thanked 1 Time in 1 Post
    On-page optimization is one of the factor in Search engine optimization.
    1.Meta tags
    2.Meta keywords
    3.Robots
    4.content

  14. #12
    webdesignuk is offline Banned webdesignuk is on a distinguished road
    Join Date
    Sep 2011
    Posts
    4
    Thanks Given
    0
    Thanked 0 Times in 0 Posts
    What is CMS? can anybody tell me good explanation.....?

  15. #13
    meenakshi is offline IM & SEO Whisperer meenakshi is on a distinguished road
    Join Date
    Apr 2011
    Location
    India
    Posts
    34
    Thanks Given
    0
    Thanked 0 Times in 0 Posts
    The inner pages may be coded with any of the languages. But it is essential to have landing pages in html. It could be crawled by the bots and flash and java script are not readable by them. Moreover if you want your website to be available through mobile phones, it will be better to follow these strategies.To provide alt tags for flash images will serve the purpose.Some of the CMSes are SEO friendly like Drupal, Wordpress etc.

  16. #14
    jack3 is offline IM & SEO Whisperer jack3 is on a distinguished road
    Join Date
    Aug 2011
    Posts
    45
    Thanks Given
    0
    Thanked 3 Times in 3 Posts
    Well on page is really important part for any site.

  17. #15
    madhusmita is offline IM & SEO Whisperer madhusmita is on a distinguished road
    Join Date
    May 2011
    Posts
    46
    Thanks Given
    0
    Thanked 1 Time in 1 Post
    On page optimization is very important for seo method.. In my point of view compared to others it will give more effect..

  18. #16
    webhost is offline IM & SEO Quiet One webhost is on a distinguished road
    Join Date
    Sep 2011
    Posts
    11
    Thanks Given
    0
    Thanked 0 Times in 0 Posts
    On-page optimization is a one of the method of SEO.In the onpage SEO we links our site in the coding of a website, And we concentrate on meta keyword,meta tag, robots follow and content.

  19. #17
    glendene's Avatar
    glendene is offline IM & SEO Weak Jaw glendene is on a distinguished road
    Join Date
    Jun 2011
    Location
    Down Under
    Posts
    126
    Thanks Given
    12
    Thanked 16 Times in 14 Posts
    All my pages are .php and ranking well :-)

  20. #18
    kristinewilliams's Avatar
    kristinewilliams is offline IM & SEO Whisperer kristinewilliams is on a distinguished road
    Join Date
    Sep 2011
    Location
    Tustin, CA
    Posts
    86
    Thanks Given
    0
    Thanked 11 Times in 10 Posts
    Hi,

    On-page optimization factor include:
    1.Meta tags
    2.Alt Tags
    3.Robots
    4.Content
    5.Internal linking
    6.Sitemap.XML

    Thanks

  21. #19
    madhusmita is offline IM & SEO Whisperer madhusmita is on a distinguished road
    Join Date
    May 2011
    Posts
    46
    Thanks Given
    0
    Thanked 1 Time in 1 Post
    On page optimization is very important for search engine optimization.. It gives more benefits compared to others.. After that we will do off page work then it is worth.. thanks..

  22. #20
    royjonesjr is offline IM & SEO Quiet One royjonesjr is on a distinguished road
    Join Date
    Oct 2011
    Posts
    17
    Thanks Given
    0
    Thanked 0 Times in 0 Posts
    keywords, tags, most important - always fresh content.


 

Similar Threads

  1. New keyword, existing page or new page better
    By paneli in forum Keyword Research and Niche Planning
    Replies: 6
    Last Post: 01-03-2014, 05:23 AM
  2. Effectiveness Between on-page and off-page SEO
    By JessicaJohn in forum On-Page SEO & Content Creation
    Replies: 20
    Last Post: 09-29-2011, 06:36 AM
  3. On Page SEO Factors and does on page include sitemaps?
    By Johnsander in forum On-Page SEO & Content Creation
    Replies: 20
    Last Post: 09-29-2011, 06:24 AM
  4. There are meny techniques to make On Page optimization such as:
    By lesleyfox in forum On-Page SEO & Content Creation
    Replies: 0
    Last Post: 04-05-2011, 11:20 AM
  5. Landing page optimization
    By insightful in forum On-Page SEO & Content Creation
    Replies: 0
    Last Post: 08-14-2010, 09:47 AM

Posting Permissions

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