
In various parts of Content Farmer Pro™, there are certain tokens available for your use. They are all documented here for your convenience.
#REDIRECTURL# - Is replaced by the URL of the website urlencoded.#REDIRECTURL_EXACT# - Is replaced by the URL without urlencoding.The format of these tokens is #CSV_COLUMN_HEADER_NAME# where COLUMN_HEADER_NAME is the name of the column,upper cased, with spaces replaced by underscores.
If you have a keyword list with URLs, then 2 tokens are available for your use:
#KEYWORDLINK# - Creates a backlink using the current keyword and keyword's URL and any attributes entered into the Keyword Link attributes box.#BACKLINK#[R#] - Creates a backlink using a random keyword from your keyword list and any attributes entered into the Keyword Link attributes box. If using R#, then the keyword-url pair chosen must match the current keyword's URL format (which may include a token).#RSS_TITLE##RSS_URL##RSS_DESCRIPTION#Each of the above contains the expected data. You cannot currently access other RSS fields.
Keyword Tokens will be replaced with actual keywords from your provided Keyword List. This feature has many uses and allows you to create highly Search Engine Optimized content that is keyword specific.
In addition to the Keyword Token you have several parameters you can use to further format your keyword. Items in brackets are optional.
Format: #KEYWORD#[Random#][Casing#][Spaces#]
NOTE: You must use Keyword Token parameters in the proper sequence and can't skip a parameter. For example, if you want to use spacing, you are required to supply the Random and Casing parameters too. An example of this would be: #KEYWORD#F#L#+#.
CAUTION: Keyword Token Parameters ARE case sensitive.
Allows you to randomly use any of the keywords from your Keyword List for each posting operation instead of the keyword that was originally pulled from your keyword list. For example, if you have five blogs in a single project and have configured Content Farmer Pro™ to post Search Results to each of your five blogs, a different keyword will be used for querying Search Results and posting to your blogs. If you do NOT use the Random option, the same keyword will be used for querying Search Results and posting to your blogs.
ParametersExample: #KEYWORD#T# - pulls a random keyword from your Keyword List.
Allows you to change the casing of the keyword phrase.You should only use one of the available parameters for Casing.
ParametersExample: #KEYWORD#F#L# - produces keyword in all lowercase.
You can replace spaces in a keyword phrase with any character you desire. The recommended characters are + (plus) , - (dash) or _ (underscore). If no parameter is used, a space is used by default.
Use NONE to have all spaces removed.
If you need to include the # symbol, you can do so by escaping using a preceding (backslash) #.
Examples:
#KEYWORD# - The current post keyword from the keyword file.
#KEYWORD#F#O#+# - The current post keyword, original form and spaces replaced by a plus (+).
#KEYWORD#T#L#-# - Random keyword, lowercased and spaces replaced by a dash (-).
#KEYWORD#T# - A Random keyword from the keyword file.
#KEYWORD#F#L# - The current post keyword lowercased.
#KEYWORD#F#O#NONE# - The current post keyword, original form and spaces removed.