feat(SW-200): Added noindex property to seo metadata in contentstack and added implementation
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
#import "../../Fragments/MetaData.graphql"
|
||||
#import "../../Fragments/Metadata.graphql"
|
||||
#import "../../Fragments/System.graphql"
|
||||
|
||||
query GetAccountPageMetaData($locale: String!, $uid: String!) {
|
||||
query GetAccountPageMetadata($locale: String!, $uid: String!) {
|
||||
account_page(locale: $locale, uid: $uid) {
|
||||
web {
|
||||
breadcrumbs {
|
||||
title
|
||||
}
|
||||
seo_metadata {
|
||||
description
|
||||
title
|
||||
...MetaDataImageConnection
|
||||
...Metadata
|
||||
}
|
||||
}
|
||||
system {
|
||||
@@ -1,16 +1,14 @@
|
||||
#import "../../Fragments/MetaData.graphql"
|
||||
#import "../../Fragments/Metadata.graphql"
|
||||
#import "../../Fragments/System.graphql"
|
||||
|
||||
query GetCollectionPageMetaData($locale: String!, $uid: String!) {
|
||||
query GetCollectionPageMetadata($locale: String!, $uid: String!) {
|
||||
collection_page(locale: $locale, uid: $uid) {
|
||||
web {
|
||||
breadcrumbs {
|
||||
title
|
||||
}
|
||||
seo_metadata {
|
||||
description
|
||||
title
|
||||
...MetaDataImageConnection
|
||||
...Metadata
|
||||
}
|
||||
}
|
||||
header {
|
||||
|
||||
@@ -1,16 +1,14 @@
|
||||
#import "../../Fragments/MetaData.graphql"
|
||||
#import "../../Fragments/Metadata.graphql"
|
||||
#import "../../Fragments/System.graphql"
|
||||
|
||||
query GetContentPageMetaData($locale: String!, $uid: String!) {
|
||||
query GetContentPageMetadata($locale: String!, $uid: String!) {
|
||||
content_page(locale: $locale, uid: $uid) {
|
||||
web {
|
||||
breadcrumbs {
|
||||
title
|
||||
}
|
||||
seo_metadata {
|
||||
description
|
||||
title
|
||||
...MetaDataImageConnection
|
||||
...Metadata
|
||||
}
|
||||
}
|
||||
header {
|
||||
|
||||
@@ -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