Forum Moderators: phranque

Message Too Old, No Replies

subdomains

what to do?

         

hellofromeu

12:47 pm on Jan 30, 2006 (gmt 0)

10+ Year Member



I have domain registered for my company. On www.example.com there is site with my services.

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]

hellofromeu

7:16 pm on Jan 31, 2006 (gmt 0)

10+ Year Member



anyone can tell me if subdomains are seo friendly?