
Originally Posted by
jeancarlin
jascoken,
Very cool product/service you have here. I have 2 suggestions to make it even more useful and would increase the value to your customers.
1. Add TOKEN support.
The idea is that using tokens, one can really increase the complexity of the content and hence minimize the footprint. I would leave it up to you to decide the best way to markup the tokens but here is the general idea.
Markup:
TOKEN,TOKENID,TOKENINDEX,data1,data2,data3,... datan.
Data:
TOKEN,1,1,Bob,Mary,Sally
TOKEN,1,2,He,Her,Her
TOKEN,1,3,Policeman,Doctor,Lawyer.
TOKEN,1,4,Uncle,Aunt,Aunt
Content:
My [TOKEN,1,4] is a [TOKEN,1,3]. [TOKEN,1,2] name is [TOKEN,1,1].
Output1:
My Uncle is a Policeman. His name is Bob.
Output2:
My Aunt is a Doctor. Her name is Mary.
Output3:
My Aunt is a Lawyer. Her name is Sally.
All you would need to do is validate each TOKENID (making sure there are matching data counts) and then randomly pick a token index and do a string replace with the same data element for the chosen token index.
The general idea is to have the ability to have referential data that can be spun and used throughout the article. At the same time, think of doing complex stuff like bolding your keyword in the first paragraph and underlining it in the last. Or vice versa or adding a picture in the first paragraph and a video in the last one, etc. The amount of variation this would allow is insane.
2. Add a range to the number of paragraphs output.
Idea is to enter 2 numbers for the total number of paragraphs (a low and a high) and the code would randomly choose one of them. That also helps improve the footprinting and make each article look even more unique.
JC.
Bookmarks