GET api/seo/GetMetaTitleDescription/url?url={url}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
url | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MetaSeoModelName | Description | Type | Additional information |
---|---|---|---|
MetaPageTitle | string |
None. |
|
MetaKeywords | string |
None. |
|
MetaDescription | string |
None. |
|
PageName | string |
None. |
|
PageUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "MetaPageTitle": "sample string 1", "MetaKeywords": "sample string 2", "MetaDescription": "sample string 3", "PageName": "sample string 4", "PageUrl": "sample string 5" }