Previous page | Search Engine Optimisation | Next page |
Generating XML Sitemaps for Google |
neatComponents supports XML sitemaps as defined by http://sitemaps.org and used by Google to tune their crawling of websites. A sitemap is an XML file containing a list of page addresses, together with information about their relative importance, expected frequency of change, and last update time. neatComponents protects you from the complexity of the XML format, and allows you to simply set up a sitemap. Sitemaps support is provided as an option within the Site tree component. For configuration details, see below: Note: If you want to have multiple sitemaps, simply configure multiple Site Tree components To configure a Site Map: This requires a Site Tree component... Add a Site Tree component to the site, and configure it to show the pages on the site which you want to appear in the sitemap.
Site Tree Component Settings You can force the sitemap to be rebuilt 'now' by clicking the 'Rebuild xml site map' button at the bottom of the tab. This will not affect the rebuild schedule defined above, and enables you to update the sitemap if you have made a significant change and don't want to wait until the next scheduled rebuild.
You can further tune the contents of the sitemap by changing the settings in the BE of any of the pages that appear in the sitemap:
Reference the sitemap in Google, Bing, etc Sitemaps in the robots.txt file In order for the sitemap xml file to be seen, the system automatically places a reference to it at the bottom of the robots.txt file. Where is this?
Note: the name of the sitemap xml file is not 'sitemap.xml', but 'sitemap-nn.xml' where nn is a number. Some third-party analysis tools assume the sitemap will be called sitemap.xml, and get upset about the different name, but that's simply because they are not following the standard, whereas Google do and will happily find the xml files - as they look for the references in the robots.txt file. To the right of the sitemap URL is a 'Configure' link, which opens a window on the Site tree component, open at the XML Site Map preview tab. Sitemaps and 'virtual' pages generated from Form records. If your site contains pages which are generated from Form data, via Queries (for example a catalog of items for sale, where each category, and each product is displayed on separate pages), you will likely want to sitemap to list them all individually. To achieve this you need to get them to show in the navigation. Your Site Tree component will then pick this up, and reflect it in the sitemap xml. |