How do I integrate the booked Text Links and Post Links on my end?
teliad is concerned exclusively with search engine-relevant, pure backlinks. You will not receive any PHP code or similar from teliad; you integrate the booked backlinks via teliad in the usual way.
The HTML command for a pure backlink is as follows:
<a href="URL">Link-Text</a>
For example, if a backlink is set on the URL http://www.domain.com and the link text should read "Shopping", the backlink is integrated as follows:
<a href="http://www.domain.com">Shopping</a>
Possible content text which might be submitted for the variants / placements you have defined is integrated in the usual way as text into the content of the webpage. The link should be set inside this text as described above.
On top of that you naturally also have the possibility to use all attributes or (CSS) formatting in accordance with the W3C standard, for example like this:
<div id="sublinks">
<a class="sublink" href="http://www.domain.de" target="_blank">
<span style='font-weight:bold'>
<b>cheap</b> computer
</span>
</a>
</div>
If you have further questions on W3C conformity, this page will be of assistance to you:
http://www.w3.org/TR/html401/struct/links.html
Important note: Please note that backlinks cannot be integrated via tracking systems (adservers). Likewise, the masking of backlinks by means of PHP redirect, Javascript or similar methods is not permitted, nor is the use of the "nofollow-attribute".
Well-known sources of error
Control characters in the source text
Control characters such as line breaks (n) or tabs (t) should not be used, at least within the target URL.
No quotes
incorrect: <a href=http://domain.de>domain.de</a>
correct: <a href="http://domain.de">domain.de</a>
correct: <a href='http://domain.de'>domain.de</a>
No protocol
incorrect: <a href="www.domain.de">domain.de</a>
correct: <a href="http://www.domain.de">domain.de</a>
Spaces
incorrect: <a href = " http://www.domain.de ">domain.de</a>
correct: <a href="http://www.domain.de">domain.de</a>
There are some sources of error that are not viewed as such by some web browsers and hence manual browsing of the links works without a problem. Even Google is not so strict with many errors and recognises many links despite them. Nevertheless, we wish to ensure continuous and comprehensible quality of the booked backlinks, therefore the teliad crawler does not recognise too many special cases and exceptions as correct.
Selling Blog Posts » Problems with booking request
|
|
What do I do if I spot a mistake within a booking? |
|
|
Do I have to accept every booking? |
|
|
I have rejected an offer by accident and I do would like to integrate it. |

