Semantic Content Template

PHOTO EMBED

Tue May 06 2025 09:52:05 GMT+0000 (Coordinated Universal Time)

Saved by @Sebhart #markup #html

/* Semantic Content Template */
<!DOCTYPE html> 
<html itemscope itemtype="https://schema.org/Article" 
lang="" dir=""> 
<head> 
<title itemprop="name"></title> 
<meta itemprop="description" name="description" 
content=""> 
<meta itemprop="author" name="author" content=""> 
</head> 
<body> 
<article> 
<header> 
<h1 itemprop="headline"></h1> 
<time itemprop="datePublished" datetime=""></time> 
<p><a itemprop="author" href=""></a></p> 
</header> 
<div itemprop="about"></div> 
<div itemprop="articleBody"> 
<!-- The main body of the article goes here --> 
</div> 
<footer> 
<time itemprop="dateModified" datetime=""></time> 
<section itemscope 
itemtype="http://schema.org/WebPage"> 
<!-- Section heading--> 
<h2></h2> 
<p><a itemprop="relatedLink" href=""></a></p> 
</section> 
</footer> 
</article> 
</body> 
</html> 
content_copyCOPY