View Full Version : Javascript to get backlinks
Billy_Me
01-18-2007, 05:49 AM
Hi,
I have a network of sites (around 20) and I would like to get backlinks to a particular URL from all of these. I thought of using Javascript, to include a script in all of these sites, so that I could update the JS to put links those I would like to get backlinks for. However, since Google Can't read JS links, that is not a good option.
Any other options?
Reply With Quote
Zhoog
01-22-2007, 10:10 PM
Hi,
I have a network of sites (around 20) and I would like to get backlinks to a particular URL from all of these. I thought of using Javascript, to include a script in all of these sites, so that I could update the JS to put links those I would like to get backlinks for. However, since Google Can't read JS links, that is not a good option.
Any other options?
Reply With Quote
Javascript is indeed not a good option. If you're using some decent served, you'll be able to use php or asp to add dynamic content. This is the only way to go.
If you're using dreamweaver you could make a template and edit the template once in a while to update all pages.
I don't think there is an easy way especially if your using html and all pages are made by hand.
Forget javascript.
hiacclaimdir2
01-26-2007, 10:33 AM
I would just post the links on each homepage in a non descript location and let it be part of the HTML code. This will allow the bots to find it easier. Typicall the Homepage will have the highest PR and the derived PR will link all of the sites together. The lower ranking once will benefit from the higher ones
hhheng
01-30-2007, 09:28 AM
You'd better build some server side php script to achieve that. Use javascript will be difficult and complicate.
ChrisWebPub
01-30-2007, 07:36 PM
Create a hub and spoke linking method (search on google for diagrams/ more information).
You'll focus all your weight on a central site, and then like a hose you can use that site to target the weight towards whatever site you want. I've done it to get sites from PR0 to PR7 in 1 update.
megri
02-15-2007, 09:19 AM
If you pages are in PHP you can use PHP include
If in HTML you can use SSI
In both case search engine recognize linking java is not a good method .
cessai
02-20-2007, 12:11 PM
i really don't have any idea about this? can JS really help?
we get back links by the natural way of link building, like article and pr submission, directory submission, blogs and link exchanges
Kevin
04-05-2007, 03:32 AM
If your server supports php that is the way to go and you can insert php into a .html and change the existing html extension to .php or you can use a statement in your .htaccess file if your hosted on a linux server to tell the server to run every html page through the php processor if you wanted to and that would allow you not to change the extension to .php
Lots of neat things you can do with a decent web hosting provider.
WebGeek182
04-05-2007, 04:29 AM
PHP include()
???Good call.
AbhishekSingh
07-04-2007, 07:12 AM
If your server supports php that is the way to go and you can insert php into a .html and change the existing html extension to .php or you can use a statement in your .htaccess file if your hosted on a linux server to tell the server to run every html page through the php processor if you wanted to and that would allow you not to change the extension to .php
Lots of neat things you can do with a decent web hosting provider.
I told this suggestion to my PHP programmer friends
catanich
09-12-2007, 03:17 PM
Google is see this as a "free for all link" concept and penalize your sites.
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.