SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
 


                                                                                       	
  

Google +1 Reference Guide
http://tier10lab.com/2011/07/28/google-1-reference-guide/

July 28, 2011

By Joseph Olesh




The +1 button from Google is similar to the Facebook “Like,” but applied to the entire web. Google
dominance as the preeminent search engine places much value in this button. Businesses of every
industry are scrambling for information regarding its functionality and application.

Breaking news from Mashable’s Ben Parr explains that an update from Google this last Tuesday will
make the button even faster and more efficient. He cites Google software engineer David Byttow: “We’ve
begun to roll out a set of changes that will make the button render up to 3x faster on your site,” Byttow
said in a blog post. “No action is required on your part, so just sit back, relax, and watch as the button
loads more quickly than before.”

The following guide should answer most basic questions regarding the application and functionality of
Google’s +1 button. To install the button, grab a snippet of code here:
http://www.google.com/webmasters/+1/button.


	
  
The +1 Button & Search Results

How does +1 affect search results?
+1 helps people discover relevant content—a website, a Google search result, or an ad—from the people
they already know and trust. Adding the +1 button to your pages lets users recommend your content,
knowing that their friends and contacts will see their recommendation when it’s most relevant—in the
context of Google search results.

When a signed-in Google user is searching, your Google search result snippet may be annotated with the
names of the user's connections who've +1'd your page. If none of a user's connections has +1'd your
page, your snippet may display the aggregate number of +1's your page has received.

Does +1 affect my site’s performance in search?
Content recommended by friends and acquaintances is often more relevant than content from strangers.
For example, a movie review from an expert is useful, but a movie review from a friend who shares your
tastes can be even better. Because of this, +1’s from friends and contacts can be a useful signal to
Google when determining the relevance of your page to a user’s query. This is just one of many signals
Google may use to determine a page’s relevance and ranking, and we’re constantly tweaking and
improving our algorithm to improve overall search quality. For +1's, as with any new ranking signal, we'll
be starting carefully and learning how those signals affect search quality.

How will the +1 button affect my traffic?
Personalized annotations next to your page in search results may increase your site’s visibility and make
your site’s snippet more compelling, which may in turn increase the odds that users will click through to
your page.

Will +1’s from my site show up in search results?
If a user +1’s a URL on your site, the Google search result snippet for that URL may be annotated in
search results and search ads.

However, your site may make the same content available via different URLs. For example, your site may
have several pages listing the same set of products. One page might display products sorted in
alphabetical order, while other pages display the same products listed by price or by rating. For example:

http://www.example.com/product.php?item=swedish-fish&sort=alpha
http://www.example.com/product.php?item=swedish-fish&sort=price

If Google knows that these pages have the same content, we may index only one version for our search
results. As a result, +1's for the other versions may not appear in search results.

You can make sure Google displays +1 annotations for the most search results possible by adding the
rel="canonical"property to the non-preferred versions of each page. This property should point to the
canonical version, like this:

<link rel="canonical"
href="http://www.example.com/product.php?item=swedish=fish&sort=alpha">

This tells Google: "Of all these pages with identical content, this page is the most useful. Please prioritize
it in search results."

Now, when a user +1’s a page with a non-canonical URL, Google will associate that +1 with the
canonical, preferred version.




	
  
How does the +1 button affect my ads?
The +1 button itself will appear next to your headline on search ads. Personalized annotations will appear
beneath your Display URL. For example, Maria +1's a page selling a neat laptop holder on a website.
When a search ad with that same URL appears, her friend Sam might see the ad with the note "Maria
and 28 other people +1'd this."

Who sees +1?
Who can see the +1 button in Google Search?
The +1 button shows up for signed-in users of Google.com using a modern browser.

Who can see annotations from +1 buttons?
Everybody can see aggregate annotations. Signed-in users also see personalized annotations from:
• People in their Gmail (or Google Talk) chat list.
• People in their My Contacts group in Google Contacts.
• People they're following in Google Reader and Google Buzz.
• People with that user in one of their circles in Google+.

Will users on mobile browsers see the +1 button?
We are not including the +1 button on mobile search results at this time. However, users may be able to
see any +1 buttons you have added to your web pages.

Are +1's public?
Yes, Google may show personalized annotations to any signed-in user who has a social connection to a
+1. However, any Google user can choose whether or not to display their +1's on their Google profile.

Adding the +1 button to a site

How do I add the +1 button to my site?
Just grab a snippet of code from http://www.google.com/webmasters/+1/button/.

Where should I put the +1 button on my pages?
You know your page and your users best, so we recommend putting the button wherever you think it will
be the most effective. Above the fold, near the title of the page, and close to sharing links is often a good
location. It can also be effective to place the +1 button at both the end and the beginning of an article or
story.

+1 is a public action, so you should add the button only to public, crawlable pages on your site. Once you
add the button, Google may crawl or recrawl the page, and store the page title and other content, in
response to a +1 button impression or click.

Can I place multiple buttons on a single page that all +1 different URLs?
Yes, but you'll need to edit the button code. Use the href attribute to specify the target URL. For example,
if your home page has a module linking to your blog, and you want to add a +1 button to that module, edit
the value of the href attribute to point to your blog's URL, like this:

<g:plusone href="http://www.example.com/blog"></g:plusone>

What languages is the +1 button available in?
The +1 button and annotations are available in 40 languages.

How often will Google crawl my +1'd pages?
+1 is a public action, so you should add the button only to public, crawlable pages on your site. Once you
add the button, Google may crawl or recrawl the page, and store the page title and other content, in
response to a +1 button impression or click.

	
  
How does +1 work with Buzz? Do we still need the Google Buzz button?
Buzz buttons are used for starting conversations about interesting web content ("Hey guys, what do you
think about this news story?"). +1 buttons recommend web content to people in the context of search
results ("Peng +1’d this page"), and +1's from social connections can help improve the relevance of the
results you see in Google Search. You can use the +1 button, or the Buzz button, or both—pick what’s
right for your content.

Some of my users get a security warning when they view pages with the +1 button. How do I get
rid of this?
The +1 button code requires a script from Google's servers. You can include this script using either http://
or https://, like this:

<script src="https://apis.google.com/js/plusone.js"></script>

If your web page uses https://, some browsers and verification tools will show an error when any assets
on the page are called via http://. If your site serves pages via https://, make sure that the +1 button code
on those pages also uses https://. (In fact, it's fine to use https:// in the button code for all pages, even if
they are only served via http://.)

Configuring the +1 button

What button sizes are available?
+1 button icons can render at four heights: small (15px), medium (20px), standard (24px), and tall (60px).
The small, medium, and standard icons can render with or without a total count of +1's. The tall icon
always includes a total count of +1's.

What does the "Language" drop-down control?
The Language dropdown controls the language of the button itself.




http://www.Tier10Lab.com
http://www.twitter.com/Tier10Lab
http://www.facebook.com/Tier10Marketing
http://www.Tier10Marketing.com
	
  
 




	
  

Contenu connexe

Dernier

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Dernier (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 

En vedette

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 

En vedette (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Google +1 Reference Guide

  • 1.     Google +1 Reference Guide http://tier10lab.com/2011/07/28/google-1-reference-guide/ July 28, 2011 By Joseph Olesh The +1 button from Google is similar to the Facebook “Like,” but applied to the entire web. Google dominance as the preeminent search engine places much value in this button. Businesses of every industry are scrambling for information regarding its functionality and application. Breaking news from Mashable’s Ben Parr explains that an update from Google this last Tuesday will make the button even faster and more efficient. He cites Google software engineer David Byttow: “We’ve begun to roll out a set of changes that will make the button render up to 3x faster on your site,” Byttow said in a blog post. “No action is required on your part, so just sit back, relax, and watch as the button loads more quickly than before.” The following guide should answer most basic questions regarding the application and functionality of Google’s +1 button. To install the button, grab a snippet of code here: http://www.google.com/webmasters/+1/button.  
  • 2. The +1 Button & Search Results How does +1 affect search results? +1 helps people discover relevant content—a website, a Google search result, or an ad—from the people they already know and trust. Adding the +1 button to your pages lets users recommend your content, knowing that their friends and contacts will see their recommendation when it’s most relevant—in the context of Google search results. When a signed-in Google user is searching, your Google search result snippet may be annotated with the names of the user's connections who've +1'd your page. If none of a user's connections has +1'd your page, your snippet may display the aggregate number of +1's your page has received. Does +1 affect my site’s performance in search? Content recommended by friends and acquaintances is often more relevant than content from strangers. For example, a movie review from an expert is useful, but a movie review from a friend who shares your tastes can be even better. Because of this, +1’s from friends and contacts can be a useful signal to Google when determining the relevance of your page to a user’s query. This is just one of many signals Google may use to determine a page’s relevance and ranking, and we’re constantly tweaking and improving our algorithm to improve overall search quality. For +1's, as with any new ranking signal, we'll be starting carefully and learning how those signals affect search quality. How will the +1 button affect my traffic? Personalized annotations next to your page in search results may increase your site’s visibility and make your site’s snippet more compelling, which may in turn increase the odds that users will click through to your page. Will +1’s from my site show up in search results? If a user +1’s a URL on your site, the Google search result snippet for that URL may be annotated in search results and search ads. However, your site may make the same content available via different URLs. For example, your site may have several pages listing the same set of products. One page might display products sorted in alphabetical order, while other pages display the same products listed by price or by rating. For example: http://www.example.com/product.php?item=swedish-fish&sort=alpha http://www.example.com/product.php?item=swedish-fish&sort=price If Google knows that these pages have the same content, we may index only one version for our search results. As a result, +1's for the other versions may not appear in search results. You can make sure Google displays +1 annotations for the most search results possible by adding the rel="canonical"property to the non-preferred versions of each page. This property should point to the canonical version, like this: <link rel="canonical" href="http://www.example.com/product.php?item=swedish=fish&sort=alpha"> This tells Google: "Of all these pages with identical content, this page is the most useful. Please prioritize it in search results." Now, when a user +1’s a page with a non-canonical URL, Google will associate that +1 with the canonical, preferred version.  
  • 3. How does the +1 button affect my ads? The +1 button itself will appear next to your headline on search ads. Personalized annotations will appear beneath your Display URL. For example, Maria +1's a page selling a neat laptop holder on a website. When a search ad with that same URL appears, her friend Sam might see the ad with the note "Maria and 28 other people +1'd this." Who sees +1? Who can see the +1 button in Google Search? The +1 button shows up for signed-in users of Google.com using a modern browser. Who can see annotations from +1 buttons? Everybody can see aggregate annotations. Signed-in users also see personalized annotations from: • People in their Gmail (or Google Talk) chat list. • People in their My Contacts group in Google Contacts. • People they're following in Google Reader and Google Buzz. • People with that user in one of their circles in Google+. Will users on mobile browsers see the +1 button? We are not including the +1 button on mobile search results at this time. However, users may be able to see any +1 buttons you have added to your web pages. Are +1's public? Yes, Google may show personalized annotations to any signed-in user who has a social connection to a +1. However, any Google user can choose whether or not to display their +1's on their Google profile. Adding the +1 button to a site How do I add the +1 button to my site? Just grab a snippet of code from http://www.google.com/webmasters/+1/button/. Where should I put the +1 button on my pages? You know your page and your users best, so we recommend putting the button wherever you think it will be the most effective. Above the fold, near the title of the page, and close to sharing links is often a good location. It can also be effective to place the +1 button at both the end and the beginning of an article or story. +1 is a public action, so you should add the button only to public, crawlable pages on your site. Once you add the button, Google may crawl or recrawl the page, and store the page title and other content, in response to a +1 button impression or click. Can I place multiple buttons on a single page that all +1 different URLs? Yes, but you'll need to edit the button code. Use the href attribute to specify the target URL. For example, if your home page has a module linking to your blog, and you want to add a +1 button to that module, edit the value of the href attribute to point to your blog's URL, like this: <g:plusone href="http://www.example.com/blog"></g:plusone> What languages is the +1 button available in? The +1 button and annotations are available in 40 languages. How often will Google crawl my +1'd pages? +1 is a public action, so you should add the button only to public, crawlable pages on your site. Once you add the button, Google may crawl or recrawl the page, and store the page title and other content, in response to a +1 button impression or click.  
  • 4. How does +1 work with Buzz? Do we still need the Google Buzz button? Buzz buttons are used for starting conversations about interesting web content ("Hey guys, what do you think about this news story?"). +1 buttons recommend web content to people in the context of search results ("Peng +1’d this page"), and +1's from social connections can help improve the relevance of the results you see in Google Search. You can use the +1 button, or the Buzz button, or both—pick what’s right for your content. Some of my users get a security warning when they view pages with the +1 button. How do I get rid of this? The +1 button code requires a script from Google's servers. You can include this script using either http:// or https://, like this: <script src="https://apis.google.com/js/plusone.js"></script> If your web page uses https://, some browsers and verification tools will show an error when any assets on the page are called via http://. If your site serves pages via https://, make sure that the +1 button code on those pages also uses https://. (In fact, it's fine to use https:// in the button code for all pages, even if they are only served via http://.) Configuring the +1 button What button sizes are available? +1 button icons can render at four heights: small (15px), medium (20px), standard (24px), and tall (60px). The small, medium, and standard icons can render with or without a total count of +1's. The tall icon always includes a total count of +1's. What does the "Language" drop-down control? The Language dropdown controls the language of the button itself. http://www.Tier10Lab.com http://www.twitter.com/Tier10Lab http://www.facebook.com/Tier10Marketing http://www.Tier10Marketing.com