As a start toward formatting listings xml for google base i am trying to get publish cron to work consistently.
I have in the rss_template.xml file the following:
<title>$lfield3$-$lfield8$ MLS#$lfield2$, $lfield1$</title>
Corresponds to City-property type MLS#, location address
When I run publish cron the rss/xml file shows all the properties but some of the properties do not have the complete title tag. Some of them only show the location address and not the City-property type and mls #.
I have checked the title tag in the published listings pages and everything looks fine. I have reviewed the properties that have the incomplete title tage in listings manager and I can not see any difference between them. I have viewed source comparing the published listings html and I can not see any difference.
I am at a loss. Please advise.
As a start toward formatting listings xml for google base i am trying to get publish cron to work consistently.
I have in the rss_template.xml file the following:
<title>$lfield3$-$lfield8$ MLS#$lfield2$, $lfield1$</title>
Corresponds to City-property type MLS#, location address
When I run publish cron the rss/xml file shows all the properties but some of the properties do not have the complete title tag. Some of them only show the location address and not the City-property type and mls #.
I have checked the title tag in the published listings pages and everything looks fine. I have reviewed the properties that have the incomplete title tage in listings manager and I can not see any difference between them. I have viewed source comparing the published listings html and I can not see any difference.
I am at a loss. Please advise.
<?xml version="1.0" encoding="UTF-8" ?>
<rss version ="2.0"
xmlns:g ="http://base.google.com/ns/1.0">
<channel>
<title> </title>
<description> </description>
<link> </link>
<item>
<title> </title>
<description> </description>
<link> </link>
<g:image_link> </g:image_link>
<guid> </guid>
<g:expiration_date> </g:expiration_date>
<g:expiration_date_time></g:expiration_date_time>
<g:label> </g:label>
<g:price> </g:price>
<g:price_type> </g:price_type>
<g:payment_accepted> </g:payment_accepted>
<g:payment_notes> </g:payment_notes>
<g:listing_type> </g:listing_type>
<g:property_type> </g:property_type>
<g:location> </g:location>
<g:bedrooms> </g:bedrooms>
<g:bathrooms> </g:bathrooms>
<g:square_footage> </g:square_footage>
<g:school_district> </g:school_district>
<g:hoa_dues> </g:hoa_dues>
<g:year> </g:year>
<g:agent> </g:agent>
<g:tax_region> </g:tax_region>
<g:tax_percent> </g:tax_percent>
</item>
</channel>
</rss>