Retrieves internal links and seo content for the homepages of the property vertical
SeoLandingPageContent |
Collection of <VerticalSeoLandingPageContent> or null |
Landing page seo info collection for a vertical
|
DisplayTitle |
String or null |
The homepage H1
|
PageTitle |
String or null |
The Page title
|
PrimaryContentBlock |
<PagePrimaryContentBlock> or null |
The content block will be displayed in homepage
|
Title |
String or null |
Title of content block
|
Content |
String or null |
Content of contentblock
|
|
Metadata |
<PageMetadata> or null |
The site metadata
|
Title |
String or null |
Meta title of page
|
Description |
String or null |
Meta description of page
|
|
PageName |
String or null |
The name of the vertical landing page
|
|
SeoLinks |
Collection of <SeoLinkGroup> or null |
A list of SEO links for internal linking
|
|
VerticalSearchTab |
Enumeration |
The vertical search tab refine value for the landing page, if applicable
|
|
ResidentialForSale |
0 |
ResidentialForSale
|
ResidentialForRent |
1 |
ResidentialForRent
|
SoldProperty |
2 |
SoldProperty
|
Flatmates |
3 |
Flatmates
|
RetirementVillages |
4 |
RetirementVillages
|
Agents |
5 |
Agents
|
|
{
"SeoLandingPageContent": [
{
"DisplayTitle": "ABC",
"PageTitle": "ABC",
"PrimaryContentBlock": {
"Title": "ABC",
"Content": "ABC"
},
"Metadata": {
"Title": "ABC",
"Description": "ABC"
},
"PageName": "ABC"
},
{
"DisplayTitle": "ABC",
"PageTitle": "ABC",
"PrimaryContentBlock": {
"Title": "ABC",
"Content": "ABC"
},
"Metadata": {
"Title": "ABC",
"Description": "ABC"
},
"PageName": "ABC"
}
],
"SeoLinks": [
{
},
{
}
],
"VerticalSearchTab": 0
}