1. Go to this page and download the library: Download juhlinus/depictr 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/ */
juhlinus / depictr example snippets
return [
'crawlers' => [
/*
|--------------------------------------------------------------------------
| Search engines
|--------------------------------------------------------------------------
|
| These are the list of all the regular search engines that crawl your
| website on a regular basis and is the crucial if you want good
| SEO.
|
*/
'googlebot', // Google
'duckduckbot', // DuckDuckGo
'bingbot', // Bing
'yahoo', // Yahoo
'yandexbot', // Yandex
/*
|--------------------------------------------------------------------------
| Social networks
|--------------------------------------------------------------------------
|
| Allowing social networks to crawl your website will help the social
| networks to create "social-cards" which is what people see when
| they link to your website on the social network websites.
|
*/
'facebookexternalhit', // Facebook
'twitterbot', // Twitter
'whatsapp', // WhatsApp
'linkedinbot', // LinkedIn
'slackbot', // Slack
/*
|--------------------------------------------------------------------------
| Other
|--------------------------------------------------------------------------
|
| For posterity's sake you want to make sure that your website can be
| crawled by Alexa. This will archive your website so that future
| generations may gaze upon your craftsmanship.
|
*/
'ia_archiver', // Alexa
]
]