zgordon / tabor-gatsby-theme

A port of the Tabor WordPress Theme over to Gatsby
77 stars 23 forks source link

(Fix) Add in SEO to posts archive template #15

Closed n8finch closed 4 years ago

n8finch commented 5 years ago

Main Fix:

This fixes the "no title, no meta description" error from Lighthouse in Chrome audits.

Description

As I was setting this theme up for use on my personal blog, I kept getting an error that said there was no <title> tag and no <meta description> tag. Lighthouse was showing an SEO score of 80, but only on the home page.

It looks like all that was needed was to have the SEO component pulled in.

Now, Lighthouse scores are at 💯 !!! 🎉