-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: create universal site-audit-seo-viewer from viasite-projects-list
- Loading branch information
Showing
23 changed files
with
694 additions
and
1,426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,97 +1,17 @@ | ||
module.exports = [ | ||
{ | ||
name: 'Боевые сайты', | ||
q: 'prod=1', | ||
groups: ['main'] | ||
name: 'PageSpeed < 90%', | ||
q: 'lighthouse_scores_performance<90', | ||
groups: ['main', 'perf', 'lighthouse'] | ||
}, | ||
{ | ||
name: 'Приоритетные клиенты', | ||
q: 'meta_client_priority<3', | ||
groups: ['main'] | ||
name: 'Request time > 1000', | ||
q: 'request_time>1000', | ||
groups: ['main', 'perf'] | ||
}, | ||
{ | ||
name: 'Битриксы', | ||
q: 'engine=bitrix', | ||
groups: ['info', 'bitrix'] | ||
}, | ||
{ | ||
name: 'Drupal', | ||
q: 'engine=drupal', | ||
groups: ['info'] | ||
}, | ||
{ | ||
name: 'Визитки', | ||
q: 'group~/(visitkaplus|snormal)/', | ||
groups: ['info'] | ||
}, | ||
{ | ||
name: 'Vcorp', | ||
q: 'group=vcorp', | ||
groups: ['info'] | ||
}, | ||
{ | ||
name: 'Аспро', | ||
q: 'bitrix_aspro=1', | ||
groups: ['info', 'bitrix'] | ||
}, | ||
{ | ||
name: 'Без cron', | ||
q: 'engine=drupal&cron=0', | ||
groups: ['cron'] | ||
}, | ||
{ | ||
name: 'Без git', | ||
q: 'git=0', | ||
groups: ['git'] | ||
}, | ||
{ | ||
name: 'Грязный git', | ||
q: 'git=1&git_clean=0', | ||
groups: ['git'] | ||
}, | ||
{ | ||
name: 'h1 > 1', | ||
q: 'h1_count>1', | ||
name: 'H1 != 1', | ||
q: 'h1_count!=1', | ||
groups: ['seo'] | ||
}, | ||
{ | ||
name: 'Без HTTPS', | ||
q: 'https=0', | ||
groups: ['service'] | ||
}, | ||
{ | ||
name: 'Без почты на домене', | ||
q: 'meta_mail_domain=0', | ||
groups: ['service', 'info'] | ||
}, | ||
{ | ||
name: 'Drupal без кэша анонимов', | ||
q: 'engine=drupal&cache=0&boost=0', | ||
groups: ['cache'] | ||
}, | ||
{ | ||
name: 'Drupal без js min', | ||
q: 'engine=drupal&preprocess_js=0', | ||
groups: ['cache'] | ||
}, | ||
{ | ||
name: 'Яндекс.карты на главке', | ||
q: 'yandex_maps=1', | ||
groups: ['perf'] | ||
}, | ||
{ | ||
name: 'Быстрый PageSpeed', | ||
q: 'lighthouse_performance>50', | ||
groups: ['perf', 'lighthouse'] | ||
}, | ||
{ | ||
name: 'Кликабельные телефоны', | ||
q: 'tel_links>0', | ||
groups: ['service'] | ||
}, | ||
{ | ||
name: 'Продан PageSpeed', | ||
q: 'meta_pagespeed>0', | ||
groups: ['service', 'lighthouse'] | ||
} | ||
]; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.