What sort of SEO does md2blog do?
md2blog's search engine optimization efforts are mostly around creating simple pages with accurate metadata:
- URLs contain the post category (parent directory name)
descriptionproperty is added to a "description" meta tagkeywordsare added to the "keywords" meta tag- JSON-LD is mapped as in the following table:
| JSON-LD property | Post YAML front matter property |
|---|---|
@context |
"https://schema.org" |
@type |
"BlogPosting" |
headline |
title |
abstract |
description (if present) |
keywords |
Category (parent directory) + keywords |
datePublished |
date |