Quote:
Originally Posted by Mr.Right
can you post more SEO tips please?
|
yes i can post
ok u need to know how spider are looking to your site and how many links they see for your site
you can check it here
http://www.webconfs.com/search-engin...-simulator.php
to get better results u need search engine friendly urls
its coding is done using .htaccess file
u shuld have knowledge of coding (php+ .htaccess) to do that
here is sample code to rewrite urls
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]
so u need to define a rewrite rule for your urls
hope this helps!
