Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.73 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.73 KB

Horiseon SEO Project: SEO Site Optimization Exercise

Overview

In this exercise, most generic div tags were replaced with appropriate semantic tags to illustrate the concept of semanatic tags. Good coding practices were employed by applying the DRY method. Various classes that served a similar purpose were consolidated into one class to ensure the neatness and readability of the code. Finally, the code was improved to be more SEO-friendly by adding alt texts to images, including a meta description, optimzing images files for performance and etc.

Table of Contents

Features

  • Semantic tags
  • Proper HTML and CSS structure
  • A SEO descriptive title
  • A SEO descriptive meta tag
  • SEO optimized images
  • SEO descriptive alt text

Installation

  • Git clone the repository.
  • Open index.html in a browser of your choice.

Technologies Used

  • HTML
  • CSS

Links

Resources

Screenshots

Untitled1.png

Some changes in index.html

Untitled.png

Some changes in style.css