Mobile app version of vmapp.org
Login or Join
Vandalay111

: Why do two different +1 buttons on the same page but for different urls show the same counts? The following buttons always display the same count (which is the count of the page without the

@Vandalay111

Posted in: #CanonicalUrl #GooglePlus #GooglePlusOne #SocialSharingButtons

The following buttons always display the same count (which is the count of the page without the querystring) despite being different urls:

<div class="g-plusone" data-size="small"
data-href="http://prodct.info/chromebooks/?toshiba-cb35"></div>

<div class="g-plusone" data-size="small"
data-href="http://prodct.info/chromebooks/?dell-chromebook-11-4gb-i3"></div>


However, the state of whether I've clicked them is tracked individually.

You can see a sample page with both of these buttons on here.

What's going on?

I did once have canonical tags for both of those urls that would've pointed to the same URL. but it was only up for a few hours at most; and has been gone for a few days. If this was the cause, how do I fix it?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Vandalay111

1 Comments

Sorted by latest first Latest Oldest Best

 

@Alves908

Your og:url tag is currently:

<meta property="og:url" content="http://prodct.info/chromebooks/" />


Should it not be the unique URL of the page? Be sure to test any changes with Webmaster's Structured Data Testing Tool

Description of og:url:


The canonical URL of your object that will be used as its permanent ID
in the graph.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme