PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > alt.www.webmaster > Outgoing links and Google ranking
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Outgoing links and Google ranking

Réponse
 
LinkBack Outils de la discussion
Vieux 31/08/2007, 19h11   #1 (permalink)
Ed Jay
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Outgoing links and Google ranking

I'm made to understand that if a site has outgoing links, but few or no
reciprocal or incoming links, the site is penalized in terms of Google page
rankings. This presents a problem, as I need to link to several outside
sources as references, with no chance of obtaining reciprocal links.

I note that Google spiders the HTML documents on my site, but doesn't spider
any of the Perl-generated pages. All of the reference-related links will be
on a single document.

Does it make sense to generate the external links page with Perl? Will I
avoid penalty doing it this way?
--
Ed Jay (remove 'M' to respond by email)
  Réponse avec citation
Vieux 31/08/2007, 21h22   #2 (permalink)
Viper
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Outgoing links and Google ranking

Ed Jay wrote:
> I'm made to understand that if a site has outgoing links, but few or
> no reciprocal or incoming links, the site is penalized in terms of
> Google page rankings.


Who told you that?


  Réponse avec citation
Vieux 31/08/2007, 22h37   #3 (permalink)
Auggie
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Outgoing links and Google ranking


"Ed Jay" <edMbj@aes-intl.com> wrote in message
news:42mgd3100t680t7pgq54jp1806cuq7pvmg@4ax.com...
> I'm made to understand that if a site has outgoing links, but few or no
> reciprocal or incoming links, the site is penalized in terms of Google
> page
> rankings. This presents a problem, as I need to link to several outside
> sources as references, with no chance of obtaining reciprocal links.


An important note to remember when reading about search engine optimization
on the internet: Almost everything you read is often just idle speculation
by one person who came to their stated results after observing said results
on one website: their own.

Like regarding this outgoing link stuff I can say: A few years ago I ran a
job portal website. This site had well over 10,000 outgoing links for its
content and less than 200 inbound links. BUT the home page (and 3 other
pages) was PR8 and most of the site was PR7 including the dynamic ASP pages
that generated all the links.

With those results I could make an observation like: "Linking your website
to a site with similar or related content that has a higher page rank (in
this case my job portal linking to Monster and such) must have some kind of
reciprocal effect!"

That'd be just about as correct as where you read about Google penalizing
people for having outbound links.

Unless somebody actually works for Google and saw/designed/programmed the
algorithms that operate the search engine, anything they say is going to be
casual observations and speculations on their part.


  Réponse avec citation
Vieux 01/09/2007, 17h12   #4 (permalink)
Ed Jay
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Outgoing links and Google ranking

Auggie scribed:

>
>"Ed Jay" <edMbj@aes-intl.com> wrote in message
>news:42mgd3100t680t7pgq54jp1806cuq7pvmg@4ax.com.. .
>> I'm made to understand that if a site has outgoing links, but few or no
>> reciprocal or incoming links, the site is penalized in terms of Google
>> page
>> rankings. This presents a problem, as I need to link to several outside
>> sources as references, with no chance of obtaining reciprocal links.

>
>An important note to remember when reading about search engine optimization
>on the internet: Almost everything you read is often just idle speculation
>by one person who came to their stated results after observing said results
>on one website: their own.


Understood...and agree. That's why it's important to verify whether or not
information gathered is correct or a myth. (<pun alert>Nobody wants to make
a mythtake</pun alert>)
>
>Like regarding this outgoing link stuff I can say: A few years ago I ran a
>job portal website. This site had well over 10,000 outgoing links for its
>content and less than 200 inbound links. BUT the home page (and 3 other
>pages) was PR8 and most of the site was PR7 including the dynamic ASP pages
>that generated all the links.
>
>With those results I could make an observation like: "Linking your website
>to a site with similar or related content that has a higher page rank (in
>this case my job portal linking to Monster and such) must have some kind of
>reciprocal effect!"
>
>That'd be just about as correct as where you read about Google penalizing
>people for having outbound links.
>
>Unless somebody actually works for Google and saw/designed/programmed the
>algorithms that operate the search engine, anything they say is going to be
>casual observations and speculations on their part.
>

I know the Google algorithm changes frequently, but I looked at the original
Page algorithm and I see nothing relating to the outgoing/incoming
links...only to incoming links. (Actually, the original Page algorithm deals
with external links and how they relate to the probability of a surfer
reaching site-X based on other sites' external links to site-X.)
--
Ed Jay (remove 'M' to respond by email)
  Réponse avec citation
Vieux 01/09/2007, 22h45   #5 (permalink)
Brian Cryer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Outgoing links and Google ranking

"Ed Jay" <edMbj@aes-intl.com> wrote in message
news:42mgd3100t680t7pgq54jp1806cuq7pvmg@4ax.com...
> I'm made to understand that if a site has outgoing links, but few or no
> reciprocal or incoming links, the site is penalized in terms of Google
> page
> rankings. This presents a problem, as I need to link to several outside
> sources as references, with no chance of obtaining reciprocal links.


I think what you are referring to is known as "page rank leakage". The
equation for calculating page rank results in a lower page rank the more
outgoing links a page has. If you google for it you should find a number of
pages discussing it.

> I note that Google spiders the HTML documents on my site, but doesn't
> spider
> any of the Perl-generated pages. All of the reference-related links will
> be
> on a single document.
>
> Does it make sense to generate the external links page with Perl? Will I
> avoid penalty doing it this way?


A much simpler way would be to include rel="nofollow" on each of your links.
That way google won't follow it.

Generating the links using perl might be just as good, but I'm sure its only
a matter of time before google follow perl links (if indeed they don't
already).

For what its worth, for link exchanges I don't exchange links with sites
which use perl, nofollow or scripts for their links.

Hope this s.
--
Brian cryer
www.cryer.co.uk/brian


  Réponse avec citation
Vieux 02/09/2007, 00h00   #6 (permalink)
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Outgoing links and Google ranking

Brian Cryer wrote:
> "Ed Jay" <edMbj@aes-intl.com> wrote in message
> news:42mgd3100t680t7pgq54jp1806cuq7pvmg@4ax.com...
>> I'm made to understand that if a site has outgoing links, but few or no
>> reciprocal or incoming links, the site is penalized in terms of Google
>> page
>> rankings. This presents a problem, as I need to link to several outside
>> sources as references, with no chance of obtaining reciprocal links.

>
> I think what you are referring to is known as "page rank leakage". The
> equation for calculating page rank results in a lower page rank the more
> outgoing links a page has. If you google for it you should find a number of
> pages discussing it.
>
>> I note that Google spiders the HTML documents on my site, but doesn't
>> spider
>> any of the Perl-generated pages. All of the reference-related links will
>> be
>> on a single document.
>>
>> Does it make sense to generate the external links page with Perl? Will I
>> avoid penalty doing it this way?

>
> A much simpler way would be to include rel="nofollow" on each of your links.
> That way google won't follow it.
>
> Generating the links using perl might be just as good, but I'm sure its only
> a matter of time before google follow perl links (if indeed they don't
> already).
>
> For what its worth, for link exchanges I don't exchange links with sites
> which use perl, nofollow or scripts for their links.
>
> Hope this s.


There is no such thing as a "perl link" on a web page. Perl may
generate the link - but it's straight html code, and no one can tell
from the client side whether the link was generated statically, with
Perl, PHP, ASP or one of the 1,000,000 parrots pecking on keyboards.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
  Réponse avec citation
Vieux 02/09/2007, 09h20   #7 (permalink)
Brian Cryer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Outgoing links and Google ranking

"Jerry Stuckle" <jstucklex@attglobal.net> wrote in message
news:R72dnTtJFO7zckTbnZ2dnUVZ_r3inZ2d@comcast.com. ..
> Brian Cryer wrote:

<snip>
>> For what its worth, for link exchanges I don't exchange links with sites
>> which use perl, nofollow or scripts for their links.

>
> There is no such thing as a "perl link" on a web page. Perl may generate
> the link - but it's straight html code, and no one can tell from the
> client side whether the link was generated statically, with Perl, PHP, ASP
> or one of the 1,000,000 parrots pecking on keyboards.


Quite true.

What I meant, and what I think the OP was referring to is that pages that
are generated using perl typically seem to have a zero PR. Whether a 0 PR
means that Google isn't following the link I simply don't know. For example
while example.com (if generated using perl) might have a PR of say 5,
example.com/foo.pl?i=3 typically has a PR of 0. (This may not be restricted
to perl.) More than happy to be shown that I'm wrong on this - my feeling is
that I should be wrong about it.

I suppose in the context of the OP thread, a link generated using a perl
script if it were simply generating html wouldn't in any way be
distinguishable from a normal link. So, in the context of the thread you are
100% correct. Good point.
--
Brian Cryer
www.cryer.co.uk/brian




  Réponse avec citation
Vieux 02/09/2007, 14h02   #8 (permalink)
Jerry Stuckle
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Outgoing links and Google ranking

Brian Cryer wrote:
> "Jerry Stuckle" <jstucklex@attglobal.net> wrote in message
> news:R72dnTtJFO7zckTbnZ2dnUVZ_r3inZ2d@comcast.com. ..
>> Brian Cryer wrote:

> <snip>
>>> For what its worth, for link exchanges I don't exchange links with sites
>>> which use perl, nofollow or scripts for their links.

>> There is no such thing as a "perl link" on a web page. Perl may generate
>> the link - but it's straight html code, and no one can tell from the
>> client side whether the link was generated statically, with Perl, PHP, ASP
>> or one of the 1,000,000 parrots pecking on keyboards.

>
> Quite true.
>
> What I meant, and what I think the OP was referring to is that pages that
> are generated using perl typically seem to have a zero PR. Whether a 0 PR
> means that Google isn't following the link I simply don't know. For example
> while example.com (if generated using perl) might have a PR of say 5,
> example.com/foo.pl?i=3 typically has a PR of 0. (This may not be restricted
> to perl.) More than happy to be shown that I'm wrong on this - my feeling is
> that I should be wrong about it.
>
> I suppose in the context of the OP thread, a link generated using a perl
> script if it were simply generating html wouldn't in any way be
> distinguishable from a normal link. So, in the context of the thread you are
> 100% correct. Good point.


That's the only kind of link Perl (or any other language) CAN generate.

Perl and the others don't run on the client - they run on the server.
The server communicates with the client via html. The ONLY type of link
the server can send is an HTML link. And the client cannot tell whether
the link was generated by html, perl or whatever.

Of course, this is ignoring special purpose stuff like SOAP, java
applets, etc. - which don't necessarily use html for communications.

Whether a page has PR 0 or PR 10 has nothing to do with how it's
generated. It has everything to do with its content. And if you take a
Perl (or any other language) generated page, save the generated html to
a file and serve that (now static) file, the PR will be exactly the
same. Because Google and others will see exactly the same page as if it
were generated dynamically.

As for using GET parameters - that has nothing to do with Perl or any
other language. And there is some debate on this. The opinion by some
is using "id" as an identifier and Google won't spider your page. But
I've got at least one site which uses parms like
http://www.example.com/somepage.asp?id=400 (relics from a previous
webmaster) that has a lot of those pages, and Google spiders them quite
well. And the pages are typically PR 4 with a few PR 5.

Plus, most blogs, CMS's, etc. would have PR0 if this were the case. And
that is definitely NOT the case.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 23h24.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,16853 seconds with 16 queries