PDA

View Full Version : Too much content


diyguy
13-09-2001, 17:18/05:18PM
Any suggestions on how to improve the page layout and display?
http://family-law.freeadvice.com/divorce_law/

JuniorHarris
17-09-2001, 10:58/10:58AM
No advice on the layout or display, but...

One recommendation could be to move any JavaScript to an external file.

Place all the code between the script tags into a separate file and include it with:
<Script Language="JavaScript" Src="filename.js"></script>
Where filename is the name of the external JavaScript.
Instructions included for those who may not know how.

This helps keep the page lean and mean as PageOne would say!~ It also removes any worry that search engine spiders could be confused by the code or possibly dilute keyword densities. I once had a page which ranked very high on alltheweb for a JavaScript variable!~ :rolleyes:

I also noticed a bunch of white space (blank lines) in the view source. Not that this is a problem, but was curious if these pages are scripted and if hybrid coding is used...in other words HTML and script are intermixed on the server source document.