feat(SW-200): Added noindex property to seo metadata in contentstack and added implementation
This commit is contained in:
30
lib/graphql/Fragments/Metadata.graphql
Normal file
30
lib/graphql/Fragments/Metadata.graphql
Normal file
@@ -0,0 +1,30 @@
|
||||
fragment MetadataImageConnection on SeoMetadata {
|
||||
imageConnection {
|
||||
edges {
|
||||
node {
|
||||
dimension {
|
||||
height
|
||||
width
|
||||
}
|
||||
url(transform: { width: "1200" })
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fragment Metadata on SeoMetadata {
|
||||
noindex
|
||||
description
|
||||
title
|
||||
imageConnection {
|
||||
edges {
|
||||
node {
|
||||
dimension {
|
||||
height
|
||||
width
|
||||
}
|
||||
url(transform: { width: "1200" })
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user