Questions tagged [open-graph-protocol]
The Open Graph protocol enables developers to integrate their pages into what Facebook call the "social graph".
                77 questions
            
            
            
                2
            
            votes
        
        
            
                1
            
            answer
        
        
            
                127
            
            views
        
        
            
            
            
        WhatsApp/Facebook Not Showing Link Previews despite correct tags (Working fine on Instagram/Twitter)
                    I have all the tags setup correctly for link previews. Link previews work flawlessly on Instagram and Twitter.
But, Facebook/ WhatsApp refuses to show images.
Having gone through almost all Stack ...
                
            
       
        
            
                0
            
            votes
        
        
            
                3
            
            answers
        
        
            
                195
            
            views
        
        
            
            
        Why are my Open Graph Meta Tags being ignored
                    For this HTML page it has the following meta tags:
<meta property="og:title" content="Matthews MD For 64 HD">
<meta property="og:type" content="organization&...
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                311
            
            views
        
        
            
        What are the `al:` properties in meta tag for?
                    In this page https://www.facebook.com/groups/562933844569060/ there are these <meta> properties:
al:android:app_name
al:android:package
al:android:url
al:ios:app_name
al:ios:app_store_id
al:ios:...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                265
            
            views
        
        
            
        Why should the content of the og:description meta tag be trimmed?
                    I try to fetch 3 links on Facebook, YouTube and TikTok. Their og:description tags are all truncated from the actual description of the video. I understand that this doesn't affect SEO, but why there ...
                
            
       
        
            
                0
            
            votes
        
        
            
                0
            
            answers
        
        
            
                23
            
            views
        
        
            
        Google Search - Business Attribute incorrect in image search results
                    Recently, Google image search started to display our business name as "Custom Mugs" as opposed to "Mugshots" which is the name of the business.
I have checked our Business Profile ...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                2k
            
            views
        
        
            
        What is the `ia:` properties in Open Graph protocol?
                    In this sharing debugger result, I notice some strange properties:
ia:markup_url
ia:markup_url_dev
ia:rules_url
ia:rules_url_dev
There is no documentation in The Open Graph protocol. What are they ...
                
            
       
        
            
                3
            
            votes
        
        
            
                1
            
            answer
        
        
            
                3k
            
            views
        
        
            
            
        If article:published_time and article:modified_time have the same dates, should I use article:modified_time?
                    <meta property="article:published_time" content="2022-11-17T17:16:45+00:00"/>
<meta property="article:modified_time" content="2022-11-17T17:16:45+00:00"...
                
            
       
        
            
                3
            
            votes
        
        
            
                0
            
            answers
        
        
            
                564
            
            views
        
        
            
        Does Open Graph allow multiple types?
                    According to the OGP documentation it is allowed to have multiple entries of the same tag with different values. In this case, tag properties are read in the order they appear. In the following ...
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                122
            
            views
        
        
            
        Should the locale en_US be used if targeting a global market?
                    When authoring site meta data, if targeting an international market of English-speakers, is it better to use the common en_US, or simply en, or is there some locale code for specifying that the region ...
                
            
       
        
            
                3
            
            votes
        
        
            
                2
            
            answers
        
        
            
                206
            
            views
        
        
            
        What's the use of obscure Open Graph (og:) meta tags?
                    I've seen and used Open Graph properties, such as og:title, og:description, and og:image, because the effects they have are obvious and desired. However, in the official Open Graph document, there are ...
                
            
       
        
            
                3
            
            votes
        
        
            
                1
            
            answer
        
        
            
                908
            
            views
        
        
            
            
            
        Facebook share not picking up Open Graph tags from s3 static hosting
                    I am trying to make a user-created page using s3. The user submits a photo and a page gets created with a unique id.
My bucket Strucuture:
S3 BUCKET
-231(user-unique id)
  -index.html (generated ...
                
            
       
        
            
                3
            
            votes
        
        
            
                1
            
            answer
        
        
            
                108
            
            views
        
        
            
            
            
        How to modify Social media sharing thumbnail grid?
                    I am not a SEO guy, but desperately finding an answer in web without any clue. How can I make this kind of Social media sharing view
instead of this
This is what I tried:
<meta property="og:...
                
            
       
        
            
                10
            
            votes
        
        
            
                2
            
            answers
        
        
            
                2k
            
            views
        
        
            
            
            
        Is it okay to omit Open Graph and Twitter tags for social network cards and SEO?
                    My pages already have good html meta tags like title and description for Google SEO. I also added og:title, og:description, twitter:title, twitter:description and other meta tags, but I found in most ...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                89
            
            views
        
        
            
            
        Should the content attribute URL always link to Facebook when using the <meta property="article:author"> tag
                    I'm building a WordPress site that uses the Yoast Plugin.
Yoast adds the following meta tag:
<meta property="article:author" content="https://www.facebook.com/xxxxxxxxxx">
...
                
            
       
        
            
                1
            
            vote
        
        
            
                2
            
            answers
        
        
            
                63
            
            views
        
        
            
            
        Are there any shortcomings and/or risks using metadata in querystring?
                    I have a search page for our sites that carries out search depending on the values of the following parameters in the query string;
q: search string cats: comma separated string matches products ...