Vulcan/packages/telescope-seo/lib/seo.js

13 lines
304 B
JavaScript
Raw Normal View History

// Add SEO settings.
addToSettingsSchema.push({
propertyName: "siteImage",
propertySchema: {
type: String,
optional: true,
regEx: SimpleSchema.RegEx.Url,
autoform: {
group: "general",
instructions: "URL to an image for the open graph image tag for all pages"
}
}
});