Hi I checked you page via usual
SEO tools and from technical perspective it's horrible:
1. Your webpage contains URLs that are not
SEO friendly!2. This webpage is using render blocking resources! Eliminating render-blocking resources can help your page load significantly faster and improve the website experience for your visitors.
3. This webpage is not serving images in a modern format. Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption.
4. Your website is not connected with social media using the API's provided by Facebook, Google +, Twitter, Pinterest, or using addthis.com
5. The size of your webpage's HTML is 35.59 Kb, and is greater than the average size of 33 Kb. This can lead to slower loading times, lost visitors, and decreased revenue. Good steps to reduce HTML size include: using HTML compression, CSS layouts, external style sheets, and moving javascript to external files.
For example most java scripts should be in the end of body and loaded async not in head and load synch.
CSS should be in head but not as reference but as <style></style> your render blocking time will decrease and you will safe 1 request.
I run also Lighthouse again many and many errors ...
Try to google some
SEO tools and fix that errors