Advertise your site: please click here.
Page 2 of 3 FirstFirst 123 LastLast
Results 21 to 40 of 41

Thread: Fuzzy SEO - OUR wp seo plugin

  1. #21
    Just Joined
    Join Date
    Feb 2010
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default

    useful, now its work on my blog, thanks

  2. #22
    New Member
    Join Date
    Feb 2010
    Location
    LinkCubic @ gmail.com
    Posts
    52
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default

    If I use it, this is safe from Google banned?

  3. #23
    SEO Guru MOGmartin's Avatar
    Join Date
    Aug 2009
    Location
    London, UK.
    Posts
    937
    Thanks
    7
    Thanked 129 Times in 92 Posts
    Did you find this post helpful? Yes | No

    Default

    its being used succesefully on 5000+ other sites mate

  4. #24
    New Member
    Join Date
    Feb 2010
    Location
    LinkCubic @ gmail.com
    Posts
    52
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default

    [QUOTE=MOGmartin;1754]its being used succesefully on 5000+ other sites mate[/QUOTE]

    thank you MOG

  5. #25
    Just Joined
    Join Date
    Mar 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    Hi,
    thanks for this really cool plugin.
    I was wondering, if there is any guideline on how many keywords to display per page?
    10, 100, 200, 1000 ?
    Thanks in advance!
    Cheers

  6. #26
    SEO Guru MOGmartin's Avatar
    Join Date
    Aug 2009
    Location
    London, UK.
    Posts
    937
    Thanks
    7
    Thanked 129 Times in 92 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    Sure, in my experience between 20 and 30 is the best place to be aiming for.

    more than that is overkill, and less than that and you dont get the long tail terms enough.

    by the way, are you using the vBulletin or the wordpress version?

  7. #27
    Just Joined
    Join Date
    Mar 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    Ok, thanks for the info.
    I am using the wordpress version.
    Cheers

  8. #28
    SEO Guru MOGmartin's Avatar
    Join Date
    Aug 2009
    Location
    London, UK.
    Posts
    937
    Thanks
    7
    Thanked 129 Times in 92 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    [QUOTE=bobbyb;2326]Ok, thanks for the info.
    I am using the wordpress version.
    Cheers[/QUOTE]

    hey no probs, and welcome to our forums!

  9. #29
    New SEO
    Join Date
    Feb 2010
    Posts
    222
    Thanks
    0
    Thanked 3 Times in 3 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    Thanks for sharing bro....If will install on my wordpress blog and give you feedback

  10. #30
    SEO Guru MOGmartin's Avatar
    Join Date
    Aug 2009
    Location
    London, UK.
    Posts
    937
    Thanks
    7
    Thanked 129 Times in 92 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    look forward to your feedback, and I hope it helps out with your long tail traffic! Any questions, just post them here.

    thanks

  11. #31
    Just Joined
    Join Date
    Apr 2010
    Location
    East
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    This plugin is very good.

  12. #32
    Just Joined
    Join Date
    Mar 2010
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    good. i will check it~

  13. #33
    Just Joined
    Join Date
    Jun 2010
    Location
    http://www.replicarating.com/
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    its nice tool i am using it on all my word press blogs, it rocks

  14. #34
    New Member
    Join Date
    Feb 2010
    Location
    singapore
    Posts
    48
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    also can install "seo all in one" plug in

  15. #35
    Just Joined
    Join Date
    Jun 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    I have been using the plugin for a while now and think it's pretty good however I too have experienced the same SQL errors. I do use WP Super Cache so I don't know if that is the problem but in all the errors the SQL Query is missing the appropriate post ID value.

    I have put a workaround in to stop the error by adding to the seoqueries_get_page_terms function (just after the first IF statement) and in the seoqueries_init function just before the main select statement from the searchterms_data table the following code which exits if there is no valid ID or Type

    [CODE] // if there is no page ID or page type quit now
    if(empty($seoqueries->type) || $seoqueries->id = ''){
    return;
    }[/CODE]

    Also I have found that there is an easy "hack" which can be used by people who may want to disrupt your site which uses the referer value to insert content you may not want to appear on your site. For example if you have a site with lots of content you might have many examples of words such as arse, gay or any kind of swear word which could be totally unrelated to your sites main content but appears anyway e.g a quote from someone, a comment or even something taken out of context.

    Someone with a feeble childlike and puerile mind only need do a site: [domain] [word] search in google to find an instance of that word in any article and then they could append extra content around said word which would then be inserted into the list of referer terms on your site.

    Therefore if you work with childlike colleagues (as I unfortunately do) you will need to handle this fact by adding in a basic rude word filter e.g


    [CODE]$bs = "/\b(badword1|badword2|badword3)\b/iu";

    if(preg_match($bs,$terms)){
    return;
    }[/CODE]

    Also you may want to tighten it up as I had to do to prevent any referral content posted from certain IP's (maybe your office) from being added.

    This is accomplished with a simple check for the IP address and a test for "unsafe" locations.

    It would be nice if we lived in a world where this wasn't necessary but as I found out for myself we don't so therefore we need to put in safeguards otherwise you could find your sites list of words contains more than you bargained for.

    I would also suggest adding some more indexes to the tables you add with the plugin as I already have quite a large list of words and have increased the lookup performance considerably by some index tuning.

  16. #36
    Just Joined
    Join Date
    Jun 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    Thanks for the great plugin. You're sooo cool
    cezare
    [URL="http://weightloss-in-review.com"]weight loss reviews[/URL]
    [URL="http://pregnanthowsoon.com"]pregnant how soon[/URL]

  17. #37
    Just Joined
    Join Date
    Jul 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default usefull

    its needfull information to all

  18. #38
    New Member
    Join Date
    Jun 2010
    Posts
    32
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    your discussion is very useful for me to solve my problem thanx for sharing

    [url=http://www.reputationmanagements.com/]Reputation Management[/url]

  19. #39
    New Member
    Join Date
    Jun 2010
    Posts
    32
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    There are a lot of ways in implementing [URL="http://www.seozip.com/"]web marketing search engine optimization[/URL] for website owners. One of the techniques in implementing this strategy is by doing link building of your website. It is by getting your website linked from other website owners on the internet. But how are you going to get your website linked from other websites? Well, the first thing that a website owner will do is by hiring SEO (Search Engine Optimization) services company like SEO ZIPto do link building or other techniques for the optimization of your site. Website owners can also hire freelance SEO expert to implement some techniques for their website optimizations or they can do this on their own by improving the content and providing relevant information on their site so other website owners will be attracted and won’t hesitate them to provide a link on their website back to your site. This scenario will get more visitors to your website and will give website owners significant edge on search engines.

    [URL="http://www.reputationmanagements.com/"]
    [/URL]

  20. #40
    New Member
    Join Date
    Aug 2010
    Location
    liverpool, new york
    Posts
    37
    Thanks
    0
    Thanked 1 Time in 1 Post
    Did you find this post helpful? Yes | No

    Default Re: Fuzzy SEO - OUR wp seo plugin

    Cool plugin, I will check this out and see what will be it effects on my site.

Page 2 of 3 FirstFirst 123 LastLast

Visitors found this page by searching for:

e107 seo plugin

link:www.replicarating.com

e107 seo

link:http:www.replicarating.com

Fuzzy SEO Querieswp seo forumvbulletin seo pluginWP SEOseo plugin e107seo plugin for e107seo moz fuzzy seowp seo pluginfuzzy seo pluginplugin wp seoe107 plugin seofuzzy seoseo plugin WP Super Cache Settingse107 seo plugin downloadfuzzy wplink:http:www.seozip.com

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •