Ruth Everett - Demystifying Chrome Dev Tools (BrightonSEO September 2023)
In this talk, Ruth will share actionable ways the free Chrome DevTools feature can help SEOs review, audit, trouble-shoot and test websites of all sizes.
She will also share some console tips and tricks to make the most out of the tool.
What is Chrome Dev Tools? Free tool built into the Chrome browser Provides access to features that enable you to audit elements on your website in real time
What is Chrome Dev Tools? Free tool built into the Chrome browser Provides access to features that enable you to audit elements on your website in real time Valuable tool to have in your arsenal and is just a click away
Ensure content is discoverable Elements panel > view the Document Object Model (DOM) of your page. Meta tags Canonical tags Hreflang tags Main body content Page structure
Ensure content is discoverable If you are injecting content or changing elements using JavaScript, you will see differences between this and the appearance of the HTML source code. Displays the JavaScript rendered version of the page
Perform a JavaScript Parity Analysis Meta tags Canonicals Indexing tags Main headings Key content Diff checker HTML Only JavaScript rendered https://www.diffchecker.com/
Record Performance - Web Vitals First Paint (FP) - the time taken by the first pixel when loaded First Contentful Paint (FCP) - when the first piece of content renders Largest Contentful Paint (LCP) - the time taken for the largest element on the page to load First Meaningful Paint (FMP) - the time taken to provide the first piece of meaningful information to users Dom Content Loaded (DCL) - when the HTML document has finished loading