Sunday 21 October 2018

Blog from Week 2 and Lab 2 (26/9/18) - Fish Creek - Part 2 and Part 3

Started on the new web site for Fish Creek, using Notepad++.

All files created locally on my laptop, and tested in Chrome.

Part 2:

Use of Meta Tags in an html document.


  • Page Keywords
  • Page Description
  • Page Author
  • Page Refresh time
and in my index.html file


<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="keywords" content="Fish Creek VAnimal Hospital, Fish Creek Veterinarians, Animal Care, Animal Care Procedures">
<meta name="author" content="Raymond Scullion">
<meta name="description" content="Web site for the Fish Creek Animal Hospital, providing local care to the Fish Creek area for Medical Health care, Dental Care, House calls and other services">
<meta http-equiv="refresh" content="60">

<title>Fish Creek Animal Hospital</title>

In order to improve SEO for any site, I would ensure the following;

  • Site and Page description Meta tags are accurate and if possible unique to each page
  • Ensure the site folders are structured correctly and relevantly, especially if it is a large site
  • Using a Sitemap
  • Keywords are selected that are relevant and help organic Search Engine results

No comments:

Post a Comment