anitaalam / MDIA-4590-Assignment-2

0 stars 0 forks source link

3. Add meta tags: description, title, site name, url, image #2

Open anitaalam opened 2 years ago

anitaalam commented 2 years ago

Description: No metadata tags added to the head section (head.php). However when I plugged my portfolio website into the Sharing Debugger, they constructed the following Open Graph properties based on the raw tags (refer to image): Image

Steps to Reproduce:

  1. Go to https://developers.facebook.com/tools/debug/
  2. Input https://anitalam.ca/index.php into the URL bar
  3. Hit enter and it will show the results

Expected Results: name="description" content="Anita Lam is a Front-end Developer. She is currently attending the New Media Design and Web Development Program at BCIT and is looking forward to starting an internship in Fall 2022." name="og:title" content="Anita Lam | Vancouver Front-end Developer" name="og:site_name" content="Anita Lam Portfolio" name="og:url" content="https://anitalam.ca" name="og:image" content="images/anitalam.jpg"

Actual Results: Image

anitaalam commented 2 years ago

Fixed #23