PHP code example of survos / seo-bundle
1. Go to this page and download the library: Download survos/seo-bundle 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/ */
survos / seo-bundle example snippets
# config/packages/survos_seo.yaml
survos_seo:
# branding will be added if the title is short enough. So a title of "Welcome" becomes "MyBrand Welcome"
branding: ''
minTitleLength: 30
maxTitleLength: 150
minDescriptionLength: 10
maxDescriptionLength: 255