PDA

View Full Version : SEO Factors in website codings



Saloni
06-03-2009, 07:40 AM
Hi All,

This is my first post in WPW and I will try to keep it going for the readers and all participants.

I would like to share few seo factors in the website codings that help better caching of webpages specially for dynamic websites

- Static URL
-Light Script
-Tables HTML Coding
-W3C validated HTML Coding


Regards,
Saloni

muqtada123
06-03-2009, 01:37 PM
would you like to eloborate your posting a little bit more please

Saloni
06-03-2009, 01:50 PM
would you like to eloborate your posting a little bit more please

Yes sure.

What I meant in my previous post is there are few factors we should take care of in the website codings too for making it SEO friendly

Static URL - Dynamic websites have ugly urls of the webpages from the scripts of like PHP, ASP, or whtever technology is used for the web development. these urls are not readable by search engines that contains any such paratmeters,

Through URL rewriting, we can give a neat look to both visitors and search engines for all dynamic webpages and this helps better search engine crwaling for those webpages.

Light Script - Well defined codes to make the website codings lighter for fast downloading. And as much as the codes are light, it is good in terms of SEO

Tabless HTML Codings - Tables used in the HTML codings are not easily crawled by search engines and so if html codings are done using css through DIV, it is good for better SE indexing.

W3C Validated HTML Coding - HTML coding if done through W3C standarad, it is very consedired good for SE. W3C is a defined standarad for HTML codings.

I hope I am able to explain better, do let me know for more queries

Thanks
Saloni

williamc
06-03-2009, 02:19 PM
1: Static URL - Dynamic websites have ugly urls of the webpages from the scripts of like PHP, ASP, or whtever technology is used for the web development. these urls are not readable by search engines that contains any such paratmeters,

2: Through URL rewriting, we can give a neat look to both visitors and search engines for all dynamic webpages and this helps better search engine crwaling for those webpages.

3: Light Script - Well defined codes to make the website codings lighter for fast downloading. And as much as the codes are light, it is good in terms of SEO

4: Tabless HTML Codings - Tables used in the HTML codings are not easily crawled by search engines and so if html codings are done using css through DIV, it is good for better SE indexing.

5: W3C Validated HTML Coding - HTML coding if done through W3C standarad, it is very consedired good for SE. W3C is a defined standarad for HTML codings.


#1: Incorrect, Search engines read scripted URL's just fine nowadays.
#2: Looks prettier but does not really matter to spiders anymore.
#3: Incorrect as far as spiders go. Won't help rankings at all.
#4: Incorrect, engines read tables perfectly well.
#5: Incorrect, validation doesn't mean spit to spiders.

janeth
06-03-2009, 02:44 PM
#1: Incorrect, Search engines read scripted URL's just fine nowadays.
#2: Looks prettier but does not really matter to spiders anymore.
#3: Incorrect as far as spiders go. Won't help rankings at all.
#4: Incorrect, engines read tables perfectly well.
#5: Incorrect, validation doesn't mean spit to spiders.

Maybe the name of the post should have been SEO mythos that don’t mean anything.

ericajoieake
06-05-2009, 03:27 AM
and in addition you should separate java script into other folder, doing this your website can load faster than before.