The Japanese Keyword Hack

Continue reading


@developers.google.com | 5 years ago

Google releases JavaScript SEO developer guide

Continue reading


@developers.google.com | 5 years ago

Theverge.com scores 25/100 on Google's Pagespeed Insights tool (mobile)

Continue reading


@developers.google.com | 5 years ago

Google Knowledge Graph Search API

Search for matching Google Knowledge Graph entities. | Continue reading


@developers.google.com | 5 years ago

Image Support for the Async Clipboard API

Starting in Chrome 76, the async clipboard API now handles (some) images, in addition to text. | Continue reading


@developers.google.com | 5 years ago

Publisher Ad Audit Plugin for Lighthouse from Google

Improve ad speed and overall quality through a series of automated audits and evaluate the effectiveness of iterative changes with suggested actionable feedback. | Continue reading


@developers.google.com | 5 years ago

Google Closure Library

Create powerful and efficient JavaScript. | Continue reading


@developers.google.com | 5 years ago

Address Bar Install for Progressive Web Apps on the Desktop

Progressive Web Apps are easy to install with a new install button in Chrome’s address bar (omnibox). | Continue reading


@developers.google.com | 5 years ago

Actions on Google adds new voices created with WaveNet

Continue reading


@developers.google.com | 5 years ago

Chrome 75 is out, here's what's new

What's New in Chrome 75 for developers? | Continue reading


@developers.google.com | 5 years ago

How do I notify users that my PWA is installable?

How to promote installation of Progressive Web Apps and best practices. | Continue reading


@developers.google.com | 5 years ago

What's New in DevTools (Chrome 76)

Autocomplete with CSS values, a new UI for network settings, and more. | Continue reading


@developers.google.com | 5 years ago

Rendering on the Web

Continue reading


@developers.google.com | 5 years ago

The Chromium Chronicle: Fighting Test Flakiness

The Chromium Chronicle, a monthly series geared specifically to Chromium developers — the developers who build the browser. | Continue reading


@developers.google.com | 5 years ago

In Chrome 76 you can hide the Add to Home screen mini-infobar

Adding more control to the mini-infobar for PWAs in Chrome 76. | Continue reading


@developers.google.com | 5 years ago

Leap Smear

Continue reading


@developers.google.com | 5 years ago

Rules of Machine Learning

Continue reading


@developers.google.com | 5 years ago

Rules of Machine Learning (Google Developers)

Continue reading


@developers.google.com | 5 years ago

Augmented Reality with Model-Viewer

In February, we introduced the model-viewer web component which let you declaratively add a 3D model to a web page. Now we're announcing support for AR on Android with the addition of the ar attribute. | Continue reading


@developers.google.com | 5 years ago

Paint Holding – reducing the flash of white on same-origin navigations

A quick overview of paint holding. A Chrome feature for reducing the flash of white on same-origin navigations | Continue reading


@developers.google.com | 5 years ago

Deprecations and Removals in Chrome 75

A round up of the deprecations and removals in Chrome 75 to help you plan. | Continue reading


@developers.google.com | 5 years ago

Low-Latency HTML Canvas

Stylus-based drawing applications built for the web suffer from latency issues because a web page has to synchronize graphics updates with the DOM. The desynchronized hint for contexts bypasses the DOM to eliminate the latency. | Continue reading


@developers.google.com | 5 years ago

Rendering Text in WebVR (2017)

Continue reading


@developers.google.com | 5 years ago

From Raw Video to Web Ready

Let's take a raw video file off a camera and transform it into an encrypted resource that you can play back using a video library such as Google's Shaka Player on a mobile device. | Continue reading


@developers.google.com | 5 years ago

What's New in DevTools (Chrome 75)

Meaningful autocomplete preset values, clear site data from the Command Menu, and more. | Continue reading


@developers.google.com | 5 years ago

The Chromium Chronicle: Task Scheduling Best Practices

The Chromium Chronicle, a monthly series geared specifically to Chromium developers — the developers who build the browser. | Continue reading


@developers.google.com | 5 years ago

Google Developers Mobile Web Certification

Continue reading


@developers.google.com | 5 years ago

KV Storage

An introduction to the new KV Storage API, built-in modules, and import maps. | Continue reading


@developers.google.com | 5 years ago

Rendering on the Web

Continue reading


@developers.google.com | 5 years ago

Lightning-Fast Templates and Web Components: Lit-HTML and LitElement

"lit-html and LitElement bring fast, lightweight templates and interoperable components to the modern web." | Continue reading


@developers.google.com | 5 years ago

Introduction to HTTP/2

HTTP/2 (or h2) is a binary protocol that brings push, multiplexing streams and frame control to the web. | Continue reading


@developers.google.com | 5 years ago

Google Docs API now publicly available

Google Docs API | Continue reading


@developers.google.com | 5 years ago

Prototyping Platform Packs for Lighthouse (Google)

Instead of only surfacing generalized advice, Platform Packs will extend Lighthouse to include additional messages for specific platforms. | Continue reading


@developers.google.com | 5 years ago

New in Chrome 72

What's new in Chrome 72 for developers? | Continue reading


@developers.google.com | 5 years ago

Using Trusted Web Activity – Google Developers

Trusted Web activities are a new way to integrate your web-app content such as your PWA with your Android app using a similar protocol to Chrome Custom Tabs. | Continue reading


@developers.google.com | 5 years ago

Logpoints in Chrome DevTools

Logpoints, style properties in Inspect Mode, and much more. | Continue reading


@developers.google.com | 5 years ago

What's New in DevTools (Chrome 73)

Logpoints, style properties in Inspect Mode, and much more. | Continue reading


@developers.google.com | 5 years ago

Making user activation consistent across APIs – Google Chrome

In version 72, Chrome ships User Activation v2 which makes user activation availability complete for all activation-gated APIs, resolving many user activation inconsistencies. | Continue reading


@developers.google.com | 5 years ago

A Picture Is Worth a Thousand Words, Faces, and Barcodes–The Shape Detection API

The Shape Detection API allows for faces, barcodes, and text to be detected in images. | Continue reading


@developers.google.com | 5 years ago

Emscripten and npm

How do you integrate WebAssembly into this setup? In this article we are going to work this out with C/C++ and Emscripten as an example. | Continue reading


@developers.google.com | 5 years ago

Google+ APIs will be shut down on March 7, 2019. This includes Google+ Sign-in

Continue reading


@developers.google.com | 5 years ago

Google Developers for China

The best of Google for China developers. | Continue reading


@developers.google.com | 5 years ago

Deprecations and removals in Chrome 72

A round up of the deprecations and removals in Chrome 72 to help you plan. | Continue reading


@developers.google.com | 6 years ago

Chrome Command Line API Reference

A reference of convenience functions available in the Chrome DevTools Console. | Continue reading


@developers.google.com | 6 years ago

The Intl.ListFormat API

The Intl.ListFormat API enables localized formatting of lists without sacrificing performance. | Continue reading


@developers.google.com | 6 years ago

Using Chrome DevTools Features Without Opening DevTools

Use Puppeteer to launch Chromium with DevTools features enabled. | Continue reading


@developers.google.com | 6 years ago

Public and private class fields

Several proposals expand the existing JavaScript class syntax with new functionality. This article explains the new public class fields syntax in V8 v7.2 and Chrome 72, as well as the upcoming private class fields syntax. | Continue reading


@developers.google.com | 6 years ago

Badging for App Icons

The Badging API is a new web platform API that allows installed web apps to set an application-wide badge, shown in an operating-system-specific place associated with the application, such as the shelf or home screen. | Continue reading


@developers.google.com | 6 years ago