|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Site Review Article
HI
This is just for a knowledge of all the webmaster and website owner. Who want to review there website Here in this forum. When javascript is located at the beginning of the html code, this can really hinder the ability of the Googlebot and other Search Engine Spiders to fully access your text, and because the Googlebot assigns importance to things based on where they appear on the page, putting Javascript first on the page tells the Googlebot that your text isn't as important. What's more, even though you've wisely pulled your javascript out into an "include" file, that include statement is still using up important character space at the beginning of your html file. The first 250 characters or so are the most critical for the Googlebot and other Search Engines, so you want to have as much real text content in there as possible. Because of this, you will want to put your include statements as far down on your page as possible while still ensuring that the page works properly. Since many search engines, ***especially Google***, no longer still use <meta> keywords to determine ranking (although keywords are still examined in terms of validating that your site is about what you say it's about), this also means that you will want to use some economy in defining your meta tags. Furthermore, many website developer tools like FrontPage like to insert lots and lots of superfluous <meta> tags at the front of your file, so if you use one of these tools I recommend going into your file afterward using a simple editor like Notepad or Wordpad and getting rid of the extraneous <meta> tags. Similar to javascript, if you use style sheets, you will want to pull out your Cascading Style Sheet (CSS) definitions into separate included files, such as: <link href="answers.css" rel="stylesheet"> Web Master World Administrator Tedster, in response to user joshie76's question, "the top 60% [of my page] is javascript for the drop down menus etc. Is this (because it essentially moves the content further away from the top of the document) likely to be effecting my ranking?": "Yes, I'd say that much code will hurt you. It's not just the javascript, but also inline styles and image map links. I see that there are already some calls to external js files for some of your javascript. You could also move the some of the css for the drop down menus into external files (the div definitions, for example). That javascript mouseover code is software generated. I'm sure that there's a simpler way to get the same or very similar functionality. Along these lines, it would be highly desirable for the links to be in text, rather than image maps. Thanks
__________________
Analytical,scientific,moisture Balances and weighing scientific,labroratry instruments |
![]() |
| Viewing: SEO Chat Forums > Other > Site Reviews > Site Review Article |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|