Posts

Google Wars VI - Return of the PageRank

Image
Google recently applied for a patent which  providing the combined ranking of the plurality of web pages in response to the search query. From the Google Site : 2. The method of  claim 1 , wherein the combined ranking includes a ranking of web pages from a plurality of websites . 3. The method of  claim 1 , wherein the combined ranking includes a ranking of a plurality of websites . 4. The method of  claim 1 , wherein modifying the global ranking score for each responsive web page based on the onsite ranking score for the web page comprises limiting a degree of modification of the global ranking score of a first web page based on a measure of authority of the corresponding website relative to other websites. 5. The method of  claim 1 , wherein modifying the global ranking score for each responsive web page based on the onsite ranking score for the web page comprises limiting a degree of modification of the global ranking score of a first web page ba...

RankBrain - Google Now Using AI (Artificial Intelligence) To Help Sort Search Results

Image
Will RankBrain fundamentally change search marketing? Bloomberg Business reported yesterday that Google was using a new machine-learning artificial intelligence which it dubbed RankBrain. This new system will help sort through the plethora of results Google finds every second of every day. Since it is a machine learning system it will automatically adjust based on the information it finds rather than being dependent upon a person to provide an update to the way it functions. What it's not: RankBrain is NOT a new Search Algorithm. That came along over two years ago and was named Hummingbird in 2013. RankBrain is simply a way to sort through all the noise out there in the form of many billions of pages on the web. It is a part of Hummingbird rather than a replacement for it. According to the Bloomberg article BrainRank is the third-most important signal contributing to how the results are organized and sorted. If you are like me, you probably asked, well...what are the first ...

How to stop Firebug from jumping to changing code or script

Image
How to keep Firebug from moving focus to changed code First off, I love Firebug ! It is a valuable tool for taking a look "behind the scenes" of the sites I work on. I really like that I can right click on an element and take a look at the code that is driving it. Recently however I have become frustrated with a "feature" of the tool. When looking at code on a page with a dynamic element such as a slide show, lightbox or ad the tool highlights and jumps to the code that has just changed. While I don't remember making any changes to the addin that would cause this to happen I'm not ruling it out. :) Either way, I couldn't figure out how to turn the darn thing off...until now. It's actually very easy. Simply click on the HTML tab and uncheck the Highlight Changes, Expand Changes and Scroll Changes Into View lines. That's it. Really easy! Now I can look at the code I want to inspect without constantly having to scroll back to it or opening the...

Google Rich Snippet Testing Tool

Image
Google recently announced that it has released a new version of the rich snippet testing tool which it has also renamed the "structured data testing tool". There are three changes to the tool: An improvement in how they display rich snippets in the testing tool to more closely match how they would appear in the search results.   They have tweaked the UI and appearance of the tool to make the data that is extracted and used from the page more transparent. Lastly, Google has made the tool available in more languages. The tool also allows you to track the number of items (objects) and number of pages where the objects are found: The tool can also be used to see what structured data other sites (including competitors) are using as well as what components Google is pulling from the page. The rich snippet testing tool is available to everyone (without logging in.) To try the tool yourself, visit: http://www.google.com/webmasters/tools/richsnippets . Here’...