Using special tags in the of your property pages you can precisely specify the information extracted for a property.
For example, the following property will be indexed as a property for sale at €160,000 with 2 bedrooms, 1 bathroom in Dublin 4:
<html>
<head>
<meta name="globrix.instruction" content="buy">
<meta name="globrix.price" content="€160,000">
<meta name="globrix.bedrooms" content="2">
<meta name="globrix.bathrooms" content="1">
<meta name="globrix.address" content="18 Lansdowne Road, Ballsbridge, Dublin 4">
</head>
...
</html>
The full selection of meta tags available is as follows:
| name | type | description |
|---|---|---|
| globrix.instruction | enumeration | designates the property as either 'buy' or 'rent' |
| globrix.price | currency + numeric (+ optionally rent period) | designates the price for the property eg. €160000 €270 per week €1050 pcm |
| globrix.address | text | designates the full address of the property eg. 18 Lansdowne Road, Ballsbridge, Dublin 4 |
| globrix.bedrooms | numeric | designates the number of bedrooms for the property eg. 2 7 |
| globrix.bathrooms | numeric | designates the number of bathrooms for the property eg. 1 2 |
| globrix.type | text | indicates the type of the property. You should use any common descriptive text, the Globrix text extraction is flexible and will pick up the majority of terms. eg. semi-detached house barn conversion new build, mews house |
| globrix.condition | text | indicates the condition of the property. eg. renovated requires modernisation needs work |
| globrix.features | text | describes internal features of the property. eg. double glazing, en-suite bathroom feature fireplace, laminate floor, tennis court |
| globrix.outsidespace | text | describes external features of the property. eg. private garden, south-facing garden communal front garden, courtyard |
| globrix.parking | text | indicates parking available for the property. eg. parking for 2 cars off-street parking garage |
| globrix.period | text | indicates the period of the property. eg. modern flat victorian, grade I listed |
| globrix.poa | text | indicates if the property price is available only on application. If this is the case, you should leave the globrix.price field unset. eg. price on application |
| globrix.tenure | text | indicates the tenure of the property. eg. freehold leasehold |
| globrix.underoffer | text | indicates if the property is under offer, sold or let. eg. sale agreed under offer let agreed |
| globrix.priceproximity | text | indicates the region attached to the price. eg. guide price of offers in the region of offers in excess of |
| globrix.latitude globrix.longitude | float | indicates the precise geo-coordinates of a property in degrees, with N and E positive and S and W negative.
|