Google's new +1 button
#1
Posted 22 June 2011 - 03:10 PM
So if someone searches Google and one of your pages appears in the results then that person click on your listing. Of course they will land on that page on your site. If that person like the content and click on the +1 button, Google considers that as a vote. In the general FAQS, a vote for a page make it more relevant and may help with that page's ranking. Check it out for yourself http://www.google.com/support/webmasters/bin/answer.py?answer=1140194.
Please share your thoughts with us here. This may help OSC shop owners with their SEO development to create better content for their visitors. I think this allows visitors to weigh in on what appears at the top of the search results.
#2 ONLINE
Posted 22 June 2011 - 04:01 PM
Banners Box 2.3.x Support
Categories Accordion Box 2.3.x Support
Categories Images Box 2.2x 2.3.x Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.x Support
Get 1 Free 2.2x Support
jQuery Banner Rotator 2.2x 2.3.x Support
Modular Front Page 2.3.x Support
Modular SEO Header Tags 2.3.x Support
MVS 2.2x Support
PDF Datasheet 2.3.x Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.x Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.x Support
Similar Products Box 2.2x
Specials Image Overlay 2.3x Support
Theme Switcher 2.3.x Support
#3
Posted 22 June 2011 - 04:08 PM
#4 ONLINE
Posted 22 June 2011 - 04:38 PM
I'm very interested to see what happens with this.
Regards
Jim
Banners Box 2.3.x Support
Categories Accordion Box 2.3.x Support
Categories Images Box 2.2x 2.3.x Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.x Support
Get 1 Free 2.2x Support
jQuery Banner Rotator 2.2x 2.3.x Support
Modular Front Page 2.3.x Support
Modular SEO Header Tags 2.3.x Support
MVS 2.2x Support
PDF Datasheet 2.3.x Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.x Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.x Support
Similar Products Box 2.2x
Specials Image Overlay 2.3x Support
Theme Switcher 2.3.x Support
#5
Posted 22 June 2011 - 04:46 PM
It looks slowly that it get more important to be liked than to sell the stuff. What to do with people who like but don't buy? Like a gf telling you "I like you but ..."
So ok, times demand to put all this buttons on the product info page, but it is the same important to keep the buy now prominent enough
Edited by multimixer, 22 June 2011 - 04:46 PM.
#6
Posted 22 June 2011 - 05:05 PM
@ multimixer. You make an important point. Im also guilty of focusing on achieving better search ranking than making the sale. The shop owner should encourage the visitor to buy. Maybe post a special offer as well as place the buy now button in the same area as the like and +1 buttons.
A great idea would be to create a small table with the special offer at the top, the buy now button in the middle & the Like, +1 and Twitter buttons at the bottom. Or something along those lines.
#7
Posted 24 June 2011 - 01:06 AM
Also after a while it was somehow reset to 0, that was it
Is there a way to tell google to load button last at least, as I removed it for time being.
#8
Posted 24 June 2011 - 08:43 PM
Peper, on 24 June 2011 - 01:06 AM, said:
Also after a while it was somehow reset to 0, that was it
Is there a way to tell google to load button last at least, as I removed it for time being.
I haven't notice a difference in load speeds. I have mine installed near the product image. It loads last there.
Good luck.
#9
Posted 27 June 2011 - 02:33 PM
discxpress, on 24 June 2011 - 08:43 PM, said:
I haven't notice a difference in load speeds. I have mine installed near the product image. It loads last there.
Good luck.
It seems my country is on a not so +1 for Google - South Africa
Google seems to block all search queries into this subject
I will assume our country cannot use this function(for now at least)
Also the button turns red now when clicked - not updating
aaarg for now
#10
Posted 01 July 2011 - 06:53 PM
(sorry, I am not a programmer to know better)
If this here goes to the head of the page (index.php?)
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
and this goes to the product_info.php(?) where the button has to show up:
<g:plusone width="55" height="20" href="http://www.example.com/blog"></g:plusone>
What code would I have to insert for www.example.com so google can get feedback to each of my products?
#11
Posted 01 July 2011 - 07:26 PM
#12
Posted 01 July 2011 - 07:35 PM
#13
Posted 01 July 2011 - 10:03 PM
Plus 1 button:
Inside <head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$.getScript('https://apis.google.com/js/plusone.js');
$('.sharebox').append('<div class="widget"><div class="g-plusone" data-count="true"></div></div>');
});
</script>
Where button needs to show -<div class="sharebox"></div>
for Google tracking
Inside e.g. index.php and product_info.php or others required <head> section
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-xxxxxxx-x']); _gaq.push(['_trackPageview']); </script>
and 2nd part I've put my includes/footer.php
<script type="text/javascript"> (function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
Please note above the UA-xxxxxxx-x - must be your Google analytic code
Hope this helps
#14
Posted 01 July 2011 - 10:04 PM
#15
Posted 01 July 2011 - 10:11 PM
discxpress, on 01 July 2011 - 10:04 PM, said:
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?>
<div class="sharebox"></div></td>
</tr>
<?php
if ($product_info['products_price']>0) {
index.php
<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><h1><?php echo $htc['htc_title']; ?></h1></td> <tr> <td colspan="2" align="left"><h2><?php echo $htc['htc_description']; ?></h2><div class="sharebox"></div></td> </tr> <?php /*** End Header Tags SEO ***/ ?>
#16
Posted 02 July 2011 - 02:12 PM
MarcoHammerand, on 01 July 2011 - 07:35 PM, said:
If you're using 2.3.1, this blog post will show you a step by step procedure.
~ viam supervadet vadens ~
#18
Posted 05 July 2011 - 08:40 AM
I want add on button to the store (oscommerce) and another to the products... it is possible?
I add this, but score disappears after some time...
Thanks
#19
Posted 09 July 2011 - 02:54 PM
snipers, on 05 July 2011 - 08:40 AM, said:
I want add on button to the store (oscommerce) and another to the products... it is possible?
I add this, but score disappears after some time...
Thanks
#20
Posted 31 July 2012 - 09:21 PM
you could just add it to an existing box as well, if you don't want to add a new one
you can then shut off the other social media buttons in the admin panel, as they won't be needed









