The Horiseon webpage is for a company that helps businesses optimize their searchability.
Searchability of the site was improved by the following:
- update title in head
- add meta description with keywords
- added alt tags for images (also useful for accessibility)
The website is accessible using the following:
- images have alt tags describing the image
- images have title tags to describe the image
- image file sizes are small for better web performance and faster upload
- The html uses the following semantic elements in the following order: header nav main section aside footer
- The CSS utilizes html semantic tags where it makes sense instead of creating unnecessary classes.
- Classes are reused where they make sense such as "content-box" "benefit-box".