PDA

View Full Version : Will this link code pass PR?



cz
11-07-2004, 06:44 PM
I wondered if my link being displayed in this code will pass PR. I don't understand all of them sorry.

class="adm3sz12pxBoldLink">anchor text</a></span><span class="adm4sz12px"> - A description goes in here.</span>

Thank You!

I can't get this post to display this part before class="adm3sz12pxBoldLink">.."anchor text" when all joined together, but put them together and that's how th link is coded?

<span class="adm1sz12pxBoldLink"><a href=http://www.mydomain .......then the stuff from up on top follows.

webinv
11-09-2004, 03:45 PM
I wondered if my link being displayed in this code will pass PR. I don't understand all of them sorry.

class="adm3sz12pxBoldLink">anchor text</a></span><span class="adm4sz12px"> - A description goes in here.</span>

Thank You!

I can't get this post to display this part before class="adm3sz12pxBoldLink">.."anchor text" when all joined together, but put them together and that's how th link is coded?

<span class="adm1sz12pxBoldLink"><a href=http://www.mydomain .......then the stuff from up on top follows.

What do you mean pass PR? Do you want to know if Google will index it and count it towards your PageRank?

bhartzer
11-09-2004, 03:54 PM
a href=http://www.mydomain .......

Since there's a normal a href in there it should pass PR and link credit just fine.

cz
11-09-2004, 05:45 PM
Yes, to pass PR to me if my inbound link is "wrapped" in a format like that. This is a format common to some probably, but I haven't seen it.

Gosh, I thought I would fall of the board. Thanks for batting clean-up guys! Greatly appreciated.

AlexDP
11-09-2004, 06:10 PM
Yes, to pass PR to me if my inbound link is "wrapped" in a format like that. This is a format common to some probably, but I haven't seen it.

Gosh, I thought I would fall of the board. Thanks for batting clean-up guys! Greatly appreciated.

It's a CSS class. Instead of writing out <font style="etc" etc...></font>. CSS files can be used to add in the style, size, colour, boldness of the text. The link should be counted by search engines and pass PR.

Alex

sudhani
11-10-2004, 04:37 AM
That's PERFECTLY alright. Only thing is you need to close </a>

And you can reduce the code something like this:

AnchorText (http://www.myweb.com) - your descritption.

USE .CSS to display bold link what ever way you want and your description will pick the text propoerties from the Corresponding text.