Hello all,
I develop my website in PHP and I have a header file which is included at the top of all of my pages.
Within that header file, I have a few HTML commented lines with my copyright info. I am just wondering if there is a better way to do this and if this affects SEO in any way.
<!--
*****************************************************************************
* =================================================================== *
* | Website Info: | *
* | This website was created and developed by AUTHOR. | *
* | All content and source coding is copyrighted to the author. | *
* | Hosting for this website is provided by DOMAIN.COM | *
* | | *
* ==================================================================== *
*****************************************************************************
-->