SlideShare une entreprise Scribd logo
1  sur  77
Accessibility for people and
bots: Compassion-led
technical SEO
Ashley Berman Hale // DeepCrawl
SLIDESHARE.NET/ASHLEYBERMANHALE
@BermanHale
I have big goals
I have big goals
I have a limited view
I have big goals
I have a limited view
I talk too much
Crawlable
Indexable
Well-Ranked
Accessible
Navigable
Shareable
Visible
Visible Usable
Web Accessibility
The inclusive practice of ensuring there are no barriers that prevent interaction
with, or access to, websites
Web Accessibility
The inclusive practice of ensuring there are no barriers that prevent interaction
with, or access to, websites
When sites are correctly designed, developed and edited, generally all users
have equal access to information and functionality
Web Accessibility
The inclusive practice of ensuring there are no barriers that prevent interaction
with, or access to, websites
When sites are correctly designed, developed and edited, generally all users
have equal access to information and functionality
Access to information and communications technologies is defined as a basic
human right in the United Nations Convention on the Rights of Persons with
Disabilities (UN CRPD)
POUR
Perceivable
Operable
Understandable
Robust
Focus on the user and all else will
follow
Impairment
DIS·A·BIL·I·TY
• Visual
• Auditory
• Speech
• Motor
Societal InteractionsImpairment
DIS·A·BIL·I·TY
+
·
·
·
·
Societal InteractionsImpairment
Resulting
Disadvantage
DIS·A·BIL·I·TY
+ =
·
·
·
·
Disabilities can be -
Temporary
Permanent
Progressive
Disability Types*
*A selective smattering
Visual Impairments
Low Vision
Visual Impairments
Low Vision
Visual Impairments
Low Vision
Blindness
Visual Impairments
Low Vision
Blindness
Color-blindness
Visual Impairments
Low Vision
Blindness
Color-blindness
Visual Impairments
Low Vision
Blindness
Color-blindness
Visual Recommendations
• Contrast ≥ 4.5:1
https://contrast-ratio.com/
• Contrast ≥ 4.5:1
• Safe fonts
HTML
• Read
Regular
• Lexie
Readable
• Tiresias
DEFAULT
• Arial
• Helvetica
• Lucida Sans
• Tahoma
• Verdana
PDFs
• Times New
Roman
• Verdana
• Arial
• Tahoma
• Helvetica
• Calibri
Visual Recommendations
• Contrast ≥ 4.5:1
• Safe fonts
• Do not user color to convey meaning
Visual Recommendations
• Contrast ≥ 4.5:1
• Safe fonts
• Do not user color to convey meaning
• Descriptive links
ノಠ_ಠノ
Visual Recommendations
• Contrast ≥ 4.5:1
• Safe fonts
• Do not user color to convey meaning
• Descriptive links
• Graphics
• No embedded text
• Use alt text
Visual Recommendations
• Contrast ≥ 4.5:1
• Safe fonts
• Do not user color to convey meaning
• Descriptive links
• Graphics
• No embedded text
• Use alt text
<img src="/lizzo.jpg" alt="Savior of Modern Humanity">
Visual Recommendations
• Contrast ≥ 4.5:1
• Safe fonts
• Do not user color to convey meaning
• Descriptive links
• Graphics
• Use alt text
• No embedded text
• Configurable text & layouts
• Color, size
• Percentages vs. absolute units (pixels)
Visual Recommendations
• Don’t require the mouse or use onmouseover events
Visual Recommendations
• Don’t require the mouse or use onmouseover events
• Let users skip over long content/menus
Visual Recommendations
• Don’t require the mouse or use onmouseover events
• Let users skip over long content/menus
• Don’t use <iframes> for core content
Visual Recommendations
• Don’t require the mouse or use onmouseover events
• Let users skip over long content/menus
• Don’t use <iframes> for core content
• Make tables friendly
• Data tables
• Layout tables
Row by row
Left to right
Use headers
Provide summaries
Visual Recommendations
• Don’t require the mouse or use onmouseover events
• Let users skip over long content/menus
• Don’t use <iframes> for core content
• Make tables friendly
• Data tables
• Layout tables
• Audio described videos
Visual Recommendations
Black Holes & Irksome Bits
• PDFs
• Flash
• Images
• Captchas
• Cookie Prompts
Visual Tests
• Check contrast
• https://contrast-ratio.com/
• 4.5:1
Visual Tests
• Check contrast
• https://contrast-ratio.com/
• 4.5:1
• Check screen magnifiers
Visual Tests
• Check contrast
• https://contrast-ratio.com/
• 4.5:1
• Check screen magnifiers
• NVDA or accessibility settings
Visual Tools & Resources
• OS Built-Ins
• Chrome Extensions
• Programmer & Designer Toolkits
• Organizations
&
• Articles
• Advocates to follow
Visual Accessibility Audience
As of 2012 –
• 285M visually impaired people WW
• 39M are blind
Auditory Impairments
Spectrum hearing loss
Mild – 30db
Moderate – 50db
Severe – 80db
Profound – 95db
Auditory Impairments
Spectrum hearing loss
Mild
Moderate
Severe
Profound
Tone deafness
High tone
Low tone
Meet Q
https://www.genderlessvoice.com
Auditory Recommendations
• Subtitles
Auditory Recommendations
• Subtitles
• Closed captions
Auditory Recommendations
• Subtitles
• Closed captions
• Transcripts
Auditory Recommendations
• Subtitles
• Closed captions
• Transcripts
• Visible and functional controls
Auditory Recommendations
• Subtitles
• Closed captions
• Transcripts
• Visible and functional controls
• Alternative contact options
Auditory Tests
• Turn the volume down
Auditory Tools
• Use YouTube!
Auditory Accessibility Audience
• YouTube
• Auto-generated
• Rewards!
• Subtitles = Increase in watch time of 40%
• Facebook
• 85% of videos watched on mute
>5% of people (446M) are hearing disabled
By 2020: over 900M or 1 in 10
Speech Impairments
Impediments
Lisping
Accents
Dysarthria / Aphasia / Apraxia
Muteness
st-st-st
Speech Recommendations
• Simple requirements
• Alternative input
Test:
• Use a voice-generating computer device to simulate input
Speech Accessibility Audience
• >1% of the total population stutter or stammer
• Men are 4x’s likely
• 10% of the population has a lisp
• 18M US adults have a hard time using their voices in the last 12
months
Motor Impairments
• Arthritis
• Tremor
• Parkinson’s
• ALS
• MS
• Palsy
• Quadriplegia
Motor Recommendations
• Don’t require a mouse
Motor Recommendations
• Don’t require a mouse
• Use large link targets
hyperlink
Motor Recommendations
• Don’t require a mouse
• Use large link targets
• Use a focus state for links
a:active, a:focus {background: yellow;}
Motor Recommendations
• Don’t require a mouse
• Use large link targets
• Use a focus state for links
• ‘Skip to Content’
a.hide
{
position: absolute;
left: -9000px;
top: 0;
}
a.hide:focus,
a.hide:active
{
left: 0;
}
Motor Recommendations
• Don’t require a mouse
• Use large link targets
• Use a focus state for links
• ‘Skip to Content’
• No auto-play audio/video
Motor Recommendations
• Don’t require a mouse
• Use large link targets
• Use a focus state for links
• ‘Skip to Content’
• No auto-play audio/video
• Use default tabbing order
Motor Recommendations
• Don’t require a mouse
• Use large link targets
• Use a focus state for links
• ‘Skip to Content’
• No auto-play audio/video
• Use default tabbing order
• Don’t use shortcut keys
Motor Recommendations
• Don’t require a mouse
• Use large link targets
• Use a focus state for links
• ‘Skip to Content’
• No auto-play audio/video
• Use default tabbing order
• Don’t use shortcut keys
• Extend session timeouts
Motor Tools
• Mouth stick
• Head wand
Motor Tools
• Mouth stick
• Head wand
• Single-switch access
• Sip and puff switch
Motor Tools
• Mouth stick
• Head wand
• Single-switch access
• Sip and puff switch
• Oversized trackball mouse
• Adaptive keyboard
Motor Tools
• Mouth stick
• Head wand
• Single-switch access
• Sip and puff switch
• Oversized trackball mouse
• Adaptive keyboard
• Eye-tracking
• Voice recognition software
Motor Accessibility Audience
• ~15% of adults have physical functioning difficulties
• 10M adults with Parkinson’s
• 350M people with arthritis
• Stroke is the leading cause of long-term serious disability in the
US
The Why
The Why
The Why
@BermanHale

Contenu connexe

Tendances

SearchLove Boston 2018 - Dewi Nawasari - Optimizing When Google is Your Compe...
SearchLove Boston 2018 - Dewi Nawasari - Optimizing When Google is Your Compe...SearchLove Boston 2018 - Dewi Nawasari - Optimizing When Google is Your Compe...
SearchLove Boston 2018 - Dewi Nawasari - Optimizing When Google is Your Compe...Distilled
 
Introduction to accessibility
Introduction to accessibilityIntroduction to accessibility
Introduction to accessibilityJoseph McLarty
 
Tackling Python: How It Can Help With Technical SEO | Pint Sized Meetup Janua...
Tackling Python: How It Can Help With Technical SEO | Pint Sized Meetup Janua...Tackling Python: How It Can Help With Technical SEO | Pint Sized Meetup Janua...
Tackling Python: How It Can Help With Technical SEO | Pint Sized Meetup Janua...Ruth Everett
 
Automate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps ScriptAutomate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps ScriptCatalyst
 
LinkedIn Golden Eggs
LinkedIn Golden EggsLinkedIn Golden Eggs
LinkedIn Golden EggsRick Kinnard
 
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...Distilled
 
Architecting DevOps Ready Application
Architecting DevOps Ready Application Architecting DevOps Ready Application
Architecting DevOps Ready Application Agile Testing Alliance
 
Tackling Python: What is it and How Can it Help with Technical SEO? | TechSEO...
Tackling Python: What is it and How Can it Help with Technical SEO? | TechSEO...Tackling Python: What is it and How Can it Help with Technical SEO? | TechSEO...
Tackling Python: What is it and How Can it Help with Technical SEO? | TechSEO...Ruth Everett
 
Design Thinking Approach for Analytics
Design Thinking Approach for AnalyticsDesign Thinking Approach for Analytics
Design Thinking Approach for AnalyticsAgile Testing Alliance
 
Making DevOps a reality for Legacy Enterprise Monolithic Products
Making DevOps a reality for Legacy Enterprise Monolithic ProductsMaking DevOps a reality for Legacy Enterprise Monolithic Products
Making DevOps a reality for Legacy Enterprise Monolithic ProductsAgile Testing Alliance
 
Strengthening CX through Agile Ecosystems
Strengthening CX through Agile EcosystemsStrengthening CX through Agile Ecosystems
Strengthening CX through Agile EcosystemsAgile Testing Alliance
 
Prototyping with purpose
Prototyping with purposePrototyping with purpose
Prototyping with purposeCraig Abbott
 
Demonetization, IoT and related thoughts!
Demonetization, IoT and related thoughts!Demonetization, IoT and related thoughts!
Demonetization, IoT and related thoughts!Agile Testing Alliance
 
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam GentHow Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam GentBranded3
 

Tendances (15)

SearchLove Boston 2018 - Dewi Nawasari - Optimizing When Google is Your Compe...
SearchLove Boston 2018 - Dewi Nawasari - Optimizing When Google is Your Compe...SearchLove Boston 2018 - Dewi Nawasari - Optimizing When Google is Your Compe...
SearchLove Boston 2018 - Dewi Nawasari - Optimizing When Google is Your Compe...
 
Introduction to accessibility
Introduction to accessibilityIntroduction to accessibility
Introduction to accessibility
 
Tackling Python: How It Can Help With Technical SEO | Pint Sized Meetup Janua...
Tackling Python: How It Can Help With Technical SEO | Pint Sized Meetup Janua...Tackling Python: How It Can Help With Technical SEO | Pint Sized Meetup Janua...
Tackling Python: How It Can Help With Technical SEO | Pint Sized Meetup Janua...
 
Automate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps ScriptAutomate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps Script
 
LinkedIn Golden Eggs
LinkedIn Golden EggsLinkedIn Golden Eggs
LinkedIn Golden Eggs
 
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...
 
Architecting DevOps Ready Application
Architecting DevOps Ready Application Architecting DevOps Ready Application
Architecting DevOps Ready Application
 
Tackling Python: What is it and How Can it Help with Technical SEO? | TechSEO...
Tackling Python: What is it and How Can it Help with Technical SEO? | TechSEO...Tackling Python: What is it and How Can it Help with Technical SEO? | TechSEO...
Tackling Python: What is it and How Can it Help with Technical SEO? | TechSEO...
 
Design Thinking Approach for Analytics
Design Thinking Approach for AnalyticsDesign Thinking Approach for Analytics
Design Thinking Approach for Analytics
 
Windows Automation with Ansible
Windows Automation with Ansible Windows Automation with Ansible
Windows Automation with Ansible
 
Making DevOps a reality for Legacy Enterprise Monolithic Products
Making DevOps a reality for Legacy Enterprise Monolithic ProductsMaking DevOps a reality for Legacy Enterprise Monolithic Products
Making DevOps a reality for Legacy Enterprise Monolithic Products
 
Strengthening CX through Agile Ecosystems
Strengthening CX through Agile EcosystemsStrengthening CX through Agile Ecosystems
Strengthening CX through Agile Ecosystems
 
Prototyping with purpose
Prototyping with purposePrototyping with purpose
Prototyping with purpose
 
Demonetization, IoT and related thoughts!
Demonetization, IoT and related thoughts!Demonetization, IoT and related thoughts!
Demonetization, IoT and related thoughts!
 
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam GentHow Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
 

Similaire à Brighton SEO - Sep 2019 - Accessibility & Technical SEO

Wordcamp rochester-2017-accessibility-johnson-steigelman
Wordcamp rochester-2017-accessibility-johnson-steigelmanWordcamp rochester-2017-accessibility-johnson-steigelman
Wordcamp rochester-2017-accessibility-johnson-steigelmanH. Trevor Johnson-Steigelman
 
Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018Adrian Roselli
 
Wordcamp rochester-2017-accessibility-johnson-steigelman
Wordcamp rochester-2017-accessibility-johnson-steigelmanWordcamp rochester-2017-accessibility-johnson-steigelman
Wordcamp rochester-2017-accessibility-johnson-steigelmanH. Trevor Johnson-Steigelman
 
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)Carrie Anton
 
Web accessibility with Ametys CMS
Web accessibility with Ametys CMSWeb accessibility with Ametys CMS
Web accessibility with Ametys CMSAmetys
 
Selfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF VilniusSelfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF VilniusAdrian Roselli
 
Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017Adrian Roselli
 
Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017Adrian Roselli
 
Selfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKSelfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKAdrian Roselli
 
WordPress Accessibility - WordCamp Buffalo 2016
WordPress Accessibility - WordCamp Buffalo 2016WordPress Accessibility - WordCamp Buffalo 2016
WordPress Accessibility - WordCamp Buffalo 2016Adrian Roselli
 
Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019Adrian Roselli
 
Web Accessibility and why we need it
Web Accessibility and why we need itWeb Accessibility and why we need it
Web Accessibility and why we need itGenevieve Nelson
 
Make your website work for you
Make your website work for youMake your website work for you
Make your website work for youWarren Denley
 
Selfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceSelfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceAdrian Roselli
 
Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017Adrian Roselli
 
Fringe Accessibility: Booster 2016
Fringe Accessibility: Booster 2016Fringe Accessibility: Booster 2016
Fringe Accessibility: Booster 2016Adrian Roselli
 
Scope website - how to make an accessible website
Scope website - how to make an accessible websiteScope website - how to make an accessible website
Scope website - how to make an accessible websiteIlesh Mistry
 

Similaire à Brighton SEO - Sep 2019 - Accessibility & Technical SEO (20)

Wordcamp rochester-2017-accessibility-johnson-steigelman
Wordcamp rochester-2017-accessibility-johnson-steigelmanWordcamp rochester-2017-accessibility-johnson-steigelman
Wordcamp rochester-2017-accessibility-johnson-steigelman
 
Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018Prototyping Accessibility - WordCamp Europe 2018
Prototyping Accessibility - WordCamp Europe 2018
 
Wordcamp rochester-2017-accessibility-johnson-steigelman
Wordcamp rochester-2017-accessibility-johnson-steigelmanWordcamp rochester-2017-accessibility-johnson-steigelman
Wordcamp rochester-2017-accessibility-johnson-steigelman
 
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
Web Accessibility Top 10 - LCC (1/2 day workshop, August 2013)
 
Web accessibility with Ametys CMS
Web accessibility with Ametys CMSWeb accessibility with Ametys CMS
Web accessibility with Ametys CMS
 
Selfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF VilniusSelfish Accessibility — YGLF Vilnius
Selfish Accessibility — YGLF Vilnius
 
accessibility
accessibilityaccessibility
accessibility
 
Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017
 
Marketing the Gold
Marketing the GoldMarketing the Gold
Marketing the Gold
 
Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017
 
Selfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HKSelfish Accessibility — Harbour Front HK
Selfish Accessibility — Harbour Front HK
 
WordPress Accessibility - WordCamp Buffalo 2016
WordPress Accessibility - WordCamp Buffalo 2016WordPress Accessibility - WordCamp Buffalo 2016
WordPress Accessibility - WordCamp Buffalo 2016
 
Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019Prototyping Accessibility: Booster 2019
Prototyping Accessibility: Booster 2019
 
Web Accessibility and why we need it
Web Accessibility and why we need itWeb Accessibility and why we need it
Web Accessibility and why we need it
 
Make your website work for you
Make your website work for youMake your website work for you
Make your website work for you
 
Selfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceSelfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital Service
 
Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017
 
Accessibility 101
Accessibility 101Accessibility 101
Accessibility 101
 
Fringe Accessibility: Booster 2016
Fringe Accessibility: Booster 2016Fringe Accessibility: Booster 2016
Fringe Accessibility: Booster 2016
 
Scope website - how to make an accessible website
Scope website - how to make an accessible websiteScope website - how to make an accessible website
Scope website - how to make an accessible website
 

Dernier

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Dernier (20)

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

Brighton SEO - Sep 2019 - Accessibility & Technical SEO

Notes de l'éditeur

  1. My goal is come to a common definition/understanding of core accessibility issues, layout useful tests and tools, highlight actions you can take ASAP, and put you down a path to learn more and to build ongoing compassion.
  2. I’m not the expert – either in professional practice or my personal life But I’m striving and I think it’s important and worth everyone’s time and effort But I’ll be including many resources and links to people in our community and beyond that are already consulting on best practices, advocating, testing, and living this life. I hope you follow them and continue to learn from them.
  3. I will be tweeting out resources + a link to an open Google doc with all of the links referenced in the presentation
  4. In technical SEO, beyond being the most curious and tinkering sort, we want to make sure that content and apps: Can be crawled fully and efficiently Can be properly understood and indexed And to rank – because we want the site/app/etc. to get in front of as many people as possible
  5. In technical SEO, beyond being the most curious and tinkering sort, we want to make sure that content and apps: In addition to bots, people of various abilities can get to the site and consume information In addition to bots, users can get around to the content that they should be able to access And going further than just getting the website in front of people, we want to put it into people’s hands
  6. When I ask Technical SEOs to focus more on accessibility I’m asking them to make websites not just visible, but usable. I’m asking them to be more human. And this is at the core of web accessibility
  7. When I ask Technical SEOs to focus more on accessibility I’m asking them to make websites not just visible, but usable. I’m asking them to be more human. And this is at the core of web accessibility
  8. Per https://en.m.wikipedia.org/wiki/Web_accessibility Inclusive – including all disabilities If we do our job and make amazing sites – everyone should have access (we’re used to talking about this with CSR and SSR, but this goes beyond bots)
  9. Per https://en.m.wikipedia.org/wiki/Web_accessibility Inclusive – including all disabilities If we do our job and make amazing sites – everyone should have access (we’re used to talking about this with CSR and SSR, but this goes beyond bots)
  10. Per https://en.m.wikipedia.org/wiki/Web_accessibility Inclusive – including all disabilities If we do our job and make amazing sites – everyone should have access (we’re used to talking about this with CSR and SSR, but this goes beyond bots)
  11. G has been saying it all along – But this allows you to truly follow REAL users, including potential friends, family, and self Having a disability places you in the world's largest minority group. Currently around 10% of the world's population, or roughly 650 million people, live with a disability
  12. First we need to understand what I mean when I talk about disability Can be a lot of things but we’re going to focus on visual, speech, Auditory, motor function It’s not just a health problem – it’s the interaction with the impaired and the features of the society that they live in.
  13. First we need to understand what I mean when I talk about disability Can be a lot of things but we’re going to focus on visual, speech, Auditory, motor function It’s not just a health problem – it’s the interaction with the impaired and the features of the society that they live in.
  14. First we need to understand what I mean when I talk about disability Can be a lot of things but we’re going to focus on visual, speech, Auditory, motor function It’s not just a health problem – it’s the interaction with the impaired and the features of the society that they live in.
  15. But first – how many of you use assistive technology on a regular bases? Ok, how many of you wear glasses or contacts? Do you use lined paper? Pencil grips? Hearing aids Closed captioning Ergonomic keyboards/mouse Voice search
  16. All of these are assistive technology
  17. 20/30 to 20/60, this is considered mild vision loss, or near-normal vision 20/70 to 20/160, this is considered moderate visual impairment, or moderate low vision 20/200 or worse, this is considered severe visual impairment, or severe low vision 20/500 to 20/1000, this is considered profound visual impairment or profound low vision Less than 20/1000, this is considered near-total visual impairment or near total low vision No light perception, this is considered total visual impairment, or total blindness
  18. The four leading causes of legal blindness in the United States are: Age-related macular degeneration (AMD or ARMD) Cataracts Diabetic retinopathy Glaucoma
  19. If you're unable to read the top line on an eye chart, you've got 20/200 vision, which makes you legally blind in the US.
  20. Read Regular, Lexie Readable, and Tiresias > fonts that have been created with readers with dyslexia or visual impairments in mind. https://www.fontsquirrel.com/fonts/list/foundry/the-royal-national-institute-for-the-blind
  21. Red and green are the two most problematic issues for people who have different types of color blindness
  22. Frames can’t be seen at once with the site – they needed to be visited separately
  23. Data tables, with properly labeled columns and rows, are generally not the issue. Layout tables often have no or illogical headers and are difficult for those using screen readers Note with layout tables PROPER H tag use, etc. - not just for text styling
  24. https://www.youtube.com/watch?v=ELjffBeZsoQ
  25. Sunil described a wonderful Twitter account where he is able to copy and paste CAPTCHA images to, a sighted user replies with the word, so he is able to overcome the barriers he faces. This felt to me rather an unfortunate work around. CAPTCHAs featuring text based logic questions “what is 1+2” or “what is today’s date” he described as much more accessible solutions. https://medium.com/@pdjohnson/using-the-internet-as-a-blind-person-fc4e09e294f0
  26. ZoomText MAGic
  27. NVDA – NonVisual Desktop Access – non-profit from Australia and it’s an awesome resource for developers to experience their website the way a visually impaired person would. Screen for twitter on how to turn on Accessibility features for Android and iOS phones
  28. https://chrome.google.com/webstore/detail/colorblindly/floniaahmccleoclneebhhmnjgdfijgg http://chromelens.xyz/ > filters, scanners & audits, and trackers to see the flow of tab-shift-tab navigation through the site https://chrome.google.com/webstore/detail/color-enhancer/ipkjmjaledkapilfdigkgfmpekpfnkih Narrator is basic and not great, JAWS is best but NVAccess is free Apple’s is awesome and is even enhanced to handle interactive gestures Vinux is a Linux distro that combines these technologies for an easy-to-set-up accessible computer. Released by the UK Vision Strategy, the distro is an Ubuntu variant. What Vinux provides is a pre-configured accessible environment. This makes it much easier to set up and configure a new PC for a visually impaired user than existing Linux distros.
  29. Note that 90% of the blind people live in developing countries
  30. https://www.noisehelp.com/noise-level-chart.html https://www.audicus.com/noise-levels-of-everyday-sounds/
  31. You can change the voice of your Google Assistant – but only in the US Google & Siri have a male and female voice for SOME languages Alexa only has a male voice for English https://www.npr.org/2019/03/21/705395100/meet-q-the-gender-neutral-voice-assistant
  32. Conversation Starter
  33. Conversation Starter
  34. Just dialog Often translated language Explain that bad subtitles or captions create cognitive dissonance
  35. CC goes beyond the dialog to explain who is talking and other noises in the scene
  36. Transcripts offer a text-reliant output for media that has audible elements
  37. Don’t be clever Don’t hide controls And TEST all of your controls to make sure they work (across devices/browsers)
  38. Don’t be clever Don’t hide controls And TEST all of your controls to make sure they work (across devices/browsers)
  39. https://support.google.com/youtube/topic/9257536
  40. YouTube has a CC button that indicates whether or not a video has captions available — and the platform rewards content-uploaders for providing closed captions by increasing the video’s rank in search queries. For example, although YouTube has an auto-generated captions option, they still need to be reviewed and edited for accuracy. Yan estimated 85% of Facebook videos are watched on mute. So, who benefits from these tools? In short, everyone.
  41. Estimated that 3M Americans stutter Estimated 1M Americans have some form of Aphasia Dysarthria/Aphasia often related to palsy, stroke or autism 64% of kids with autism suffer from speech Apraxia
  42. (many are using augmentative or alternative communication (AAC)
  43. By a strict classification,[citation needed] only 5% to 10% of the population has a completely normal manner of speaking (with respect to all parameters) and healthy voice; all others suffer from one disorder or another. Marilyn Monroe & Jimmy Stuart stuttered James Earl Jones was mute for 8 years of his childhood due to severe stutter
  44. Head wands, mouth sticks, adaptive keyboards, can’t use a mouse, voice recognition software Shaking, slow, jerky, stiffness, lack of fine motor control TRY THIS: https://webaim.org/articles/motor/assistive
  45. Make sure that functions emulate a keyboard and that a mechanism to undo or abort an action is provided. https://www.webcredible.com/blog/improving-accessibility-motor-impaired-users/ https://theweco.com/designing-websites-for-motor-skill-disabilities/ https://www.interactiveaccessibility.com/blog/5-tips-improve-web-mobilitydexterity-disabilities#.XXcMFZNKhZI https://accessibility.huit.harvard.edu/disabilities/motor-impairment https://accessibility.huit.harvard.edu/disabilities/motor-impairment
  46. Convert inline elements to block By assigning the CSS command display: block to each link in a vertical list, the full width of the column becomes clickable (as opposed to just the text itself).  Use JS to increase the link target area
  47. Assigning a background colour to focused links is probably the most important thing you can do for keyboard-only users tabbing through web pages. When users tab on to any one link this background colour will display, clearly highlighting where the user is.
  48. Provide a visible 'skip to content' link 'Skip to content' links have historically targeted screen reader users, yet are also useful for motor impaired users. A skip link is an invisible link that allows screen reader users to jump over the navigation on each page and get straight to the main content. Skip links are very useful for keyboard-only users but only if they're made visible when focused on(otherwise how will they know the link exists?). If the link is assigned class="hide" then the following CSS code can be used to hide the link but then make it appear when users tab on to it:
  49. If pages on your website start to play audio without users knowing about this in advance then this can severely conflict with the voice recognition software.
  50. Don't change the tab order (unless you have a very good reason to do so) Keyboard-only users tab through links and form items in the order in which they're placed in the HTML source code. The tabindex attribute can be used to change the on-page tabbing order but is rarely necessary. Items with the tabindex attribute assigned to them get tabbed to first in order of hierarchy, regardless of their position in the HTML source code. The only logical reason to change the tab order is if 95%+ of users go straight to one particular item on the page (e.g. a search form).
  51. The problem with access keys is there's no convention so the few sites that use them do so in whichever way they choose. Site visitors are unlikely to spend the time getting accustomed to your website's particular access keys and access keys can also override keyboard shortcuts for screen readers.
  52. It can take longer for those with motor impairments to complete actions so be careful with short session times
  53. U.S. Physical Impairment Statistics Non-institutionalized adults 18 years and older: Difficulties in physical functioning: Number of adults unable (or very difficult) to walk a quarter mile: 17.2 million Percent of adults unable (or very difficult) to walk a quarter mile: 7.3% Number of adults with any physical functioning difficulty: 35.2 million Percent of adults with any physical functioning difficulty: 15.0% Non-institutionalized adults 18 years and older: Basic or complex activity limitations: Number of adults with at least one basic actions difficulty or complex activity limitation: 73.5 million (2012) Percent of adults with at least one basic actions difficulty or complex activity limitation: 31.9% (2012) Non-institutionalized adults 65 years and older: Need help with personal care: Percent of adults 65-74 years who need help with personal care from other persons: 3.3% Percent of adults 75 years and over who need help with personal care from other persons: 10.5%
  54. Do it to be compassionate T be a good human and a good world citizen
  55. More than 280 million people worldwide are visually impaired. That means that 1 in 26 people who surf your website will not be able to see it as you do. >>> add more info on how many people you’d potentially be excluding
  56. Legal repercussions are serious and more of them are coming
  57. Accessibility FOR OUR FUTURE SELVES In the US, approximately 13% (nearly 55M in the US) of the population has a disability per the CDC I’ll be tweeting out lists of communities to join or read https://support.google.com/accessibility/answer/9248846 https://docs.google.com/forms/d/e/1FAIpQLSfcb-l0mCZ__09SSyFAuI_k2WBLR05URYbR_Stv9N42u7GTiw/viewform