Define the identity of the website.
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.
"meta": {
"title": "Website Title",
"description": "Website description",
"businessName": "Business Name",
"businessType": "general",
"location": "Ibadan",
"language": "en"
}businessType helps DaizLab understand the industry.
language defaults to English when not supplied.
Using businessType values not supported by the schema.
Removing required fields like title or businessName.
INITIALIZING DAIZLAB
Define the identity of the website.
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.
"meta": {
"title": "Website Title",
"description": "Website description",
"businessName": "Business Name",
"businessType": "general",
"location": "Ibadan",
"language": "en"
}businessType helps DaizLab understand the industry.
language defaults to English when not supplied.
Using businessType values not supported by the schema.
Removing required fields like title or businessName.