Vulcan/packages/telescope-seo/lib/seo.js
2015-03-24 10:11:11 -06:00

14 lines
348 B
JavaScript

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