pratyushadk opened a new pull request, #1713:
URL: https://github.com/apache/camel-website/pull/1713

   The Open Graph protocol (https://ogp.me/) requires the `property` attribute
   for all `og:` meta tags. Both `og:description` entries in `header.html` were
   using the `name` attribute instead:
   
   ```html
   <meta name="og:description" content="...">
   ```
   
   Social platforms (LinkedIn, Slack, Discord, Facebook) parse only
   `property="og:description"` and silently ignore `name="og:description"`.
   As a result, sharing any page on the site shows a blank description in the
   link preview card.
   
   All other OG tags in the file — `og:title`, `og:site_name`, `og:url`,
   `og:type`, `og:image` — already use `property=` correctly.
   
   ### The fix
   
   Replaces `name=` with `property=` on both `og:description` tags to match
   the rest of the file and the specification.
   
   ### Verification
   
   Paste any `camel.apache.org` URL into https://www.opengraph.xyz — the
   Description field will be empty before this fix and populated after.
   ****


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to