Professional Autoblogging and Spinning Plugin for WordPress
Synonymizer and Rewriter
The CyberSEO plugin (both Lite and Unlimited editions) has built-in synonymizer and rewriter tools which are intended to automatically spin the content syndicating from RSS and XML feeds.
Synonymizer
To enable the synonimizer, go to the CyberSEO “General Settings” setting page and fill out the “Synonym Table” with your own pipe-delimited synonym entries (one synonyms entry per line), e.g.:
sort|kind|type injury|harm|damage humorous|funny|laughable|a matter of joke testicles|balls|male's balls implicating|involving no way|not
For example, if your synonym table looks like shown above then the original phrase “Any sort of injury involving the testicles is not funny” will be spun and syndicated to your autoblog somehow like one of these:
- Any kind of damage implicating the male’s balls is no way laughable
- Any type of injury involving the balls is not humorous
- Any sort of harm implicating the testicles is no way funny
- Any kind of damage involving the male’s balls is not a matter of joke
and so on…
Rewriter
The Synonym Table also allows one to rewrite any parts of the post body using two different rules.
1) If you want to replace some portion of your post’s content (including links, HTML tags etc) with another one, simple add the following line into your replacement table (note the leading pipe symbol “|” there):
|search|replace1|replace2…
This will replace all occurrences of “search” with one of the given “replace” values. For example:
|http://www.|https:// |bbc.co.uk|cnn.com|rt.com |<b>|<strong> |class="primary"|class="secondary"|class="empty"
IMPORTANT: The rewrite rules above are case-sensitive and they affect a whole body of post including the HTML code and URL’s inside the post’s body.
2) If you want to replace some portion of the post’s body (only text is affected, the HTML code and URL’s are preserved) with another one, simple add the following line into your replacement table (note the leading gt symbol “>” there):
>search|replace1|replace2...
This will replace all occurrences of “search” with one of the given “replace” values. For example:
>i love britney|i love metallica >car|vehicle|piece of tin
IMPORTANT: The rewrite rules above are case-insensitive and they do not affect the HTML code and URL’s inside the post’s body.