Quote:
Originally Posted by snorlaxle Is it really legal to remove the "powered by:" after making a new template on a cms?? |
If you don't like having that Powered by link on your website it's best to keep it between noscript tags.
PHP Code:
<noscript>Powered by <a href="">CMS Name</a></noscript>
This way the link will not be visible to your visitors but it will be visible for search engines.
This way both you and the CMS owner are happy. You because the Powered by link is gone and the CMS because they will still have a backlink from your site even if it is not visible.