Giving your site a ICRA rating

by Tim on March 9, 2005

When creating a website, you want to make sure that it is accessible to everyone. If someone were to visit your website at a college, library, Church, or other public area - they might not be able to if they use an internet filter.

Creating a PICS Label is so easy to do, and can go a long ways. In this article I'll go over how you can create a PICS Label in both Safe Surf and ICRA, and then combine both labels into one meta tag.

Generating the Labels
You'll need to generate the labels at the ICRA Generator and SafeSurf Generator. Simply fill out the questionair about your website, and copy and paste the label into a text editor like notepad. Below are the labels generated for this website.

<meta http-equiv="pics-label" content='(pics-1.1
"http://www.icra.org/ratingsv02.html" l gen true for
"http://www.clixnetwork.com" r (nz 1 vz 1 lz 1 oz 1 cz 1))'>

<meta http-equiv="PICS-Label" content='(PICS-1.1
"http://www.classify.org/safesurf/" L gen true for
"http://www.clixnetwork.com" r (SS~~000 1))'>

Combining the Labels
You might not want to have two seperate meta tags. Well you don't have to, you can combine them. The first step is to get the unique label from the above labels like so:

"http://www.icra.org/ratingsv02.html" l gen true for
"http://www.clixnetwork.com" r (nz 1 vz 1 lz 1 oz 1 cz 1)

"http://www.classify.org/safesurf/" L gen true for
"http://www.clixnetwork.com" r (SS~~000 1)

The next step will be to combine them both into one long line, and then to insert them back into the meta tag like so:

<meta http-equiv="pics-label" content='(pics-1.1
"http://www.icra.org/ratingsv02.html" l gen true for
"http://www.clixnetwork.com" r (nz 1 vz 1 lz 1 oz 1 cz 1)
"http://www.classify.org/safesurf/" L gen true for
"http://www.clixnetwork.com" r (SS~~000 1))'>

Inserting the Tag
The next step is to insert this tag into your site. It isn't neccessary to insert this tag into every page, but it is recommended. The more pages you have it on, the less of a chance the user will get to your site and not see the label and be blocked.

To insert the tag, put it inside your HEAD section:

<HTML>
<HEAD>
<TITLE>My Page</TITLE>
<meta http-equiv="pics-label" content='(pics-1.1
"http://www.icra.org/ratingsv02.html" l gen true for
"http://www.clixnetwork.com" r (nz 1 vz 1 lz 1 oz 1 cz 1)
"http://www.classify.org/safesurf/" L gen true for
"http://www.clixnetwork.com" r (SS~~000 1))'>
</HEAD>
<BODY>

Testing the Labels
To make sure you have the done this correctly, you can test each of the labels using the ICRA Tester and the SafeSurf Inspector.

Comments on this entry are closed.

Previous post:

Next post: