What does CWV stand for?
Core Web Vitals
Is a <div> tag part of semantic HTML?
Who were the two co-founders of Google?
Larry Page and Sergey Brin
Googlebot
Name all 3x CWV metrics?
LCP: largest content paint
FID: first input delay
CLS: cumulative layout shift
Is <p> semantic HTML?
Yes! Indicates a paragraph
Who is Alphabet's CEO?
Who is Google's CEO?
Are they they same person?
Sundar Pichai
Sundar Pichai
yes
What is Yahoo!'s crawler called?
Slurp
How many alternative names does a panther have? (Guess within 5)
Name an HTML attribute for image tags (<img>) that defines relative sizes for images (cross-device)?
srcset
example:
<img srcset="elva-fairy-480w.jpg 480w, elva-fairy-800w.jpg 800w"
sizes="(max-width: 600px) 480px, 800px" src="elva-fairy-800w.jpg"
alt="Elva dressed as a fairy">
Send in chat: A canonical tag to https://www.example.com/
<link rel=canonical hreflang="https://www.example.com/" />
What % of Google's total revenues comes from search? (Guess within 10% range)
81%, according to Q4 2020 releases*
*https://abc.xyz/investor/static/pdf/2020Q4_alphabet_earnings_release.pdf
What is Yandex's crawler called?
Yandex bot
What is the maximum # of URLs allowed in an XML sitemap file?
50,000
Send in chat: What is the attribute/value pair to make this image natively lazy loaded?
<img src="image.jpg" />
class=lazy
Example:
<img class=lazy src="image.jpg" />
Sent in chat: Create a hyperlink to (https://www.example.com/) with anchor text "Home"
<a href="https://www.example.com/">Home</a>
Who The name Google is derived from the term 'googol'. A googol is a 1 with how many zeroes behind it?
100 zeroes
What is Baidu's crawler called?
Baiduspider
What is America's favorite snack food?
What is the difference between lab and field data?
field - CrUX data actually comes from opted-in users in the real world.
lab - 1x pulls, data is freshly pulled.
Send in chat: HTML tag for hreflang to UK English version (https://www.example.co.uk/)
<link rel=alternate hreflang="en-gb" href="https://www.example.co.uk/" />
Name one IP addresses is known for.
What is Facebook's crawler called?
facebookexternalhit
Name 4x black hat SEO tactics. (Don't do this at work or home!)