08.25.08
Posted in Google
at 7:28 pm
It appears that the first step in making flash content spiderable Google has added the ability for googlebot to execute javascript. I’m not sure how robust it is but I do know that it can. I’m working with a client that had a very large amount of content that was previously not in Google because the content required javascript to be seen. Out of nowhere this site has over 600,000 pages of new content in Google that was previously not there.
I was very confused at first. I knew that those pages were not there before and that Google should not be able to see them. I put one of the url’s in a spider simulator and the text was being shown. I put it firefox and IE with javascript turned off and content would not show up. I put in in lynx and the content did not show up either. I wonder why and how the top spider simulators are running javascript.
Technorati Tags: firefox, flash, googlebot, internet explorer, javascript, lynx
Permalink
04.03.08
Posted in Google
at 1:57 pm
I was doing a search today on a product name and I noticed that one of the Adwords results had an address right below it. It does not do this every time. Sometimes is just says Houston, TX.

Technorati Tags: google adwords, google, adwords, address in link
Permalink
01.21.08
Posted in Google
at 11:09 am
When I did a search on google for “houston accounting software”. I saw 10 results compared to the one to three they normally show.

Technorati Tags: google local, one box, local search
Permalink
10.26.07
Posted in Google
at 9:20 am
I have been working a lot with Google analytics a lot lately and I like it a lot. Before I used it I had asked some friends what percentage of their site visitors were dial up. They gave me these real low numbers like 3-5%. I thought that was real low. Specially in the niche they were in. Now that I have my own stats I see the same numbers. Right now I have 5.32% dail up users and 63.5% broadband. The rest goes to unknown. When you have 27% unknown those numbers are almost worthless. I would imagine that all broadband providers are known so there is very good chance those are dial up. Also T1 users could be dail up. Anybody can start an ISP with a t1 and some modems. These numbers are pretty much worthless.
Technorati Tags: google, google analytics, analytics, dial up, isp, internet, dsl, broadband
Permalink
09.17.07
Posted in Google
at 9:20 am
I mentioned in an earlier post that my asp.net website was showing up in Google with some very weird URL’s. I could not figure out why this was happening. I was using online spider simulators and could not figure out how Google was getting these weird URL’s. With some help from some people at www.webmasterworld.com I found out it had something to do with cookies. So I went to my site with Firefox and turned off cookies and there was the weird url. I did the same thing in IE and it did not.
Permalink
08.07.07
Posted in Google
at 8:42 am
I mentioned yesterday that I found a flaw in IIS. It turns out it is a flaw in .NET framework. This flaw allows you to create as many URL’s as you want on somebodies website. All you have to do is link to them or submit a bunch of different URL’s to a zillion directories all linking to the same page. You can do even more damage if the site is using relative URL’s because this trick will change the base URL for that page. I have already seen sites listed in Google this way.
The trick is that you can put (X(aBc-123_ID$=1234)). This is not just some random thing. There are rules. The X has to a capital letter and can only be one letter. The 2nd part can be just about anything. You can’t use star, ampersand, or pound sign. This means you can use equal sign, period, underscore, dash, exclamation point, or comas. Percent sign can only be used when used with URL encoding like %20.
http://www.microsoft.com/en/us/(X(aBc-123_ID$=1234))/default.aspx
I can not find a way to turn this off. I don’t know enough about .NET to know how to catch it with programming. I am in the process now of finding out. I will post when I find a fix. One quick fix is to turn off .NET. If you are using classic asp there is no reason to have this installed.
Permalink