Forum Moderators: open
I designed my pages with go lives grid system instead of using tables?
If someone could please advise,
thanks, chris
Simple "errors" such as alt'less image tags, or missing doctype can be ignored. It is the more ergregeous errors that you need to look for. The main problem area's are "layout" tags that affect content. Things such as:
- Unbalanced table or cell tags.
- Simple syntax errors such as unclosed tags that some browser over look: <p
- "style" tag errors (fonts, bolds, css) can be over looked for the most part.
- complex embedded jss with embedded html (doc writes) can confuse a indexer. If a validator causes errors on your js, be very wary.
Those non-standard GoLive "grid" tags which are markup added to standard table, certainly might get in the way of good search engine rank for you. Some engines watch the ratio of text to code, for example, and in general a search engine spider is something like a really old browser -- and the proprietary grid tags that GoLive adds to tables might confuse a spider and garble the results for your page.
A search on Google for "GoLive grid" turns up several resources and third party developers who offer scripts to turn your GoLive grids into standard HTML code. I can't vouch for any of these but they might offer a relatively painless solution -- they were designed exactly for your situation, which is getting GoLive code to validate!
[overlapping post times with Brett -- whose advice is always worth taking in!]
I have noticed some top ranking sites in my searches have been made with front page, & designed with tables, should i re-think my site & develop it using front page or switch to using tables in go live?
thanks-
People do get good results with FP developed sites, but usually not when they use FP extensions. In general proprietary code causes trouble, so no matter what tool you use. So I'd say learn enough of the HTML standard that you can take your code where it needs to go for your situation.
If you read the manual, and set your preferences properly, GoLive can produce totally compliant code *and* validate it for you. Right now, the only non-compliant code my GoLive generated pages have in them are Netscape4.X workarounds that I put in myself, using the code editing window.
thanks alot