Forum Moderators: open
Because I am paranoid about getting penalized for linking to "bad neighborhoods", or sites that have been banned by Google, i was wondering whats a good way to not use a normal, standard URL so google wont follow the sites i link to.
What is best to use, a javascript link or a redirect type link such as [mydomain.com...] ?
Any help is appreciated.
Thanks :)
[webmasterworld.com...]
This is what i would want! What is this method called that WW uses? How would i go about setting my outbound links like this?
Thanks!
You can give him enough PR to bring him up to a PR1, and if his PR doesn't come up, or your throw away site gets a bad neighborhood penalty, you can dump the link or the site without losing much.
Why don't you set up a throw away domain that you can use for your links page. Link to a links page there. That way you can help out the new guy, without endangering your important domains.
I've considered doing this, but wondered if I would get into trouble by Google for cross-linking with my own site. What are your thoughts?
Idaho, you wouldn't get into trouble with Google for cross-linking depending on how the "throwaway" site was created. If it had decent content (even if it was only one page of content), you shouldn't be penalized. If it's a spam page or simply a link tactic (domain with mostly worthless content), you'd be penalized.
grey = not indexed yet, no problem
white = either a) bad neighbourhood or b) really tiny new site
Without a penalty, you've got to be *really* tiny to have a PR of 0 - if the googlebot found you to put you in the index then you must have had a link from somewhere, unless you got lucky with the direct site submit.
So if they're a badly designed single page site with no content and just one result when you search in google for their domain name then it's possible that they're a type b) PR0. It wouldn't help their PR if they had many more outward links than they had pages in the site as they wouldn't be recycling their PR to their homepage.
On the other hand, if they look like a normal site with a few pages and some links in, they're more likely to be type a). Are their links attributed to some link management program, so do they have a group of "special" links at the top of the list, or are they a member of a larger group of sites?
BTW, I link to a penalized site and have yet to receive a penalty for doing so. It is one out of over 100 links on the page though.
Google only cares about direct links (without redirects).
I'm not too sure about that. Several months ago, I published an article on a Mediterranean cruise, and the owner of a cruise linked to it from her PR6 home page via a redirect page. (In other words, the link on her home page pointed to another page, and users went to that page, they were redirected to my article.) The article is still in the #1 position for a reasonably competitive search term (the name of the cruise ship), and--here's the weird part--the URL shown beneath the name of my article is the URL of cruise site's redirect page. But the title and snippet are from my site, and the article's PR of 5 suggests that it's inheriting a healthy chunk of PageRank.
I've got a page that's one of six links off the homepage of a site. The site has precisely one inbound link and that's from a PR 2 page. The page in question is a PR 2 itself. That's why I think it must be difficult to get a PR 0 unless it's just a really new page.
I agree with you:
> Grey bar = not in the index, either new, has no incoming links or BANNED.
> White bar = PR < 1 or penalized, but still in the index
I've have deduced the same thing from my sites. I also know that the white bar penalization is purely algorhythmical. There is rarely a human penalty, which means that you can remove the penalty if you can figure out what it is (of course it takes 2 months for the spiders to get you the new PR).
Is the grey bar mouseover message the same regardless of the status of the site, whether it's banned or not yet indexed?
Imagine if everyone stopped linking because they liked sites and did it according to what the foolbar told them!
If you Redirect w/ HTTP Code 302 (Found, i.e. moved temporarily), then it indexes the URL that is redirecting. In other words, if www.example.com/new-site.html 302-> www.new-site.com, then it will index the HTML from www.new-site.com, but it assign it to the url www.example.com/new-site.html. This makes sense, as a 302 means that the URL refers to the file, it is just temporarily the resulting file.
If you Redirect w/ a 301 (Moved, i.e. moved permenantly), it treats all references to the former as the latter. For example, Google would store no records of www.example.com/new-site.html, but all links to it would be added to www.new-site.com.
If you use a Redirection script and don't want to pass along PageRank, you need to ban Googlebot from the script.
Alex