Would a Javascript link like this pass pagerank?

by Banned 5 replies
6
Code:
<div data-link="http://www.site.com/item/some-page/" class="more-button">
I know it's crawlable but would it pass pagerank as well?
#search engine optimization #javascript #link #pagerank #pass
  • [DELETED]
  • Interesting...it's an HTML5 thing I see and according to this website, it shouldn't in fact be crawlable:

    • [ 1 ] Thanks
  • Banned
    You would be better off breaking that URL up into multiple chunks with the javascript & when traffic clicks the link the browser rebuilds the link on click.

    Basically make the javascript over complicated. I have a working example of what I'm talking about If you want to see it PM me. No point & posting it here for Matt, lol.

    I guess your not wanting PR to flow since your using javascript?
    • [1] reply
    • Banned
      It's a local listing theme that I use that does this, it has a map (google map style) with all those listings and I actually DO want it to pass pagerank as when you click on one of the items on the map you get taken to a much better designed page then the basic "Posts" that it publishes on the homepage.

      Those items are only accessible through homepage.com/item/company-1/ so that's one more link away from the homepage.
      • [1] reply

Next Topics on Trending Feed