@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openstandards.email/metatags>
  rdf:type schema:WebPage;
  schema:inLanguage "en-US";
  schema:name "Meta Tag Guidelines"@en-US;
  schema:description "In the context of Open Email Standards, most meta tags are not allowed due to the security risks they pose."@en-US;
  schema:dateModified "2026-01-19T08:58:11+00:00"^^xsd:dateTime;
.

