elm / elm-lang.org

Server and client code for the Elm website.
http://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
1.99k stars 367 forks source link

SEO meta description tag #858

Closed David-Klemenc closed 3 years ago

David-Klemenc commented 3 years ago

I think that a meta tag on elm-lang.org would help search engines better summarise the content of the webpage:

<meta name="Description" content="Elm - A delightful language for reliable webapps">

The chrome Lighthouse also gives this suggestion under SEO (along with some other suggestions)

The current summary when searching for elm on google is: elm The 1st argument todropis not what I expect: 8| List.drop (String.toInt userInput) [1,2,3,4,5,6] ^^^^^^^^^ ...

David-Klemenc commented 3 years ago

Closing issue since it is addressed in remake-3 branch.