Metadata validation test

Index page

This test is to determine which IAG metadata elements are valid.


Example

<meta name="description" content="IAG CTP Insurance">
<meta name="keywords" content="CTP, Insurance">
<meta name="author" content="IAG">
<meta name="viewport" content="width=device-width">
<meta http-equiv="expires" content="0">
<meta http-equiv="Pragma" content="no-cache">

Dummy link after


Results

These two should be removed:

<meta http-equiv="expires" content="0">
<meta http-equiv="Pragma" content="no-cache">

The http-equiv only allows thw following values:

Index page