サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
www.mattcutts.com
A few months ago, I took a leave of absence from Google to do a stint with the US Digital Service. A lot of people know about the US Digital Service because they helped rescue the healthcare.gov website. But you might not realize that the US Digital Service has helped veterans get their health benefits, brought bug bounties to the federal government, and helped the IRS protect taxpayer info. When
Earlier this month I did a talk at the University of North Carolina at Chapel Hill about lessons learned from the early days of Google. The video is now online and watchable, or you can watch it on YouTube: We did the talk in a pretty large room, and the camera at the back of the room couldn’t easily record me and the slides at the same time. So here are the slides to go along with the talk: Or yo
Hey folks, I hope you’re doing well, and wanted to catch you up to speed on some new life happenings. Namely: babies. Two of them at once. Lindsay and I welcomed healthy fraternal twin boys into the world a few months ago. So far, Twin A is big, open, loud and easygoing with his smiles. He’s also built like a tank, and a one-baby workout for anyone’s back. Twin B is smaller, quieter, and more shy
I wanted to let folks know that I’m about to take a few months of leave. When I joined Google, my wife and I agreed that I would work for 4-5 years, and then she’d get to see more of me. I talked about this as recently as last month and as early as 2006. And now, almost fifteen years later I’d like to be there for my wife more. I know she’d like me to be around more too, and not just physically pr
Okay, I’m calling it: if you’re using guest blogging as a way to gain links in 2014, you should probably stop. Why? Because over time it’s become a more and more spammy practice, and if you’re doing a lot of guest blogging then you’re hanging out with really bad company. Back in the day, guest blogging used to be a respectable thing, much like getting a coveted, respected author to write the intro
We started rolling out the next generation of the Penguin webspam algorithm this afternoon (May 22, 2013), and the rollout is now complete. About 2.3% of English-US queries are affected to the degree that a regular user might notice. The change has also finished rolling out for other languages world-wide. The scope of Penguin varies by language, e.g. languages with more webspam will see more impac
I spoke at PubCon 2012 last month in Las Vegas. A couple people have asked for my slides, so here they are: Several of the slides have links to additional information, in case you’re interested. We announced the disavow links tool during my session so that’s what a lot of the slides are about. Thanks Matt for putting this up, on top of any other hard work you had to do during that Friday…thank you
You should read Mat Honan’s heartbreaking tale of a hack attack and the ensuing discussion on Techmeme. Much of the story is about Amazon or Apple’s security practices, but I would still advise everyone to turn on Google’s two-factor authentication to make your Gmail account safer and less likely to get hacked. Two-factor authentication means “something you know” (like a password) and “something y
I answered an interesting rel=canonical question over email today and thought I’d blog about it. If you’re not familiar with rel=canonical read these pages first. Then watch this video about rel=canonical vs. 301s, especially the second half: Okay, I sometimes get a question about whether Google will always use the url from rel=canonical as the preferred url. The answer is that we take rel=canonic
When the Kinect launched, Adafruit Industries ran a contest for the first person who released open-source code to extract video and depth from the Kinect. Adafruit also ended up donating to the EFF after the contest was over. When I was in grad school, I would have loved to have a device like the Kinect. So I decided to run my own contest: The first $1000 prize goes to the person or team that writ
I just wanted to give a quick update on one thing I mentioned in my search engine spam post. My post mentioned that “we’re evaluating multiple changes that should help drive spam levels even lower, including one change that primarily affects sites that copy others’ content and sites with low levels of original content.” That change was approved at our weekly quality launch meeting last Thursday an
I often get asked whether I’d recommend dashes or underscores for words in urls. For urls in Google, I would recommend using dashes. Why? To find out, let’s take a trip in the Google Time Machine. Set the dial for 1999, the year Matt first discovered Google. Matt was using, I dunno, maybe HotBot at that point? The curtain rises: Matt: Hmm, this search for [FTP_BINARY] didn’t turn out the way I wan
We went ahead and did this post on the official Google webmaster blog to make it super official, but I wanted to echo the point here as well: Google does not use the keywords meta tag in our web search. To this day, you still see courts mistakenly believe that meta tags occupy a pivotal role in search rankings. We wanted to debunk that misconception, at least as it regards to Google. Google uses o
Google recently opened up a preview of our new Caffeine update, and I wanted to give a little more background on this change. At the Real-Time CrunchUp a few weeks ago, I joked that the half-life of code at Google is about six months. That means that you can write some code and when you circle back around in six months, about half of that code has been replaced with better abstractions or cleaner
In this post you’ll learn how to make a working Bluetooth weight sensor + fast real-time graphical display with about 200 lines of Python code. You can code any Nintendo Wii-like video game for Ubuntu/Linux and the Nintendo Balance Board very easily. Here’s a video demonstration: This post assumes that you can already communicate with a Wiimote on Linux. See my earlier post if you haven’t done tha
People think about PageRank in lots of different ways. People have compared PageRank to a “random surfer” model in which PageRank is the probability that a random surfer clicking on links lands on a page. Other people think of the web as an link matrix in which the value at position (i,j) indicates the presence of links from page i to page j. In that case, PageRank corresponds to the principal eig
After my last video about using a barcode scanner to add and search books in your library, I was feeling pretty happy. Bar code scanners are pretty cheap–mine cost about $65. But then Google released the Android Scripting Environment (ASE) and it turns out that you don’t even need a bar code scanner. Instead, you can use an Android phone such as the G1. Just as a proof-of-concept, here’s a barcode
Update, August 19, 2009: The video of this talk is now available. I added it below and I’m re-publishing this post. I recently gave a talk at WordCamp San Francisco 2009. Thanks to Matt Mullenweg and the Automattic folks for a great time! The video of the talk is here, but you can also watch the video below:
Google Searchology 2009: Search Options, Google Squared, Rich Snippets Google just finished its Searchology 2009 event. In previous years, Google has used Searchology to introduce Universal Search and Personalized Search. So what was new this year? Several things: Google Search Options. Marissa Mayer referred to this as a handy “toolbelt” that lets you slice and dice your search results. You can d
I just did a joint post about the Google Japan issue on Google’s Japanese webmaster blog. There’s also a post on Google’s main Japanese blog. If you don’t read Japanese, you can also watch the video where I recently talked about this. To the extent that I can speak on behalf of Google, I apologize that this happened. One of the messages I heard was that people wanted Google to take action in this
Last week Google, Yahoo, and Microsoft announced support for a new link element to clean up duplicate urls on sites. The syntax is pretty simple: An ugly url such as http://www.example.com/page.html?sid=asdf314159265 can specify in the HEAD part of the document the following: <link rel="canonical" href="http://example.com/page.html"/> That tells search engines that the preferred location of this u
Suppose you want to write to a Google Spreadsheet from a Python script. Here’s an example spreadsheet that you might want to update from a script: I did some searching and found this page, which quickly led me to the Python Developer’s Guide for the Google Spreadsheet API. There’s a simple “Getting started with Gdata and Python” page. The upshot is 1) make sure you have a recent version of Python
A while ago I was looking around for how to make my own comments a different color on my blog. Most of the advice was along the lines of “Add code to check if the commenter’s email is the same as the email address of the blog’s author.” Can you spot the flaw in that logic? If a commenter knows the email address of the blog author, she could use the blog owner’s email address in her comment and get
It’s easy to find out what Google Chrome’s user-agent is. Using the same trick as I did with the iPhone, I searched for phpinfo HTTP_USER_AGENT in Google Chrome. Click on one of the results and search for HTTP_USER_AGENT on the page. Here’s the image that I see: My exact user-agent is Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.A.B.C Safari/525.1
Preventing paranoia: when does Google Chrome talk to Google.com? For better or worse, my blog is popular with the Google conspiracy-theorist demographic. 🙂 I knew that as soon as Google Chrome launched, some readers would ask tough questions about privacy and how/when Google Chrome communicates with google.com. So I decided to tackle this issue head-on. I talked to the Chrome team to find out if
One of the wonderful things about a search conference like SMX Advanced is that it gives us a chance to finish a lot of things we’d been meaning to do. Google just added a bunch of nice documentation in various places. We even did it in official places — much better than doing it on my personal blog. 🙂 Here’s a few of the things that I know we’ve done recently: Robots.txt documentation One of the
If you didn’t attend Web 2.0, you can watch my ten-minute keynote about “What Google Knows About Spam” (and several other keynotes) on blip.tv. I’ll embed the keynote below as well. The only thing I don’t like about conference speaking is preparing slides. When I use slides at a talk, I almost always make a custom presentation. That’s why I prefer Q&A sessions; making slides is too much work. To m
I really like Gmail, but I also like having backups of my data just in case. Here’s how to use a simple program called getmail on Unix to backup your Gmail or Google Apps email. We’ll break this into four steps. Step 0: Why getmail? If you browse around on the web, you’ll find several options to help you download and backup your email. Here are a few: If you use Windows, you can back up your email
I thought I’d play hooky from a meeting and talk about how the newest version of the Toolbar handles 404 pages for users, because I see some people writing about it this morning. We tried to give a heads-up in a couple places. The Toolbar beta 5 announcement on the Google blog mentioned “You’ll get suggestions instead of error pages: If you mistype a URL or a page is down, now the Toolbar will giv
次のページ
このページを最初にブックマークしてみませんか?
『www.mattcutts.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く