Schema.org Markup

Structured data without the boilerplate

Install

pip install brand-loom

CLI Example

brand-loom schema-org --type Article --title "My Post"

Python Example

from brand_loom import schema_org

markup = schema_org(
    type="Article",
    title="My Post",
    author="Jane Doe",
    date_published="2024-01-15"
)
print(markup.json_ld)

What Neoxra Hosted adds

Use this skill in production

Get brand memory, analytics, and team collaboration on top of the open-source skill.

Start Free Trial
View all skills
Schema.org Markup — brand-loom | Neoxra