Learn Mode

IR Meta

Define the identity of the website.

Objective

Understand the meta object in IR1.1.

The meta object tells DaizLab what the project is.

It contains the page title, description, business name, business type, location, and language.

This information affects the HTML title, meta description, and project identity.

Syntax
"meta": {
  "title": "Website Title",
  "description": "Website description",
  "businessName": "Business Name",
  "businessType": "general",
  "location": "Ibadan",
  "language": "en"
}
Practice Editor
Temporary only. No local save. No cloud save. No compile quota used.
Notes

businessType helps DaizLab understand the industry.

language defaults to English when not supplied.

Common Mistakes

Using businessType values not supported by the schema.

Removing required fields like title or businessName.