Site Statistics
 
Threads: 4,061
Posts: 17,766
Members: 3,097
Users Online: 9
Newest Member: ronjohnson715


Go Back   PC101 > Computer Related Forums > Software > Web Design and Development

Web Design and Development Design techniques, conepts, HTML, scripts, software, reviews, sponsors and affiliate programs.


Reply
 
LinkBack Thread Tools Display Modes
Old 11-13-2006, 12:16 PM   #1
Freshman
 
Join Date: Nov 2006
Posts: 25
Rep Power: 0 sbcal is on a distinguished road
Can poor inbound links affect a site?

Just curious, can inbound links from link sites (not added by website owner) harm the website?

Also, since it could be added at anytime, would Google view this be as a duplicated submission? For example, one could be submitted as http://yourdomain.com and other, http://www.yourdomain.com.

Thoughts, anyone?
sbcal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-13-2006, 04:58 PM   #2
Professor
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
Quote:
Originally Posted by sbcal
Just curious, can inbound links from link sites (not added by website owner) harm the website?
Google used to say that inbound links could not cause you to be penalized, but recently their answers have been much more vague.

At this point, I strongly believe that inbound links can get your site penalized -- but that it is very difficult to do accidentally.

Quote:
Originally Posted by sbcal
Also, since it could be added at anytime, would Google view this be as a duplicated submission? For example, one could be submitted as http://yourdomain.com and other, http://www.yourdomain.com.
Google has experienced some truly horrible bugs handling www and non-www versions of domains. Google claims they are fixed, but Google has erroneously claimed that serveral times in the past.

I strongly recommend that you use Apache's mod_rewrite to 301 redirect your domain to the www version of your domain.

Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.example.com(:80)?$
RewriteRule ^/(.*)                http://www.example.com/$1 [L,R=301]
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-14-2006, 02:01 PM   #3
Freshman
 
Join Date: Nov 2006
Posts: 25
Rep Power: 0 sbcal is on a distinguished road
This is certainly good to know, I guess inbound links may be counted as points toward your site, and could provide you a higher placement. It may be good to review all link exchange partners before accepting them. Also, to avoid any websites that use doorway pages or hidden text.

Now, onward I go to rewrite my .htaccess files. Appreciate the clarification!
sbcal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-14-2006, 03:10 PM   #4
Professor
 
Join Date: Jul 2005
Posts: 2,208
Rep Power: 6 Will.Spencer is on a distinguished road
Quote:
Originally Posted by sbcal
It may be good to review all link exchange partners before accepting them. Also, to avoid any websites that use doorway pages or hidden text.
Oh yes! Outbound links to "bad neighborhoods" can really screw you.
Will.Spencer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Helpful Links Cyberian Hardware 4 06-05-2008 12:22 AM
Draw Del.icio.us traffic to your site! Lyte Tutorials and How-To... 0 01-24-2007 09:46 PM
Off Site SEO L.Klein Web Design and Development 0 01-07-2007 05:56 PM
Enable Links bar in Windows XP SP2 and Windows Vista Lyte Tutorials and How-To... 2 01-07-2007 03:56 PM



All times are GMT -5. The time now is 04:33 PM.

Powered by vBulletin Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5