Contents 

Welcome to ARELIS!
Benefits and features
System requirements
Contact information
Ordering information
Working with ARELIS
Getting started
Projects
Adding link partners
Previewing and judging link partners
Editing web sites
What are link page templates?
Creating link pages
Sending email messages
Creating email templates
Checking links
Importing
Exporting
Working with multiple projects
Other features
Glossary
How do I...
How do I...
How do I change the preview browser size?
How do I improve the quality of the found web sites?
How do I determine the quality of potential link partners?
How do I create customized email messages?
How do I sort the web site list by category?
How do I sort the links on the link pages?
How do I use the created link pages?
How do I remove unwanted web sites?
How do I select multiple web sites?
How do I change the status/category/link order/etc. of multiple web sites at once?
How do I check if other sites link back?
How do I include all web sites in my link directory?
How do I add the same site to more than one category?
How do I rename/delete categories or sub-categories?
How do I send email messages to all link partners?
How do I send HTML formatted email messages?
How do I find out the PageRank of a web site?
How do I add an "Add URL" form to my site?
How do I get the most out of ARELIS?
How do I make my link directory searchable?
How do I backup ARELIS?
How do I create a dummy web page?
How do I submit my web site to the search engines?
The windows
The main window
The Find New Link Partners window
The Add Web Site window
The Create Link Pages window
The Check Links Options window
The Edit Project window
The Email Options window
The Edit Categories window
The Change Web Pages window
The Options window
The Remove A Set Of Web Pages window
The Get Picture URL window
The Edit Status List window
The main window panels
Preview
Edit Site
Send Email Message
Check Links
The menus
The File menu
The Edit menu
The Project menu
The List menu
The Display menu
The Settings menu
The Tools menu
The Help menu
Link Page Templates
How to create own templates
How to edit the templates
How to add a popup menu selector on your link pages
Template Troubleshooting
Overview of all link page template variables
Troubleshooting / FAQ
Version history
Other Axandra products
End User License Agreement (EULA)

ARELIS - How To Get High Quality Inbound Links

Previous Page Next Page
How do I add an "Add URL" form to my site?
Top  Previous  Next


Example

Show your visitors that you're interested in exchanging links. You can find an example here:  
 
http://www.Axandra.com/link-to-us.htm  
 
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:  
 
---snip---  
<b> Suggest a link: </b>  
<p>  
<form method="post" enctype="text/plain" action="mailto:your@emailadress.com?subject=LinkSuggestion">  
</p>  
<p> <b>Title:</b> <br>  
<input name="Title:" size="50" type="text"></p>  
<p> <b>URL:</b> <br>  
<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>  
<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.  
</form>  
---snip---  
 
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.