Halfagain IM Forums
May 24, 2012, 18:07 *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Due to increasing spam we are forced to make this forum "Read Only". If you have an issue, most likely was discussed here. Use the Search function and try to find related discussions. If you can't find any helpful information, just email support at halfagain dot com"
 
   Home   Help Login Register  
Pages: 1 [2]
  Print  
Author Topic: rssE and slow site growth...  (Read 2591 times)
0 Members and 2 Guests are viewing this topic.
LGL79
Newbie
*

Karma: 10
Offline Offline

Posts: 14


« Reply #15 on: September 14, 2007, 02:53 »

I embed the links in the Content Solution feeds.  You can uses links as variables.
Something like this:

[I|We|They] [recommend|endorse|refer you to] [link1|link2|link3.....etc.]

I shuffle the feeds so if I have a feed with 1,000 senseblocks I will add about fifty or so copies of the link senseblock with the feed.  You can do the same thing with keywords.   I will include a short sentence with a keyword or two in bold.

You can also "grow" the content / embedded links of each page by using php.  Spin a whole bunch of paragraphs with more content, links, keywords, whatever.  Then save these spins as small txt files and include them on the leaf pages in a time lapsed fashion.

Here is quick script I use to generate the small txt files.  This will make 400 files called snip1.txt, snip2.txt, etc.:

$prefix = "snip";
$suffix = ".txt";

for($counter=1;$counter<=400;$counter++)
{

$data = file_get_contents('whateveryourfeedurl');

$myFile = $prefix.$counter.$suffix;
$fh = fopen($myFile, 'w') or die("can't open file");
fwrite($fh, $data);
fclose($fh);
echo $counter;
echo "
";

}
echo "All done";
?>

The more I play with RSS Evolution the more impressed I am with it.
Logged
weirdgod
Newbie
*

Karma: 10
Offline Offline

Posts: 16


« Reply #16 on: October 09, 2007, 20:42 »

hmmm...
i read this 3 times, and still i dont understand it.

i understand that you put links (to what) in cS feeds...
then you spin NN files (ie 50)...what then?

how do i start doing the same if i have a 5000 keywords in a list, but want to add them 100 every week ?
Logged
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!