WDD 230: Web Frontend Development I

Social Media Meta Tags

Overview

Open graph meta tags are used to support the Facebook and other social media crawlers with relevant information including a title, description, preview image, and locality.

"Without these Open Graph tags, the Facebook Crawler uses internal heuristics to make a best guess about the title, description, and preview image for your content. Designate this info explicitly with Open Graph tags to ensure the highest quality posts on Facebook." - developers.facebook.com

Prepare

Activity Instructions

  1. Open your course portal home page index.html.
  2. Add these Open Graph meta properties to the document:
    1. title - Your content should reflect the title of the document.
    2. type - The value website would be accurate.
    3. image - Provide an absolute URL to an image that reflects your home town/area.
    4. url - Provide the canonical URL for your page.

Submission

  1. Commit and push your changes to your GitHub Pages repository.