Forum Moderators: martinibuster

Message Too Old, No Replies

Make it easy for people to link to you

HTML example shows you how

         

lexipixel

10:46 pm on Nov 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



A lot of the work involved with link building involves emailing potential partners regarding what HTML, anchor text, URL and if applicable - image files to use.

To make it as easy as possible for others to link to your site, I suggest creating a "How to Link to Us" page on your site, and directing people to cut and paste from the prepared code you provide on that page.

In the spirit of Thanksgiving, I couldn't invite you all over for coffe and dessert, so I figured I'd post some code...

The example below is the markup for a page with;

1. a plain text link
2. a small graphic link
3. a 468x60 banner link

Simply replace yourdomain.tld along with image filenames, alt text and anchor text.

You can easily add to this file if you want to provide more or less linking options. You can get creative and add Javscript buttons to make copying the link code a one click operation, etc..


<html>
<head>
<title>How to link to Us</title>
</head>
<body>
<h1>How to link to our site</h1>
<h2>Text Link:</h2>
<br />
Cut and paste the HTML below into one of your web pages.<br />
<form>
<textarea rows=6 cols=50 READONLY NOEDIT>
<A HREF="http://www.yourdomain.tld/dir/page.htm">Visit YOURDOMAIN.TLD Now!</A>
</textarea>
</form>
<br /><br /><hr /><br /><br />
<h2>Graphic Image Link:</h2>
<h3>(125x60 Button)</h3>
<br />
<a href="http://www.yourdomain.tld/dir/page.htm"><img src="http://www.yourdomain.tld/images/link_graphic_125x64.gif" border="0" height="64" width="125" alt="Click Here to Visit YOURDOMAIN.TLD Now!..."></a><br />
<br />
Cut and paste the HTML below into one of your web pages.<br />
<form>
<textarea rows=6 cols=50 READONLY NOEDIT>
<a href="http://www.yourdomain.tld/dir/page.htm"><img src="http://www.yourdomain.tld/images/link_graphic_125x64.gif" border="0" height="64" width="125" alt="Click Here to Visit YOURDOMAIN.TLD Now!..." /></a><br />
</textarea>
</form>
<br /><br /><hr /><br /><br />
<h2>Graphic Image Link:</h2>
<h3>(468x60 Banner)</h3>
<br />
<a href="http://www.yourdomain.tld/dir/page.htm"><img src="http://www.yourdomain.tld/images/2006/link_graphic_468x60a.gif" border="0" height="60" width="468" alt="Click Here to Visit YOURDOMAIN.TLD Now!..." /></a><br />
<br />
Cut and paste the HTML below into one of your web pages.<br />
<form>
<textarea rows=6 cols=50 READONLY NOEDIT>
<a href="http://www.yourdomain.tld/dir/page.htm"><img src="http://www.yourdomain.tld/images/2006/link_graphic_468x60a.gif" border="0" height="60" width="468" alt="Click Here to Visit YOURDOMAIN.TLD Now!..."></a><br />
</textarea>
</form>
<br /><br /><hr /><br /><br />
Return to <A HREF="index.htm">home page</A><br />
<br /><br /><hr /><br /><br />
</body>
</html>

Happy Turkey Day '06

mack

10:53 pm on Nov 25, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Hi lexipixel,
Thanks for this post!

I have done something similar on a lot of my sites. It can be a great way to get people to link to you in the way you want. For example providing the HTML code for image or even text links can work wonders.

What can also help is a link to an instructions page where people can read up on exactly how to use your code. There may be people using WYSIWYG editors who simply don't have a clue how to paste HTML.

I believe a link to us page is a great idea.

Mack.

kostis

5:27 pm on Nov 27, 2006 (gmt 0)

10+ Year Member



According to your experience,does this really encourage people to link in?

Did you experience any results?

lexipixel

6:37 pm on Nov 27, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



According to your experience,does this really encourage people to link in?

You will still need to seek out link partners.

The point is to make it as easy as possible for them to link to you, and to supply them with the text, html and images you want them to use.