Adding Profile Meta Data
The following API calls are required in order to add dynamic meta data including schema data to individual profile pages using key profile fields.
Get Profile Meta Data
Name
Value
Name
Type
Description
{
data: [
{
title: '',
description: '',
keywords: '',
canonical: '',
schema: ''
}
],
success: true
}Last updated