Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.07 KB

File metadata and controls

24 lines (18 loc) · 1.07 KB
description
Set custom Meta properties

Meta

With the Meta configuration, you can set custom meta properties for your workspace.

Meta elements are tags used in HTML and XHTML documents to provide structured metadata about a Web page. They are very important for SEO, among other uses.

To access this setting:

  • Navigate to Administration > Workspace > Settings > Meta.
  • Language: This lets you set the meta language. eg en
  • Facebook App Id: When provided, allows the Facebook scraper to associate the Open Graph entity with your server.
  • Robots: Specify to tell search engines what to and what not to index or follow
  • Google Site Verification: Input metatag to verify you own the server/site.
  • MSValidate.01: A tag that is to be added to your site (header) to verify your site with the Bing webmaster tool.
  • Custom Meta Tags: Any custom meta tags you wish to include. Example
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">