View Full Version : Can dynamic links appear static?
linkster
02-25-2005, 12:50 AM
I would like to build out some code (maybe JS) that people could install on their site and it would read the text on the site and be able to turn predetermined words into link text. So if the word computer is on the page it would turn it to a link to another predetermined site about computers...I see this a lot but the issue I have is I want the link to appear static so that the search engines see it, is this possible? I wont need tracking at all just anyway I can to dynamicly turn any word or phrase on the page with the code installed - into a static link that the major engines can spider...so no redirects and so on. Feel free to chime in, I am a clueless about coding and a fist time poster.
Thanks
hemebond
02-25-2005, 01:04 AM
I see this a lot but the issue I have is I want the link to appear static so that the search engines see it, is this possible?This would have to be done server-side. I don't know of any search engines that run client-side scripts.
linkster
02-25-2005, 01:12 AM
again i am a novice here but i was planning on giving the publisher code to intall on each page on the server or in an include file....is this not what you mean when you say server side.
hemebond
02-25-2005, 01:41 AM
No. I mean the page would have to be processed on the server and then sent to the end-user. This can not be done using Javascript. You need a server-side script to create the completed page prior to sending to the end-user.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.