SEO Coding Solutions

When creating and maintaining this website, we occasionally come across coding information that is either confusing or difficult to find from internet sources.
Whilst we do not profess to be coding experts, we have worked out some solutions you may find helpful.
This page includes some of these solutions for 'search engine optimisation' techniques.

"The character encoding is not specified in the HTTP header"

Yes you need to include the following meta-tag in your header zone;
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
but try also adding the following line to your .htaccess file;
AddCharset UTF-8 .html

Our Other Coding Pages:

.html; .css; js; .htacces; icons