Thanks beforehand for your opinions.
Thanks beforehand for your opinions.
It dosn’t matter has long as your not interlinking them all.
for example:
Site “A” is on HostGator
Sites “B” and “C” are on GoDaddy
Which links between these sites are “bad” and which are “good?”
However, just because you have 2 sites at GoDaddy doesn’t necessarily mean they are on the same Class C Domain. GoDaddy is pretty larger and may have more than one Class C (I’m not really sure how that stuff works). You can check here to see if your sites are on the same Class C:
Risky IMO.
They may go out of business, rogue, fraudulent, black listed IP etc.
Several companies is better
In that case only one site will be down.
Regards interlinking them: Google can detect it as it can with 3-way recips outside the same block but it does NOT penalise them. AT worst, you will find interlinking has no benefit to Google.
You need to check your canonical URL out though and check the www / non-www redirect appropriately. That is far more likely to damage you.
I don’t know what that means ” title=”” class=”bbcode_smiley” /> Could you explain, if it’s not too much trouble? Also, when I checked some of my sites, it said they were “Class A,” what does that mean?
You need to ensure that when a user goes to http://yoursite.com it takes them to http://www.yoursite.com (or vice versa depending on which you default to). You do this with the “.htaccess” file – there is another thread on CAP that deals with this currently – just can’t remember where – but a search should find it. Otherwise Google “htaccess 301 redirect”. basically you put this code in your .htaccess file in the same directory as your Index page:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yourwebsite.com
RewriteRule ^(.*)$ http://www.yourwebsite.com/$1 [R=permanent,L]
…obviously replacing “yourwebsite” with your web site ” title=”” class=”bbcode_smiley” />
Cheers
Simmo!
Please login or Register to submit your answer