Skip to content
forked from Elao/accesseo

Provide accessibility and SEO insights of your page in Symfony profiler

License

Notifications You must be signed in to change notification settings

le-phare/accesseo

This branch is up to date with Elao/accesseo:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 25, 2021
Jan 12, 2021
Oct 15, 2021
Dec 1, 2021
Oct 15, 2021
Oct 15, 2021
Dec 10, 2020
Dec 10, 2020
Dec 10, 2020
Dec 10, 2020
Oct 15, 2021
Dec 18, 2020
Oct 22, 2021
Oct 15, 2021
Jan 7, 2021
Dec 10, 2020

Repository files navigation

Accesseo

Accesseo helps you improve the accessibility and SEO of your pages with some simple optimization insights.

Installation

composer require --dev elao/accesseo:^1.0@beta

in config/bundles.php add:

Elao\Bundle\Accesseo\ElaoAccesseoBundle::class => ['dev' => true],

Configuration options

in config/packages/elao_accesseo.yaml :

Disable bundle :

elao_accesseo:
    enabled: false

Disable SEO panel :

elao_accesseo:
  enabled_seo_panel: false

Disable Accessibility panel :

elao_accesseo:
  enabled_accessibility_panel: false

Accessibility panel : icons

Configure the list of icons css classes in your html so we can check if they are readable by screen readers :

elao_accesseo:
  icons: 
    - icon
    - duck-icon
    - ...

About

Provide accessibility and SEO insights of your page in Symfony profiler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 47.2%
  • Twig 37.2%
  • HTML 15.1%
  • Makefile 0.5%