Viewing 1 reply thread
You must be logged in to reply to this topic.
Your theme header file has this code:
<?php if (function_exists('codeless_favicon')) { echo codeless_favicon($cl_redata['favicon']['url']); } ?>
which outputs:
<link rel="icon" href="https://localhost/consultpress/seo/wp-content/themes/consultpress/img/favicon.png" type="image/png">
https://localhost/consultpress/seo/wp-content/themes/consultpress/img/favicon.png
Bad for SEO to have links to unexisting files.
Hello,
The favicon function calls out the favicon added in General Options > Favicon for your website (screenshot) If you are in localhost, then the link will point to an image in localhost. If your installation is on a live server, then the link will also change to one useful for SEO. Just replace the demo data (text/images) with our own licensed images and you will not have any problem.
Theme is SEO optimized so you do not need to worry about it.
Let us know for anything.
Best regards!
You must be logged in to reply to this topic.