Open Graph Tags

 Open Graph tags are <meta> tags that you add to the <head> of your website to describe the entity your page represents, whether it is a band, restaurant, blog, or something else.

More on Open Graph from Facebook:  https://developers.facebook.com/docs/opengraph

and https://developers.facebook.com/docs/opengraph/using-objects

An Open Graph tag looks like this:

< meta   property = "og:tag name"   content = "tag value" />

Open Graph tags to add to your site

Facebook Debugger Tool

Facebook has a tool called  Debugger  (formerly known as URL Linter). This tool gives us an idea about how a url will be shared on Facebook, what content, which image will be fetched.

https://developers.facebook.com/tools/debug

We can use this tool for any url and it fetches the latest title, description, excerpt and other stuff that will be shown while sharing the link. If you use an already shared URL with this tool then Facebook fetches the latest content, and also updates it cache with the latest content.


Step-by-step guide for adding Open Graph tags to your RescueGroups.org Website


In the Page Header HTML add in Open Graph tags like in the examples below:

This is for 13th Street Cat Rescue

<meta property="og:site_name" content="13th Street Cat Rescue"/>
<meta property="og:url" content="http://www.13thstcats.org"/>
<meta property="og:title" content="13th Street Cat Rescue"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="San Jose Kitten and Cat Adoptions.""/>

This example is for 2nd Chance Dog Rescue

<meta property="og:site_name" content="2nd Chance Dog Rescue"/>
<meta property="og:url" content="http://2ndchance.rescuegroups.org/"/>
<meta property="og:title" content="2nd Chance Dog Rescue"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="2nd Chance Dog Rescue, Queen Creek Arizona Dog Rescue, Animal Rescue"/>