7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
export interface CF_Page_Seo {
|
|
name: "page-about-seo",
|
|
title: "about",
|
|
description: "about",
|
|
metaRobotsIndex: "index",
|
|
metaRobotsFollow: "follow"
|
|
} |