feat(SW-200): Added noindex property to seo metadata in contentstack and added implementation
This commit is contained in:
+5
-7
@@ -1,17 +1,15 @@
|
||||
#import "../../Fragments/MetaData.graphql"
|
||||
#import "../../Fragments/Metadata.graphql"
|
||||
#import "../../Fragments/System.graphql"
|
||||
|
||||
query GetLoyaltyPageMetaData($locale: String!, $uid: String!) {
|
||||
query GetLoyaltyPageMetadata($locale: String!, $uid: String!) {
|
||||
loyalty_page(locale: $locale, uid: $uid) {
|
||||
web {
|
||||
seo_metadata {
|
||||
description
|
||||
title
|
||||
...MetaDataImageConnection
|
||||
}
|
||||
breadcrumbs {
|
||||
title
|
||||
}
|
||||
seo_metadata {
|
||||
...Metadata
|
||||
}
|
||||
}
|
||||
heading
|
||||
preamble
|
||||
Reference in New Issue
Block a user