12 lines
182 B
TypeScript
12 lines
182 B
TypeScript
export const SEOMETA_FRAGMENT = gql`
|
|
fragment SEOMeta on SEOMetaType {
|
|
canonical
|
|
description
|
|
hreflang
|
|
jsonLd
|
|
openGraph
|
|
robots
|
|
title
|
|
twitter
|
|
}
|
|
`;
|