osit/webaseo

SEO report for your website.

v1.0.2 2023-12-11 08:28 UTC

This package is auto-updated.

Last update: 2024-09-11 10:07:31 UTC


README

Packagist Version (custom server) Packagist PHP Version Static Badge License

About WebaSEO

SEO report for your website.

Using WebaSEO

You can use WebaSEO to improve your SEO. WebaSEO will grade your website and give you insight on what you may improve to improve SEO.

Getting Started

  1. Composer require the package:

    composer require osit/webaseo 
  2. Initialise the package:

    php artisan webaseo:init
  3. Use WebaSEO:

    1. visit WebaSEO Dashboard using path {/webaseo/report} e.g.: http://127.0.0.1:8000/webaseo/report to get your SEO report!

Security

You can protect you WebaSEO data by uncommenting the line of code:
// $this->middleware('auth');
in the WebaseoController.php constructor.

Contributing

Thank you for considering contributing to the WebaSEO package!
Please email our developer via developer@osit.co.za to find out how.