naver / egjs

Javascript components group that brings easiest and fastest way to build a web application in your way.
https://naver.github.io/egjs
Other
935 stars 80 forks source link

Add meta tags for google SEO #377

Closed happyhj closed 7 years ago

happyhj commented 7 years ago

Description

Add Meta tags to egjs site. https://naver.github.io/egjs/ There is no meta tags related with SEO.

ref#1 https://support.google.com/webmasters/answer/79812?hl=en

According to the ref#1 page, google don't use meta keywords tag at all. It seems adding meta description tag is enough.

ref#2 https://support.google.com/webmasters/answer/35624?visit_id=1-636104520554716477-3802081251&rd=1

happyhj commented 7 years ago

Update title and meta description tag for component page

title tag - AS IS

<title>

      Demo :: egjs Visible · egjs

    </title>

title tag - TO BE

<title>egjs - Visible</title>

meta description tag - AS IS

<meta name="description" content="">

meta description tag - TO BE

<meta name="Description" content="Check whether elements are within viewport.">