How do I add an "Add URL" form to my site?
|
|
Example
| Show your visitors that you're interested in exchanging links. You can find an example here:
|
| If someone fills out that form, we'll receive an email message with the link exchange data. It depends on your web space provider how you can set up such a contact form.
|
The simplest way: a mailto link
| For a start, a simple "Interested in exchanging links? Drop us a line!" link to your email address will also work, for example:
|
| Interested in exchanging links? <a href="mailto:your@emailaddress.com?subject=LinkExchange">Drop us a line!</a>
|
Why ARELIS does not automatically add sites from your web site
| ARELIS doesn't automatically add sites from your web site form to your link directory. The reason for that is that you'd get lots of low quality and spam entries in your link directory.
|
| If your link directory page accepted auto-submissions, you'd quickly be included in many "auto submitters" software programs and be treated as a search engine so that you'd get hundreds of low quality submissions without a link back to your site.
|
| If people could easily add their own links to your link pages, your web site would also be considered as an FFA page by the search engines, or, even worse, as a link farm.
|
| ARELIS helps you to build high quality link pages that are useful for visitors and that have a positive effect on your search engine rankings. For that reason, ARELIS doesn't support an auto-add feature.
|
How to add a simple "Suggest link" form to your web site
| If you want to add a simple "Suggest a link" form on your web site, insert
|
| the following code on one of your web pages:
|
| <form method="post" enctype="text/plain" action="mailto:your@emailadress.com?subject=LinkSuggestion">
|
| <input name="Title:" size="50" type="text"></p>
|
| <input name="URL" size="50" value="http://" type="text"></p>
|
| <p> <b>Banner URL:</b> <br>
|
| <input name="Banner URL" size="50" value="http://" type="text"></p>
|
| <p> <b>Reciprocal Link URL:</b> <br>
|
| <input name="Reciprocal Link URL" size="50" value="http://" type="text"> <br>
|
| <font size="1" face="Verdana"><b>Note:</b> A reciprocal link is required to be included in this directory. </p>
|
| <p> <b>Description:</b> <br>
|
| <textarea wrap="virtual" name="Description" rows="3" cols="42"></textarea> <br>
|
| <p> <b>Your name:</b> <br>
|
| <input name="realname" size="40" type="text"></p>
|
| <p> <b>Your email address:</b> <br>
|
| <input name="email" size="40" type="text"></p>
|
| <p><input type="submit" value="Suggest link" name="SUBMIT"></p>
|
| <p> Click the button only once. Clicking the button will send an email message with your data.
|
| That form will send you the information by email.
| An easy to use CGI script
| If you can install CGI scripts on your web server, try FormMail.
|
|