PHP code example of thepoddi / kirby3-seokit

1. Go to this page and download the library: Download thepoddi/kirby3-seokit 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/ */

    

thepoddi / kirby3-seokit example snippets


'thepoddi.seokit.robots.disallow.pages' => array( 'error' ),

'thepoddi.seokit.robots.disallow.templates' => array( 'error' ),

'thepoddi.seokit.sitemap.ignore.pages' => array( 'error' ),

'thepoddi.seokit.sitemap.ignore.templates' => array( 'error' ),

'thepoddi.seokit.sitemap.important.pages' => array( 'home' ),

'thepoddi.seokit.sitemap.important.templates' => array( 'home' ),