Peter Moore

This user hasn't shared any biographical information

Homepage: http://www.pmlmedia.co.uk


Posts by Peter Moore

periodic

Periodic Table of Typefaces

http://www.squidspot.com/Periodic_Table_of_Typefaces/Periodic_Table_of_Typefaces_large.jpg

Typefaces set out in a periodic table showing some of the more popular typefaces at the top. there’s also a periodic table of the internet, and a periodic table of visulisations but it’s getting a bit  silly now.

Created by squidspot.com

Create a robots.txt file for your website

After you’ve created an xml sitemap, create a new text file in notepad and add the following to guide the google bot to your sitmap. this robots file also disallows the indexing of paths to the pdf and word docs on your site as well – this helps stop out of date links appearing in Google.

User-agent: *
disallow: /*.pdf$

disallow: /*.DOC$

User-agent: Googlebot

disallow: /*.pdf$

disallow: /*.DOC$

SITEMAP:  http://www.domainname.co.uk/sitemap.xml