FNNDSC / website-old

ChRIS Project Website
https://chrisproject.org
MIT License
5 stars 12 forks source link

Improving website performance/accesibility/best practices/SEO #21

Open junaruga opened 3 years ago

junaruga commented 3 years ago

In the context of testing chrisproject.org on #20 , seeing some issues related to the subject: website performance/accesibility/best practices/SEO.

While we discussed the topic in the past at https://fnndsc.slack.com/archives/C04FLFUA6/p1603985354151800 , I am afraid the useful info will be disappeared soon by the current Slack free version's limitation.

So, I would like to summarize the info and our tasks here.

@NicolasRannou @jbernal0019 Can you help to summarize it here? Thanks.

junaruga commented 3 years ago

I just summarized by myself here, as tomorrow is weekend, I had to do it now.

web.dev/measure

https://web.dev/measure/

For https://chrisproject.org, the result is

Performance: 34
Accessibility: 81
Best Practices: 79
SEO: 93

So the real problem is less about SEO and more about Performance and Accessibility!

yep and you have the details there: https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=http%3A%2F%2Fchrisproject.org%2F

w3 html and css varidator

https://validator.w3.org/nu/?doc=https%3A%2F%2Fchrisproject.org%2F https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fchrisproject.org%2F&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en

SEO

Current title tag in the top page.

<title>Home | The ChRIS Project</title>
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Home | website</title>
jbernal0019 commented 3 years ago

Cool, thanks @junaruga!