| headers |
mainly technical information on each page not seen by the user
eg
language,
description of content,
author,
when the page goes out of date,
keywords,
geo tags |
| keywords |
a collection of words which you want used by the search engines (like Google) to help people
find your site, some people like to be able to update
the home page keywords |
| |
here is part of the keyword list from the BAKERY Studios website
<meta name="keywords"
content=" amateur, art, artist, background,
bakery, baiga, basque, bespoke,
bigloaf, bikini
">
<!--revised Jan 2008--> |
| robots.txt |
another technical file telling the robots (like Google) to omit certain parts of the site
eg a management utility or support files not normally seen by the user |
| expiry date |
Thu, 17 Sep 2026 15:10:02 GMT |
| page headers |
this code drives each page header off a set of text files |
| |
include('readfile.php');
$name=readtxt("txts/name.txt");
$title=readtxt("txts/title.txt");
$content=readtxt("txts/content.txt");
$keywords=readtxt("txts/keywords.txt");
$expires=date('D, d M Y H:i:s').' GMT';
echo(" <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<title>$title</title> <meta http-equiv='Content-Type' content='text/html;
charset=iso-8859-1' /> <meta http-equiv='expires' content='$expires' /> <meta
http-equiv='imagetoolbar' content='no' /> <meta name='RESOURCE-TYPE' content='DOCUMENT'
/> <meta name='DISTRIBUTION' content='GLOBAL' /> <meta name='AUTHOR' content='myk'
/> <meta name='COPYRIGHT' content='Copyright (c) 2006 on by myk' /> <meta
name='ROBOTS' content='INDEX, FOLLOW' /> <meta name='REVISIT-AFTER' content='0 DAYS'
/> <meta name='RATING' content='GENERAL' /> <meta name='DESCRIPTION' content='$content'
/> <meta name='KEYWORDS' content='$keywords' />"); |
| geo position |
<meta name='geo.region' content='GB-SHR' /> <meta name='geo.placename' content='Pant'
/> <meta name='geo.position' content='52.790098;-3.07291' /> <meta name='ICBM'
content='52.790098, -3.07291' /> |