NO PRODUCT SETTINGS FOUND FOR:
examples
Gentle remainder that the product name comes from the `origin` first subfolder (after `/pms` ).
PM Page with Custom Metatags
This page demonstrates how to add unique metatags to individual PM pages.
Why Use Page-Specific Metatags?
Each PM page can have its own unique metatags for: - Better SEO: Custom titles, descriptions, and keywords - Social Media Sharing: Open Graph and Twitter Card tags - Documentation: Dublin Core metadata - Search Engine Control: Robots directives
How It Works
Simply add metatags to the YAML front matter at the top of your PM file:
---
title: "Your Page Title"
description: "Your page description"
keywords: "keyword1, keyword2, keyword3"
og:title: "Social Media Title"
og:description: "Social Media Description"
---
Priority Order
The metatags are applied with the following priority: 1. PM page metatags (highest priority) - Defined in the markdown file 2. Product metatags - Defined in products/.yml 3. Domain defaults* - Defined in domains/maths.pm.yml
Available Metatag Fields
Basic SEO
title
- Page titledescription
- Page descriptionkeywords
- Comma-separated keywordsauthor
- Page authorrobots
- Search engine directives
Open Graph (Facebook, LinkedIn)
og:title
- Social media titleog:description
- Social media descriptionog:image
- Preview image URLog:type
- Content type (article, website, etc.)og:url
- Canonical URL
Twitter Cards
twitter:card
- Card type (summary, summary_large_image)twitter:title
- Twitter titletwitter:description
- Twitter descriptiontwitter:image
- Twitter preview image
Dublin Core
DC.title
- Formal titleDC.creator
- Creator/AuthorDC.subject
- Subject/TopicsDC.description
- Formal description
Additional Fields
abstract
- Brief summarytopic
- Main topiccategory
- Categoriesrevised
- Last revision datecanonical
- Canonical URL