feat: useNodeSeo

This commit is contained in:
2026-03-26 14:56:38 -04:00
parent a3122d12c3
commit c9a9e03b60
4 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
fragment NodeSeo on RankMathSeo {
title
description
robots
canonicalUrl
openGraph {
title
description
image {
url
}
}
}