- Check the url if it is used to be. This is required to prevent dublicated content from different urls in your website.
- Generate social bookmark and like data-href links
<?php echo "http://".$_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"]; ?>
This will give you the exact url of the current page.
No comments:
Post a Comment