Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Seo Assistant


earlh

Recommended Posts

I need some help please. I have installed seo assistant v1.3.3 and everything seem to work except the 'search engine ranking' part.I have tried several other sites and used search terms that should have produced some type of ranking but did not.

Link to comment
Share on other sites

I assume you are asking about the position tool and not page ranking since you mention a search term. Does it work for any site? What do you get when you test for www.google.com?

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

I assume you are asking about the position tool and not page ranking since you mention a search term. Does it work for any site? What do you get when you test for www.google.com?

 

Jack

 

 

Yes,Jack it is the position tool.I can put in the search term 'auctions' for Ebay and get this:

 

Google Position Results

The site www.ebay.com is not in the top 50 for the term auctions on Google

 

Yahoo Position_Results

The site www.ebay.com is not in the top 50 for the term auctions on Yahoo

 

 

 

The same with Google:

 

Google Position Results

The site www.google.com is not in the top 50 for the term search engine on Google

 

 

 

 

Yahoo Position_Results

The site www.google.com is not in the top 50 for the term search engine on Yahoo

Link to comment
Share on other sites

When I run it for google with the search word google, the response is postion one for both. I will PM you a link to test it.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

  • 2 weeks later...

I seem to recall some other sites having the same problem but I don't recall the solution, if there was one. You should look through the SEO Assistant support thread.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

I seem to recall some other sites having the same problem but I don't recall the solution, if there was one. You should look through the SEO Assistant support thread.

 

Jack

 

Thanks again!

This works to resolve bad arguments on line 162

Found the solution at post #116: comment out the following in seo link popularity.

 

// check HotBot

$path ="http://www.hotbot.com/default.asp?query=linkdomain%3A".$link_url."&ps=&loc=searchbox&tab=web&provKey=Inktomi";

if(!file_exists($path)) {

$data = strtolower(strip_tags(implode("", file($path))));

$data = substr($data, strpos($data, "results 1 - ")+11, strlen($data));

$data = substr($data, 0, strpos($data, ")"));

$data = trim(substr($data, strpos($data, "of")+3, strlen($data)));

if(eregi("[[:alpha:]]", $data)) {

$results['hotbot'] = array('0', $path);

} else {

$results['hotbot'] = array($data, $path);

$total+=str_replace(',', '', $data);

}

} else {

$results['hotbot'] = array('n/a', $path);

}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...