About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
administration:search_engine_optimization

This is an old revision of the document!


Search Engine Optimization

In some cases, you may wish to make sure that the contents of your VuFind system are visible beyond your local site. This page provides tips and tools for increasing and controlling search engine visibility.

Sitemaps

This feature was added after the release of VuFind 1.0.1.

Several search engines look for sitemap files which list all of the pages of your site and ensure that no content is missed during indexing. For example, sitemaps are useful in combination with Google Webmaster Tools.

VuFind comes with a simple tool for generating sitemaps. To use it, follow these steps:

1. Edit the sitemap.ini file under your VuFind installation to specify the location of the generated sitemaps and some other settings. All options are explained by comments within the file.

2. Switch to the util folder under your VuFind installation, and run:

php sitemap.php

This may take some time. When it is complete, your sitemap file(s) will be generated.

You may wish to automate this so that sitemaps are built on a regular basis; see the Automation page for tips on automating VuFind-related tasks.

Technical Details

Early versions of VuFind made use of the standard Solr TermsComponent for extracting identifiers. This is still available as a configurable option, since it is very fast, but it does not account for certain configuration options such as hidden filters and may not properly represent your site. Starting with VuFind 5.1, the default behavior was changed from TermsComponent to a search-based approach. The configuration can be changed via sitemap.ini.

robots.txt - Recommendations for restricting search engine access to avoid confusing results and/or unnecessary server load.

administration/search_engine_optimization.1545246020.txt.gz · Last modified: 2018/12/19 19:00 by demiankatz