CyberSEO Suite User Instructions
Synonym Table
sort|kind|type
injury|harm|damage
humorous|funny|laughable|a matter of joke
testicles|balls|male's balls
implicating|involving
no way|not
So if your synonym table looks like shown above, and you have imported some sponsor's feed with a following text: "Any sort of injury involving the testicles is not funny.", the actual content of your blog entry may look like 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...
The Synonym Table also allows one to rewrite any parts of the post body. So if you want to replace some portion of text with another one, simple add the following line into your replacement table (note the leading pipe there):
|search|replace
This will replace all occurrences of search with the given replace value. For example:
|i love britney|i love metallica
|http://www.|https://
IMPORTANT:The rewrite feature is case-insensitive and it affects a whole body of post including URL.
- It doesn't use any big and slow GPL libraries like SimplePie or MagpieRSS. Our script parses the RSS feeds for only those XML tags that can be imported into WordPress posts and ignores everything else. So it's compact and extremely fast!
- Our RSS parsing algorithm has an ability to pull the feeds fully automatically. Furthermore, you can assign the updating period to each particular feed. Also you can set up a maximum number of posts that will be syndicated from the feed at once. This is a very useful feature for SE optimization of your blogs, because search engines don't like blogs that add 100 or more posts in a moment.
- The CyberSEO RSS Feed Syndicator has no problem with syndicating the embedded media content such as tube videos etc.
- You can synonymize every syndicated post, shuffle its paragraphs, add any random HTML blocks as headers and footers.
- The image URL cloaking algorithm will hide all the external URL's of images in syndicated posts, so the search engines will see internal links only.
- Adjustable post unique identification by GUID, post name or both.
- The CyberSEO RSS Feed Syndicator includes a smart pinging algorithm which won't send out 100's of pings if you are pulling many feeds at once. Also it won't ping those posts that were scheduled for a future but not yet appear at your blog. And even more, only new posts will be pinged. Thus is you modify and save the existing post, the ping will not be sent. These measures will prevent your blog from being banned for a so-called pingspamming.
New Options
PHP Code <?php .. ?>This tool is intended for advanced users only and can be highly useful, for example, if you need to modify post's title, content, date, GUID etc. You can use this form to execute lines of PHP code for every aggregating post. All post-related info is stored in $post array variable which you can alter in order to apply your own changes to every aggregating post The following keys are defined:
- $post ['post_title'] - title;
- $post ['post_content'] - content;
- $post ['post_excerpt'] - excerpt;
- $post ['guid'] - guid;
- $post ['post_date'] - date;
- $post ['post_date_gmt'] - date in GMT format;
- $post ['post_name'] - name;
- $post ['categories'] - categories;
- $post ['media_content'] - media content;
- $post ['media_thumbnail'] media thumbnais;
- $post ['enclosure_url'] - enclosure url;
- $post ['link'] - link;
Parse WordPress archives
This option enables one of the most powerful features of CyberSEO Suite built-in RSS syndicator. As you know, all the WordPress blogs have RSS feeds that you can pull to your own blogs. However, there are usually only few recent posts available in an average RSS feed generated by WordPress (usually only the last 10 posts only) Now the built-in CyberSEO RSS syndicator is able to import all posts available on any WordPress blog regardless of how many posts are available in the RSS Feed. The CyberSEO Suite will parse through the WordPress archives and will discover and aggregate every single post available there - doesn't matter now many years the blog runs and how many thousands of posts is contains! Simple enable the "Parse WordPress archives" and CyberSEO Suite will grab the whole blog at once or post-by-post every given time interval.
Insert Media Attachments
If enabled CyberSEO syndicator will insert media attachments (if available) at the top or bottom of every aggregating post.
The following types of attachments are supported: <media:content>, <media:thumbnail> and <enclosure> (type "image" only)
All the syndicated images will contain class="media_thumbnail" in the <img> tag.
Interface
Adding a new feed is as simple as following:
Duplicate Post Finder
- search by content
- search using heuristic algorithm
- search by title
- The most useful method is "search by content" which will strictly compare all the existing posts. So only the posts with 100% identical content will be marked as dupes.
- The heuristic search algorithm is more intelligent and allows you to easily detect even morphed posts. However, in some cases it may consider really different posts as dupes. Especially the ones that have no links and pictures in them. So use this method wisely and always preview the posts your are going to delete.
- The "search by title" method compares only the tittles of your posts. It's very fast and strict, but it will detect all the posts with identical titles as dupes, even if they have absolutely different content. Thus we don't recommend you to use this method excepting the cases when you're 100% sure on what you're doing.
Morphing RSS Host Mode
- The car is green
- The bus is yellow
- The bike is green
- The car is completely broken
- etc
- http://www.myblog.com/feed/?cxxx_seed=123456
- http://www.myblog.com/feed/?cxxx_seed=2008
- http://www.myblog.com/feed/?cxxx_seed=john
- http://www.myblog.com/feed/?cxxx_seed=Tommy
- http://www.myblog.com/feed/?cxxx_seed=123ABC
- etc
