taiwangoldcard / website

Taiwan Gold Card Community website
https://taiwangoldcard.com
Other
43 stars 18 forks source link

Fix SEO stuff on home page #102

Closed geekyme closed 4 years ago

geekyme commented 4 years ago

Fix these issues for SEO on home page:

Screenshot 2020-09-13 at 6 12 13 PM

Now like this:

Screenshot 2020-09-13 at 6 11 30 PM

We'll probably need similar fixing on the other pages.

fifieldt commented 4 years ago

I like where this is going.

Question.

Check out eg content/application-faq/_index.md , which has a custom description in the markdown. In view-source:https://taiwangoldcard.com/application-faq/ we can see that the template populates <meta property="og:description" and <meta itemprop="description" content= .. with that info.

So these changes also populate <meta name="description", and all should be happy with the sub-pages as-is, right ?

geekyme commented 4 years ago

Thats right @fifieldt . There's no breaking change. This PR adds missing <meta name="description" /> tag.

Compare:

Screenshot 2020-09-13 at 6 49 12 PM

And:

Screenshot 2020-09-13 at 6 49 46 PM
geekyme commented 4 years ago

@erickhun you can see what kind google search terms leads people to the site on GA, then maybe generate better title / description from that?