@studyportals/fawkes 5.0.1-1 → 5.0.1-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ import { OnlineAttendanceRule } from '../../common/rules/OnlineAttendanceRule';
6
6
  import { ProgrammesBaseIndexabilityPolicy } from '../ProgrammesBaseIndexabilityPolicy';
7
7
  export class CountryAttendance extends ProgrammesBaseIndexabilityPolicy {
8
8
  name = 'Country Attendance Policy';
9
- description = 'Governs indexing of country-level filtered pages.';
9
+ description = 'Determines indexing rules for pages filtered by both country, and study format (online, on-campus, etc.).';
10
10
  rules = [
11
11
  ...this.baseRules,
12
12
  new SingleValueSelectedForFilterRule(FilterKey.COUNTRY),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/fawkes",
3
- "version": "5.0.1-1",
3
+ "version": "5.0.1-3",
4
4
  "description": "A package to centralize SEO related logic for SBLP and Sitemap Generator.",
5
5
  "files": [
6
6
  "./dist"