Contents:
This software is meant to serve as a tool for creating valid schema.org markups. These can then be used by web developers to improve the SEO of the websites they maintain.
For instance
<div itemscope itemtype="http://schema.org/Park">
<div itemprop=geo itemscope itemtype="http://schema.org/GeoCoordinates">
<span itemprop="latitude">44.4279668</span>
<span itemprop="longitude">-110.5906437</span>
</div>
<span itemprop="hasMap">http://www.nps.gov/common/commonspot/customcf/apps/maps/showmap.cfm?alphacode=yell&parkname=Yellowstone</span>
<span itemprop="name">Yellowstone</span>
<span itemprop="url">http://www.nps.gov/yell/index.htm</span>
</div>
To maintain an up-to-date version of the hierarchy, the Schema bot can be set-up with a cron job
The Application Server can be started, concurrently, listening to different ports. The Web Server should be configured for load balancing to these different ports.
Programming languages:
Refer to the Readme.txt file for © copyright information