Forum Moderators: phranque

Message Too Old, No Replies

New website development - Most important points to keep in mind?

Do you consider SEO, data structure, . . .

         

Habtom

8:49 am on Aug 14, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



When you just begin developing a new website, what are the things you consider from the very begining that don't at latter stage cost you a lot to fix?

Any ideas?

henry0

12:05 pm on Aug 14, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Map your DB, envision all possible interactions
if you do no use all of them today; later you might be glad that you did think about it
such an error could cost you at least two days of hard labor .. I know I did it :)

WesleyC

1:40 pm on Aug 14, 2007 (gmt 0)

10+ Year Member



One of the most important things I think of in a website is logical structure, especially with PHP and other server-side technologies. I can't tell you how many sites I've used that had dependencies upon dependencies upon dependencies, literally dragging you around in circles to find where some variable is REALLY being set or some object is REALLY being defined.

piatkow

3:47 pm on Aug 14, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The most important tool for designing a web site is a pencil and paper.

Get your structure laid out before you even touch a keyboard.

Keep SEO in mind when creating page titles and descriptions but for page content concentrate on what is good for the visitor.

gtate

9:24 am on Aug 15, 2007 (gmt 0)

10+ Year Member



In addition to your comment "Keep SEO in mind when creating page titles and descriptions", I'm trying to find out whether I should structure a portal site I'm doing SEO for as one domain name with a tree structure (mydomain/theatre, my domain/gigs), or have a separate domain name for each category (www.theatreguide, www.gigguide).

Any thoughts?

Whilst on the subject what is your view on whether keyphrases help seo if part of domain names - I am getting conflicting advice.

akelly65

11:40 am on Aug 16, 2007 (gmt 0)

10+ Year Member



I would say to structure everything correctly I take time to plan this first, for example I make use of the PHP include feature alot and put in lots of folders eg (http://php.example.com/menu/nav_1.php) so I can quickly and easily change or move things and put in some sub domains to keep everything tidy for example I would use css.example.com/ for css and the same for javascripts (js.example.com) etc.

Then the obvious database work to structure that correctly, this allows you then to concentrate on the html and the layout rather than at that time the content, ensuring then that you take into account size of browser / SEO / alt tags / cross browser compatibility etc..

akelly65

12:22 pm on Aug 16, 2007 (gmt 0)

10+ Year Member



In respect to SEO I personally would use one domain, this would be better because deep links into the site on the sub domain benifit Page rank on the whole site.