Forum Moderators: phranque
Now i want to make a new site on subdomain about specific topic(i dont want to register new domain for that). Now will this subdomain if i do good seo be high ranking or are there any bad things search engines do with subdomain. Should i go with www.example.com/topic or with subdomain!
i have redirect for example.com to www.example.com like this :
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST}!^www\.example\.net [NC]
RewriteRule ^(.*) http://www.example.com/$1 [L,R=301]
</IfModule>
will this affect search robots in any case?
what should i do!
[edited by: engine at 1:47 pm (utc) on Jan. 30, 2006]
[edit reason] examplified [/edit]