Updates website settings including business name, description, language, theme, and custom code.
Enter your API key (starts with lindo_sk_)
Unique identifier of the website
"website_abc123"
Business name for the website
"My Business"
Business description
"A great business providing excellent services"
Language of the website
"en"
Theme configuration for the website
{ "primaryColor": "#007bff" }Robots.txt content for the website
"User-agent: *\nAllow: /"
Custom code to inject in the header
"<script>console.log('header');</script>"
Custom code to inject in the footer
"<script>console.log('footer');</script>"
Social media links for the website
{
"twitter": "https://twitter.com/mybusiness"
}Font configuration for the website
{ "heading": "Roboto", "body": "Open Sans" }