
August 13th, 2008, 03:40 AM
|
|
Registered User
|
|
Join Date: Aug 2008
Posts: 1
Time spent in forums: 31 m 32 sec
Reputation Power: 0
|
|
|
Javascript SEO
Hi, I'm new in SEO.
I create backlink.js file contain:
Code:
document.write("<a href='" + URL1 + "'>site1</a><br/>");
document.write("<a href='" + URL2 + "'>site2</a><br/>");
document.write("<a href='" + URL3 + "'>site3</a><br/>");
and then, in my site, I insert this code
Code:
<script type="text/javascript" src="backlink.js"></script>
What happened when my site got crawled, ignore backlink.js? or process backlink.js and follow each URL in the file?
Thanks.
|