schon/storefront/app/graphql/fragments/seometa.fragment.ts
2026-02-27 21:59:51 +03:00

12 lines
182 B
TypeScript

export const SEOMETA_FRAGMENT = gql`
fragment SEOMeta on SEOMetaType {
canonical
description
hreflang
jsonLd
openGraph
robots
title
twitter
}
`;