> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-management/site-properties/properties/introduction.md ## Article Content: # About Site Properties Site Properties are a set of business-related values associated with a particular Wix site. They are modeled as a stream of versioned events (as in an event-sourced system), which can be accessed in their current state or materialized into snapshots. (A snapshot is essentially a key-value container that represents site properties at a given point in time, or in a given version). The Site Properties API is a service that holds all the public information about the site and business in a single place, including profile, contact details, schedule information, and consent policy. It’s a single source of truth for this data across Wix. Wix users enter this information in the Wix Dashboard under Settings > [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info). ## Site Properties Info - **Profile**: Site Display Name, Business Name, Description, Logo - **Contact**: Email, Phone, Fax, Address - **Schedule**: Regular Business Hours, Special Exceptions - **Region**: Locale, Language, Multilingual, Payment Currency, Timezone - **Consent Policy**: Default Consent Policy - **Other Info**: Categories, Business Type ## Consent Policy To help site owners and app developers comply with privacy regulation guidelines such as GDPR and CCPA, Wix provides consent policies that can be used to restrict cookies and related technologies on Wix sites. Third parties can access and manage the default consent policy for a site using this API. The default consent policy is the consent policy initially applied to site visitors before they make any consent choices themselves, such as through a cookie consent banner. Read more about [managing consent policies](https://dev.wix.com/docs/build-apps/launch-your-app/legal-and-security/about-consent-apps.md#managing-consent-policies). The consent policy includes the following types: - **Functional**: Used to remember choices site visitors make to improve their experience (for example, language). - **Analytics**: Lets the Wix user understand how visitors use the website (for example, which pages you visit), to provide statistics on how the website is used, improve the website by identifying any errors, and performance issues. - **Advertising/Marketing**: Used to collect information about the impact of marketing campaigns performed in other websites. - **Essential**: Lets the site visitor move around the website and use essential features like secure and private areas. - **Data To Third Parties**: Lets the Wix user share data with other parties (includes the sale of data, as well sharing data for essential or enhanced functionality, for example, Google Analytics) - specifically for CCPA compliance. > **Important**: > All apps are bound by the “Wix App Market – Partner Program Agreement”, which contains obligations related to privacy regulations (including honoring each site visitor’s decision about cookies). For more information about the consent policy process for Wix users, see the following: - [About Consent Apps](https://dev.wix.com/docs/build-apps/launch-your-app/legal-and-security/about-consent-apps.md) - [Displaying a Cookie Banner On Your Site](https://support.wix.com/en/article/displaying-a-cookie-banner-on-your-site) - [Adding a “Do Not Sell Data” Link to Your Wix Site](https://support.wix.com/en/article/adding-a-do-not-sell-data-link-to-your-wix-site) - [Important Information About Editor Elements - Third Party Apps](https://support.wix.com/en/article/important-information-about-editor-elements-third-party-apps-custom-code-and-the-cookie-banner#third-party-apps) ### Language vs. Locale - Language (for example, `en`) determines the site language that will be displayed to the user of user on the site. It’s a list of (currently) 29 languages that Wix supports. It's also used in the HTML of the site for SEO and browser support purposes. - Locale (for example, `en-US`) determines the formats that will be used across the site: date and time, currency, units and measurements, and first day of the week. Wix saves and supports both, in order to support all locales, even though Wix doesn't support all languages, and to allow special combinations, such as a site in Japanese for Wix users in the US. ### Site Categories A category that the Wix user selected when they set up a site. **Examples:** Business Online Store Music Design Blog Beauty & Wellness Portfolio & CV Events Photography Restaurants & Food Fitness Technology Company Real Estate Agency Yoga Studio Financial Consultant Makeup Blog @sdk_package_setup