Question how to design a website that is search engine friendly?

georgemelick

Member
Joined
Apr 23, 2008
Messages
7
Programming Experience
Beginner
I want to start a new website and I dont know what are the right way on designing to make it search enigine friendly...

* what are the techniques to make my website search engine friendly?
* Usually, what are the designing changes when published?
 
You place keywords in the <head> tag using <meta keywords="" content="" >

Design and search engines really are not related to each other.
 
Design and search engines really are not related to each other.
In some cases they can be, for example if you generate content with client-side JS that may not be picked up by search engines that just retrieve the source and don't "run" the page app interactive, this may impact content search and validation of meta matches against intial page content.
 
In some cases they can be, for example if you generate content with client-side JS that may not be picked up by search engines that just retrieve the source and don't "run" the page app interactive, this may impact content search and validation of meta matches against intial page content.

True - that didn't cross my mind at the time.
 
True, you need your keywords and page descriptions, But you also need to make sure your images have alt descriptions, pages have titles, and addresses and phone number text is in the "hCard" formating. In addition you need to make sure your 301 redirects are in order.
 
Back
Top