Nigeria News Daily About Us

Hot Posts

6/recent/ticker-posts

About Us

About Nigeria News Daily

Welcome to Nigeria News Daily where we share information related to News and media. We're dedicated to providing you the very best information and knowledge of the above mentioned topics.

We hope you found all of the information on Nigeria News Daily helpful, as we love to share them with you.

If you require any more information or have any questions about our site, please feel free to contact us through our Contact Us website

Post a Comment

0 Comments

// Get all the links on the page var links = document.querySelectorAll('a'); // Get the current page's hostname var currentHostname = window.location.hostname; // Loop through each link for (var i = 0; i < links.length; i++) { var link = links[i]; // Get the hostname of the link var linkHostname = link.hostname; // Check if the link is internal or external if (linkHostname === currentHostname) { // Internal link - set it as dofollow link.setAttribute('rel', 'dofollow'); } else { // External link - set it as nofollow link.setAttribute('rel', 'nofollow'); } } ]]>