/content mapping & automation
Map and update Business Info via API
In this lesson, we’ll focus on updating the Business Info section of the Content Library.
To keep things simple, we’re working with a cleaned-up version of the content object—stripped down to only the fields connected in the Content Library. We'll walk through how to match the content you see in the site editor with what you update in the object.
Important
Do not
edit field labels. These labels are what connect your content to the template’s design. Changing them will break the connection and prevent your content from displaying properly.
API Reference
To enable Local Business schema on your site to take full advantage of structured business data, checkout the tutorial linked below.
Developer Documentation: Local Business Schema
Note
In this course, we're manually updating the content by copying it from a Google Doc into a text editor (VSCode) just to demonstrate how it works.
But in a real-world scenario, you won’t be hardcoding content like this. Most teams pull in data dynamically using variables, often sourced from:
- CRMs or internal databases
- Intake forms completed by clients
- Spreadsheets or other structured data formats
The key takeaway here is understanding the structure and update process.