Category Archives: Support

I’ve uploaded my label to my site, but I’m still getting a red light

For the filter (and the tester) to be able to find the label, you need to link your site content to the label. The last stage in the label generator process gave you a link tag, which will look something like (but not exactly the same as) this: <link rel=”meta” href=”http://www.example.org/labels.rdf” type=”application/rdf+xml” title=”ICRA labels” /> […]

How do I test my label?

ICRA provides a tool that visits your site and tests the labels. If there are problems, the tool attempts to diagnose the situation and provide useful feedback. There are three basic types of response: Green light: Congratulations – as far as the label tester is able to tell, your site is fully labelled with ICRA. Amber […]

How can I label multiple sites with the same label?

You can label as many sites as you wish with a single labels file if you: The labels file includes a section like this: <label:Ruleset> <label:hasHostRestrictions> <label:Hosts> <label:hostRestriction>example.org </label:hostRestriction>… This is written on a single line, but we’re limited for space here! Simply repeat the hostRestriction line as many times as you need to cover […]

How do I label a site that uses frames?

If your site uses frames and every page always appears within the same frameset, you only need to include the Link and PICS tags in the head section of the frameset. Your code might look something like this: <html> <head> <title>Website title</title> <link rel=”meta” href=”http://www.example.org/labels.rdf” type=”application/rdf+xml” title=”ICRA labels” /> <meta http-equiv=”pics-label” content='(pics-1.1 “https://icra.org/pics/vocabularyv03/” l gen true for […]