# Source Types

## Field Source Type&#x20;

The purpose of a field source&#x20;

#### wfu-calc-source-type = field&#x20;

The name of the field to use, as tagged with `wfu-calc-field`&#x20;

e.g. `blog` would match all items which have `wfu-calc-field` = `blog`  &#x20;

## Selector Source Type&#x20;

#### wfu-calc-source-type = selector&#x20;

Any valid [CSS selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors) for identifying the unique elements we want.

e.g. \[my-type=foo] &#x20;

## Sitemap Source Type&#x20;

#### wfu-calc-source-type = sitemap&#x20;

The path prefix to match, e.g. `/blog/`&#x20;

e.g. `/blog/` would count all items with the path beginning with `/blog/`.&#x20;
