feat: useNodeSeo
This commit is contained in:
13
wp-content/themes/headless/app/composables/useNodeSeo.gql
Normal file
13
wp-content/themes/headless/app/composables/useNodeSeo.gql
Normal file
@@ -0,0 +1,13 @@
|
||||
fragment NodeSeo on RankMathSeo {
|
||||
title
|
||||
description
|
||||
robots
|
||||
canonicalUrl
|
||||
openGraph {
|
||||
title
|
||||
description
|
||||
image {
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user