Note that there are some explanatory texts on larger screens.

plurals
  1. POWho is adding Facebook meta tags
    primarykey
    data
    text
    <p>I added the following to the HTML of my front page (right from the top of the page):</p> <pre><code>&lt;html xmlns:fb="http://ogp.me/ns/fb#"&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=windows-1252"&gt; &lt;meta name="description" content="Blah-Blah-Blah This is my web site"&gt; &lt;meta name="keywords" content="why,does,facebook,suck,so,much"&gt; &lt;meta name="distribution" content="Global"&gt; &lt;meta name="revisit-after" content="30 days"&gt; &lt;meta name="rating" content="General"&gt; &lt;meta name="robots" content="follow,index"&gt; &lt;meta name="author" content="www.me-at-my-wonderful-site.com"&gt; &lt;meta property="og:title" content="My Title" /&gt; &lt;meta property="og:type" content="company" /&gt; &lt;meta property="og:url" content="http://www.my-company-url.com/" /&gt; &lt;meta property="og:image" content="http://www.my-company-url.com/images/facebook_pic.png" /&gt; &lt;meta property="og:site_name" content="My Company Name" /&gt; &lt;meta property="og:description" content="Blah-Blah-Blah" /&gt; &lt;meta property="fb:app_id" content="123456789012345"/&gt; &lt;meta property="og:latitude" content="56.340609"/&gt; &lt;meta property="og:longitude" content="-152.435136"/&gt; &lt;meta property="og:street-address" content="123 1st St."/&gt; &lt;meta property="og:locality" content="Seattle"/&gt; &lt;meta property="og:region" content="WA"/&gt; &lt;meta property="og:postal-code" content="98765"/&gt; &lt;meta property="og:country-name" content="USA"/&gt; &lt;meta property="og:phone_number" content="360-123-4567"/&gt; &lt;title&gt;Title for my web page - Home Page&lt;/title&gt; &lt;link href="icon.ico" rel="SHORTCUT ICON"&gt; &lt;link href="styles.css" type=text/css rel=stylesheet&gt; &lt;!-- Regular HTML follows --&gt; </code></pre> <p>Let's say the following can be accessed by logging in to <a href="http://www.my-company-url.com" rel="nofollow">http://www.my-company-url.com</a> and I can see the HTML above in a web browser (view source). But when I load the same URL into <a href="http://developers.facebook.com/tools/debug" rel="nofollow">http://developers.facebook.com/tools/debug</a> I get the following:</p> <pre><code>Errors That Must Be Fixed Object Invalid Value: Object at URL 'http://www.my-company-url.com' of type 'website' is invalid because the given value '123456789012345' for property 'fb:app_id' could not be parsed as type 'fbid'. Missing Required Property: The og:url property is required, but not present. Missing Required Property: The og:type property is required, but not present. Missing Required Property: The og:title property is required, but not present. </code></pre> <p>and then this</p> <pre><code>Warnings That Should Be Fixed Extraneous Property: Objects of this type do not allow properties named og:latitude. Extraneous Property: Objects of this type do not allow properties named og:longitude. Extraneous Property: Objects of this type do not allow properties named og:street-address. Extraneous Property: Objects of this type do not allow properties named og:locality. Extraneous Property: Objects of this type do not allow properties named og:region. Extraneous Property: Objects of this type do not allow properties named og:postal-code. Extraneous Property: Objects of this type do not allow properties named og:country-name. Extraneous Property: Objects of this type do not allow properties named og:phone_number. </code></pre> <p>Now WTF is this? Didn't I specify all those parameters above in my HTML??? And as you can see I made it "company" and not the "website"...</p> <p>PS. 123456789012345 is not my real facebook ID, but it has the same number of digits as my actual ID.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload