Forum Moderators: open

Message Too Old, No Replies

Increase link juice ?

links to comments <form>

         

frenchhorn

8:24 pm on Jan 4, 2022 (gmt 0)

Top Contributors Of The Month



Hi !

I ask myself the following question:

I allow comments on my pages, something like this :

-COMMENT 1
--reply1
--reply2
--reply3
-COMMENT 2
--reply1
--reply2

and there are nofollow links (buttons) to reply like this https://www.example.com/comment.php?comment_id=6056 (url that contain a <form> to reply). Sometimes 20 internal links like comment.php?comment_id=XXX on a single url.

even if they are nofollow links and noindex url, I'm wondering if I can find a better trick to not loose link juice...

perhaps with hash parameters ? like this https://www.example.com/comment.php#comment_id=6056

What do you think about ?

thanks for reading this

phranque

11:32 pm on Jan 4, 2022 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



when you click on a link with a "hash parameter" (technically called a fragment identifier), only the part of the URL preceding the hash mark is sent with the HTTP GET request.

from the relevant Internet Standard, in far more technical terminology,
Uniform Resource Identifier (URI): Generic Syntax [datatracker.ietf.org]

As with any URI, use of a fragment identifier component does not
imply that a retrieval action will take place. A URI with a fragment
identifier may be used to refer to the secondary resource without any
implication that the primary resource is accessible or will ever be
accessed.

Fragment identifiers have a special role in information retrieval
systems as the primary form of client-side indirect referencing,
allowing an author to specifically identify aspects of an existing
resource that are only indirectly provided by the resource owner. As
such, the fragment identifier is not used in the scheme-specific
processing of a URI; instead, the fragment identifier is separated
from the rest of the URI prior to a dereference, and thus the
identifying information within the fragment itself is dereferenced
solely by the user agent, regardless of the URI scheme.
...

source: https://datatracker.ietf.org/doc/html/rfc3986/#section-3.5

frenchhorn

9:46 am on Jan 10, 2022 (gmt 0)

Top Contributors Of The Month



Hi phranque

thanks for the advice, I've choose another way

best regards