Closed (fixed)
Project:
SEO Watcher
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2010 at 19:30 UTC
Updated:
19 Oct 2010 at 07:40 UTC
I am getting no response from Google for any search phrases I have set up. I get them for Yahoo and Bing. But if I search Google manually for some of the phrases, the site is found. 15th for one phrase, 40th for another for example. Not sure why.
Comments
Comment #1
omer_sim commentedHi,
Is someone found a solution for google reports?
Thanks
Omer
Comment #2
nicolasM commentedSubscribing
Comment #3
artscoop commentedYes, line 1018,
preg_match_all('/ class=r><a href="([^"\?]+?)["\?].*?class=l>/', $html, $links);must be
preg_match_all('/ class="r"><a href="([^"\?]+?)["\?].*?class=l>/', $html, $links);Not everyone experienced this before. It is because of the new GG search pages.
Comment #4
Tilt_11 commentedThanks, but it didn't solve then problem for me...Still no report from Google.
Comment #5
j0nathan commentedHi,
I had the same issue as #0 and now resolved with #3.
Comment #6
j0nathan commentedIt seems the report is not complete with this change (#3). It reports some keywords with google.com but not all. There is a keyword the site is second in Google when I search, but it shows "-" in the report.
Comment #7
pixture commentedPlease try the following change.
Current:
New:
Comment #8
j0nathan commentedHi,
It doesn't work very well either with this:
preg_match_all('/ class="r"><a href="([^"\?]+?)["\?].*?class=l.*?>/', $html, $links);Comment #9
pixture commented@J0nathan,
That's strange. It works for me. Could you send me the page source (generated source after Javascript is executed) of the google search results in which SEO watcher does not pick up the correct ranking?
Thanks,
Comment #10
pixture commentedDev snapshot (released on Sep 21, 2010) has the fix stated in #7.
Comment #11
j0nathan commentedI've just installed the new dev version. I will provide more information if I have inconsistency between my own searches and the reports.
Comment #12
jeanpierre commentedHi,
#7 works for me !
Thanks for the fix