| Author |
Message |
BWWD2006 SEO Yellow Belt
Joined: 14 Aug 2006 Posts: 34 Location: Algonac, Michigan USA
|
Posted: Tue Aug 15, 2006 11:28 pm Post subject: Has anyone seen this great RSS Feed, for clickbank |
|
|
http://www.ambatch.com/cbrss
supposidly you sign up and generate rss feeds on topics and keywords you choose and its al product based through click bank and your affiliate id gets inserted so you earn commissions from sales
does this sound useful?? |
|
| Back to top |
|
 |
jojo1000 SEO White Belt
Joined: 03 Jul 2006 Posts: 17
|
Posted: Wed Aug 16, 2006 4:13 am Post subject: |
|
|
| It sounds great, but this company ambatch, never replies to any support requests. I had bought some of their other software in the past. |
|
| Back to top |
|
 |
BWWD2006 SEO Yellow Belt
Joined: 14 Aug 2006 Posts: 34 Location: Algonac, Michigan USA
|
Posted: Wed Aug 16, 2006 10:24 am Post subject: re |
|
|
well ill try this thing out and let you all know how it turns out
looking good so far but who knows |
|
| Back to top |
|
 |
JoeCool SEO Yellow Belt
Joined: 05 Jun 2006 Posts: 48 Location: Michigan, USA
|
Posted: Wed Aug 16, 2006 10:47 am Post subject: |
|
|
Michael,
Thanks for the tip, I do appreciate you taking the time to share.
Also, if anyone's interested in this, you can't beat the price which is...
FREE!
Keep us posted on your results, Michael.
I do have a couple of questions for Professor Charles on this if he happens by this thread. I've seen this question asked elsewhere in the forum and I haven't found the answer so I will ask here.
Professor Charles, what are yours and Professor Russell's advice on adding contextually themed RSS feeds to our sites after we have been properly indexed by the SEs... include them or leave them alone and just concentrate on adding more static content over time? Have either of you tested this on any of your sites or should we look for a volunteer amongst the class? Inquiring minds would like to know.
Best Regards,
JoeCool  |
|
| Back to top |
|
 |
BWWD2006 SEO Yellow Belt
Joined: 14 Aug 2006 Posts: 34 Location: Algonac, Michigan USA
|
Posted: Wed Aug 16, 2006 11:07 am Post subject: re |
|
|
just as an extra point i got indexed by google in 1 week with the new article directory site i am making and i have alot of rss feeds on there
seems to be working out fine for me so far
again ill let you all know if anything changes either way |
|
| Back to top |
|
 |
Charles Heflin Administrator
Joined: 16 May 2006 Posts: 337
|
Posted: Wed Aug 16, 2006 12:02 pm Post subject: |
|
|
| JoeCool wrote: |
I do have a couple of questions for Professor Charles on this if he happens by this thread. I've seen this question asked elsewhere in the forum and I haven't found the answer so I will ask here.
Professor Charles, what are yours and Professor Russell's advice on adding contextually themed RSS feeds to our sites after we have been properly indexed by the SEs... include them or leave them alone and just concentrate on adding more static content over time? Have either of you tested this on any of your sites or should we look for a volunteer amongst the class? Inquiring minds would like to know.
Best Regards,
JoeCool  |
Hi JoeCool,
RSS feeds are fine, just be sure to use the rel="nofollow" tag on links that leave your page trhough the feed.
This will preserve your themes and avoid a search engine spider following a link to a site that is not semantically close (related) to yours.
You may have to tweak some code to make this happen but it is well worth it for piece of mind.
All the best,
Charles |
|
| Back to top |
|
 |
BWWD2006 SEO Yellow Belt
Joined: 14 Aug 2006 Posts: 34 Location: Algonac, Michigan USA
|
Posted: Wed Aug 16, 2006 12:08 pm Post subject: |
|
|
Im curious to know how would you do that if the feed is sent to you via a source that you dont create how can you change it and include that in the links??
does anyone have any info on this |
|
| Back to top |
|
 |
sidhale SEO Red Belt
Joined: 26 Jul 2006 Posts: 94 Location: Midlothian, VA
|
Posted: Wed Aug 16, 2006 3:27 pm Post subject: |
|
|
Hi,
| BWWD2006 wrote: | Im curious to know how would you do that if the feed is sent to you via a source that you dont create how can you change it and include that in the links??
does anyone have any info on this |
An RSS feed is XML code and not very pretty on your web page. To show RSS feeds on your web pages, you need some sort of script to convert them to HTML. That script can be modified to force the links to open in a new window and to include the "nofollow" attribute on each link.
sid |
|
| Back to top |
|
 |
BWWD2006 SEO Yellow Belt
Joined: 14 Aug 2006 Posts: 34 Location: Algonac, Michigan USA
|
Posted: Wed Aug 16, 2006 3:42 pm Post subject: |
|
|
| anyone know how this would be done in carp as i have checked out their scripts and wanted to know if this could be done before i implement them but i cant seem to find anywhere that i cna modify to include the rel="nofollow" |
|
| Back to top |
|
 |
Thomas SEO White Belt
Joined: 16 Aug 2006 Posts: 1
|
Posted: Wed Aug 16, 2006 7:37 pm Post subject: |
|
|
| BWWD2006 wrote: | | anyone know how this would be done in carp as i have checked out their scripts and wanted to know if this could be done before i implement them but i cant seem to find anywhere that i cna modify to include the rel="nofollow" |
Hi Michael,
In carp, this can be done by editing the carpinc.php file.
Find the following line:
| Code: | | (strlen($link.$class.$style)?'>':''). |
Replace it with:
| Code: | | (strlen($link.$class.$style)?' rel="nofollow">':''). |
In my version of carp (v3.5.5) this is on line 82, it could be somewhere else in other versions.
-Thomas |
|
| Back to top |
|
 |
|