How to Place a Blacklink
Note: The backlink should be placed on the HOMEPAGE of your website only, e.g. https://website.com, not https://website.com/backlink, etc. We do have a backlink checker, it check for backlinks on your homepage only. Listings identified as having a backlink but don't or not on your homepage will be deleted.
There are two methods to place our backlink.
1) This solution is for websites running wordpress.
a. Simply download our: footer-backlinks.zip file at https://dyrectory.com/footer-backlinks.html
b. Login to your website's wordpress admin section. e.g. https://domain.com/wp-admin
c. Go to: Plugin and click Add New Plugin and choose the zip file you downloaded: footer-backlinks.zip
d. Click the activate the footer-backlinks. Visit your website's homepage and scroll to the footer section. You should be able to see: We are listed at dyrectory.com
e. If you wish to add up to four additional backlinks / links in the footer section go to Settings and click: Footer Backlinks. Once on this page simply add other links of your choice.
2) This method is for website not running a wordpress website.
Our backlink code is:
<a href="https://dyrectory.com">dyrectory.com Business Directory
</a>
Instructions for adding a backlink in the footer of a simple website’s homepage.
If your website doesn't have a theme or a content management system like WordPress, and you're working with plain HTML and CSS files, you can manually edit the HTML file to add the link. Follow these steps:
1. Access Your Website Files:
Locate and access the HTML file of your homepage. This is typically named index.html
or home.html
.
2. Open the HTML File in a Text Editor:
Use a text editor such as Notepad (Windows), TextEdit (Mac), or any code editor like Visual Studio Code or Sublime Text.
3. Find the Closing </body>
Tag:
Scroll down to the end of the HTML file and find the closing </body>
tag. This is where you'll add your link.
4. Insert the Link Code:
Just above the </body>
tag, insert the following HTML code:
<a href="https://dyrectory.com">dyrectory.com Business Directory
</a>
5. Save the Changes:
Save the changes you made to the HTML file.
6. Upload the Updated HTML File:
If your website is hosted on a server, upload the modified HTML file to the server, replacing the existing file.
7. Check the Homepage:
Visit your website's homepage in a web browser to ensure that the backlink has been added to the footer.
End