-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassignment01.html
More file actions
68 lines (40 loc) · 2.4 KB
/
Copy pathassignment01.html
File metadata and controls
68 lines (40 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Web-accessibility Project
Unusual Museums and their Accessibility
DH150 Summer 2021
Assignment01
By: Labiba Alam
I chose five museums that I thought were unusual to test and improve their web-accessibility and search engine
optimization for this project. From researching these sites, I've learned
that screen readers often get overlooked when it comes to web design accessibility. I've also noticed that
sites that are close to a full SEO score often don't included a meta description which would bring their site's score to
100%.
I used Chrome Development tool lighthouse to diagnose the accessibility and SEO score of the following sites:
1) International Banana Museum,
http://www.internationalbananamuseum.com, Accessibility score (93), SEO score
(80)
Ways to improve their scores:
They can add a
< meta name="viewport" > tag to optimize their website for mobile screens
They could add a meta description which might be included in search results to concisely summarize page content.
2) Museum of Broken Relationships, https://brokenships.com, Accessibility score (67), SEO
score (82)
Ways to improve their scores:
They can increase the contrast ratio between the background and foreground colors.
Their image elements could have alternate text for screen readers.
3) International Crytozoology Museum, https://cryptozoologymuseum.com,
Accessibility score (85), SEO score (92)
Ways to improve their scores:
They can organize their heading elements in a sequentially-descending order to make it easier for screen
readers.
They can add a [lang] attribute so screen readers understand whether or not the page is in its default language.
4) Museum of Death, http://www.museumofdeath.net, Accessibility score (67), SEO score
(92)
Ways to improve their scores:
They can add labels to their form elements to ensure that the form controls are announced properly by screen
readers.
They can enable zooming for people with visual impairments.
5) National Funeral Museum, https://www.nmfh.org>https://www.nmfh.org, Accessibility score (74), SEO score (73)
Ways to improve their scores:
They can add descriptive link text which would help search engines understand their content.
They can add crawlable links to ensure that the `href` attribute of anchor elements links to an appropriate
destination, so more pages of the site can be discovered.