Returns the SEO Information based on input URLName or keywords.
| Header | Data Type | Valid Values | Required | Description |
|---|---|---|---|---|
| Content-Type | string | application/json | YES | The format your data will be sent to our site. |
| X-DevKey | string | string | YES | The devkey assigned to the developer. |
If the user credentials are not for an active user, you will recieve a 403 Forbidden and a Message Response indicating the reason
If the user credentials are for an active user, you will receive a 200 OK and the following data as serialized JSON
NOTE: Variables to place in the query string of the request.
| Parameter | Data Type | Valid Values | Description |
|---|---|---|---|
| UrlName | string | string | Url Name |
| Keywords | string | string |
| Parameter | Data Type | Valid Values | Description |
|---|---|---|---|
| BodyCopy | string | string | Text for body |
| MetaCopy | string | string | Text for meta tags |
| H1Copy | string | string | Text for H1 field |
| TitleCopy | string | string | Text for Title field |
| BottomCopy | string | string | Text for bottom copy |