Quick question: if I prepare a HTML page as a "draft" or "stub," how would I indicate that in the <head>
? A <meta name="x" content = "y">
tag perhaps, where x
is {description
| keywords
}, and y
is {stub
| draft
| public
}?
Or perhaps as a RDF-a
or JSON-LD
declaration?
I want to specify something like draft, stub ("placeholder") and public (i.e. fully formed, published web page intended for public perusal) as metadata, so that I can programmatically search and retrieve those documents, as I prepare a collection of webpages.