ScrapeBox Forum
Comment Poster - Using Specific Names For Certain Links? - Printable Version

+- ScrapeBox Forum (https://www.scrapeboxforum.com)
+-- Forum: ScrapeBox Main Discussion (https://www.scrapeboxforum.com/Forum-scrapebox-main-discussion)
+--- Forum: General ScrapeBox Talk (https://www.scrapeboxforum.com/Forum-general-scrapebox-talk)
+--- Thread: Comment Poster - Using Specific Names For Certain Links? (/Thread-comment-poster-using-specific-names-for-certain-links)



Comment Poster - Using Specific Names For Certain Links? - kinitex - 09-15-2010

Ok so I have a blog with 50 posts and I have all 50 post urls in my websites txt file.

Is there a way I can link certain names (anchor texts) to each url?

Instead of having a huge list of names being randomly selected with a random link which may be completely irrelevant.

It would be awesome if beside the link url I could spin a bunch of names like this

http://www.mysite.com/blog-post-here/|{keyword 1|keyword 2|keyword 3}


RE: Comment Poster - Using Specific Names For Certain Links? - nopain180 - 09-20-2010

(09-15-2010, 10:09 AM)kinitex Wrote: Ok so I have a blog with 50 posts and I have all 50 post urls in my websites txt file.

Is there a way I can link certain names (anchor texts) to each url?

Instead of having a huge list of names being randomly selected with a random link which may be completely irrelevant.

It would be awesome if beside the link url I could spin a bunch of names like this

http://www.mysite.com/blog-post-here/|{keyword 1|keyword 2|keyword 3}

You certainly can. Just add something like this to your comments file:

Code:
<A href="http://www.YourURL.com">{keyword1|keyword2|keyword3}</A>