So I've always wondered if there's some premade link management software out there. Say you had a network of sites that you used to give link juice to your money makers, you'd include a code snippet on each site that would:
1. Tag the site with a few niche specific keywords
2. Pull links from a master DB based on the tags given
3. Write said links to the screen
Like..
<? myscript_get_links('tag1','tag2','tag3'); ?>
with other parameters such as a link cap and maybe some way to freeze the links on a page so they don't update constantly? Then on your money makers, you'd just include a snippet that would insert the site into the master DB based on tags again.
<? myscript_new_link('tag1','tag2','tag3'); ?>
... or something like that. Everytime you make a new product site or something, you just include your little library and a mini snippet with a few tags. Everytime you make a new 'link farm' (wrong word but you know what I mean, i don't know shit about SEO) you just include a small snippet that will output the most relevant links to that niche.
Is there already something like this out there, or should I start writing it myself?
1. Tag the site with a few niche specific keywords
2. Pull links from a master DB based on the tags given
3. Write said links to the screen
Like..
<? myscript_get_links('tag1','tag2','tag3'); ?>
with other parameters such as a link cap and maybe some way to freeze the links on a page so they don't update constantly? Then on your money makers, you'd just include a snippet that would insert the site into the master DB based on tags again.
<? myscript_new_link('tag1','tag2','tag3'); ?>
... or something like that. Everytime you make a new product site or something, you just include your little library and a mini snippet with a few tags. Everytime you make a new 'link farm' (wrong word but you know what I mean, i don't know shit about SEO) you just include a small snippet that will output the most relevant links to that niche.
Is there already something like this out there, or should I start writing it myself?