PHP code example of probeforge / seoforge

1. Go to this page and download the library: Download probeforge/seoforge library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

probeforge / seoforge example snippets

bash
php artisan seo:audit
bash
php artisan seo:fix --issues=viewport,canonical --backup
bash
php artisan seo:audit --json
bash
php artisan seo:audit [--path=] [--level=A|AA|AAA] [--json]
bash
php artisan seo:fix [--path=] [--backup] [--issues=viewport,canonical]
bash
php artisan vendor:publish --provider="ProbeForge\SEOForge\SeoForgeServiceProvider"