Forum Moderators: Robert Charlton & goodroi
[webmasterworld.com...]
My website has plenty of outbound links, but they are on relevant pages. The problem my site has always had, was a lack of "inbound links." I got tired of searching for people to link to me (with all the spammy sites around) and gave up. So my pages have acquired some links naturally I guess(and I'll bet I still don't have more than 30 inbound links for the whole site) Still have a PR4, which I've had since it disappeared in Nov.
[edited by: Brett_Tabke at 8:54 pm (utc) on May 27, 2005]
Hi Clint.
All I meant was that sometimes G hates it when spammy sites link to your site. Try and avoid all links whether outgoing or incomming that comes from sites that G considers spam or bad content. If a site does not have good content, then avoid them linking to you. Sometimes it can't be helped when they do link to you, but where you can, you need to try and avoid it at all costs. It's just a theory, but I seem to have it working for me.
Hi Clint.All I meant was that sometimes G hates it when spammy sites link to your site. Try and avoid all links whether outgoing or incomming that comes from sites that G considers spam or bad content. If a site does not have good content, then avoid them linking to you. Sometimes it can't be helped when they do link to you, but where you can, you need to try and avoid it at all costs. It's just a theory, but I seem to have it working for me.
Should I remove my "links" pages? Why would these pages hurt me, when they have catapulted others into top spots?
This is a bad, most confusing and frustrating dilemma in which to find myself.
Listen Up. Some practical rules. I'm logging off for today, but before I do, here they are:
1. Email those sites and TRY to very politely ask them to remove your links.
2. First check them in G to see if they are actually bad sites. Have a look at their content, their PR and so on. Also have a look at their source code for any hidden stuff. Basically, "spy" out those sites.
3. Don't remove your links pages, but it might be worth while checking which sites you are linking to as well, just in case. I know this can be a pain.
4. Also have a look at how those sites you are linking to from your website is doing on G.
Cheers for now!
I see some of you referencing the www prefix issue. Can anyone please explain why this is significant or is it significant?
Clint, this has been discussed at length in several different threads, including--if I recall correctly--part 1 and/or part 2 of the Bourbon update thread. A Google search will help you find the appropriate threads.
In a nutshell, you need server code that redirects example.com requests to www.example.com or vice versa. Otherwise, if (for example) your site is www.example.com and somebody just links to example.com, Google may index pages within your site twice: once at www.example.com, and again at example.com. This may lead to "duplicate content" problems, and it may also dilute incoming PageRank.
The way to implement this on an Apache server (the most common type of Web server) is with a 301 redirect in your .htaccess file. Examples of such code have been given in other threads; in my own .htacess file, which redirects www requests to non-www URL equivalents, the code is:
Options +FollowSymLinks -Indexes
RewriteEngine on
RewriteCond %{http_HOST} ^www.example\.com
RewriteRule ^(.*) http://example.com/$1 [L,R=301]
WARNING: Back up your .htaccess file and keep a copy in a safe place before trying this. If you need more detailed advice, try the Apache forum here at Webmaster World.
As I have mentioned previously - If I was you I would explain my circumstances in the Apache Forum - That is where the experts on this type of thing hang out.
It is definetely the case that some DCs dont seem to be able to hold pages eg:
I have had a page crawled on the 27th that started appearing on some dcs on the 29th - by the end of the 29th it was on all dcs.
On the 30th it disappeared from some dcs - but then re-appeared later in the day.
Today (31st) it has disappeared from some dcs again. (I expect it will be back later)
By disappeared - I mean Gone (nothing - not even a url listing)
Anyone else seeing this (or am i going crazy (which is possible))