DEV Community

Discussion on: I rebuilt my personal portfolio using GatsbyJS, and I'm loving it!

Collapse
 
patricnox profile image
PatricNox

Absolutely mad, it's super neat, great work!

I however have two keypoints that could improve your portfolio.

1: The header ease-in animation is kind of too slow. Make it faster, tops 1.25sec total for it to be finished

2: SEO: For seo purposes, add a h1 tag at start of the site, i.e just below your header intro.

This shows that the first h1, if any, is a hidden one thats not even a size of a h1 and also has wrong content within it.

See the right side of the attached image.

image

> document.querySelectorAll('h1').forEach(e => {console.log(e)})
> VM1631:1 <h1 class=​"text-4xl pb-2">​I'm pretty fluent in Englis​</h1>​
> undefined 
Collapse
 
amruthpillai profile image
Amruth Pillai

Oh, wow. Thank you so much for the detailed feedback. I will definitely look into it and make the necessary updates. SEO is very important.

It really means a lot that you went through my site with such detail.
Thank you very very much :)

Collapse
 
patricnox profile image
PatricNox

My pleasure.