SeoAuditPolicy constructor

const SeoAuditPolicy({
  1. Set<SeoCheck> ignore = const {},
  2. int minTitleLength = 15,
  3. int maxTitleLength = 60,
  4. int minDescriptionLength = 70,
  5. int maxDescriptionLength = 160,
})

Implementation

const SeoAuditPolicy({
  this.ignore = const {},
  this.minTitleLength = 15,
  this.maxTitleLength = 60,
  this.minDescriptionLength = 70,
  this.maxDescriptionLength = 160,
});