Unlock access to all the studying documents.
View Full Document
Unit O Optimizing Your Web Site for Search Engines
1. Implementing SEO techniques increases the likelihood that people searching on a query relevant to your website will be
presented with a link to your website.
2. The HTML elements you choose when building a web page do not add semantic data.
3. Search engines consider links to your site from other websites to evaluate your site’s content and popularity.
4. div elements play an important role in indexing, so you should pay special attention to them in your web documents.
5. Search engines rely on the text of description meta elements to decide which queries match a page.
6. Anyone can define and use a custom vocabulary for microdata.
Unit O Optimizing Your Web Site for Search Engines
7. Microdata enables you to add semantic information to specific web page elements.
8. The string that identifies a schema is similar to a URL but does not necessarily reference an actual web document.
9. Sitemaps for both large and small websites are generally plain text files.
10. You can rely on a robots.txt file to keep a document on your web server hidden.
11. Search engines combine many factors to decide the priority of search results into a set of instructions known as an
element. _________________________
12. Elements such as the title element play unique roles in results for some search engines.
_________________________
13. You can add a summary of your page content by creating a new meta element with the value viewport for
the name attribute._________________________
Unit O Optimizing Your Web Site for Search Engines
14. Whenever you use the name attribute for a meta element, it must be paired with a content attribute, which
contains the actual value. _________________________
15. HTML supports a syntax known as metadata that enables you to add semantic information to specific web page
elements._________________________
16. Sitemap files for large or complex websites are generally written in XML. _________________________
17. A plain-text Sitemap file must use ISO-8859-4 encoding for compatibility with major search engines.
_________________________
18. By convention, bots look for a file named searchengine.txt in the root directory of a website for instructions on any
files or folders to exclude from indexing. _________________________
19. After specifying a group of files to exclude from indexing, you can create one or more Allow entries to specify files
that should be indexed. _________________________
20. Viewing text-only versions of your web pages can help you identify missing or hidden content and ensure that your
pages are ready for search engine indexing. _________________________
Unit O Optimizing Your Web Site for Search Engines
21. One of the goals of SEO is to address factors that are part of search engine __________ in order to move a site up in
the list of search results returned for relevant queries.
22. Including high-quality content can improve your website’s __________.
23. Search engines can use ____ to present and format relevant web page content in search results.
24. Creating a(n) __________ element specific to a web page avoids a generic heading in the search result.
25. Adding a page _________ enables a search result to display a concise page summary, rather than simply a random
passage from the web page.
26. Making even small adjustments to the __________ you’re presenting to users can improve the accuracy of search
engines when they index your pages.
27. The title element, heading elements, img elements, and ____ text play important roles in indexing, so you should
pay special attention to them in your web documents.
28. Giving your images ____ names adds to the information that search engines can collect about your Web pages.
29. When creating a description meta element, the value of the ____ attribute indicates the type of data provided in the
element.
30. When creating a description meta element, the ____ attribute contains the actual value.
31. __________ are sets of terms and definitions that can be used to indicate the semantic value of specific types of
information.
32. The most widely supported microdata vocabulary is __________.
1
408
Unit O Optimizing Your Web Site for Search Engines
33. The string that identifies a schema is a(n) __________.
34. The __________ attribute specifies the unique string that identifies the schema you’re using.
35. The ____ attribute signifies that the vocabulary specified using a separate attribute applies to all descendent elements
of the element in which it is declared.
36. For most web page elements, the microdata value is __________.
the text an element contains
specified in a <meta> tag
37. The simplest version of a sitemap file contains only _______.
38. When search engines index a site, then identify a sitemap file based on __________.
its location on the web server where web documents are stored
another text file that indicates the location of the sitemap file
their records of the locations of files across the web
Unit O Optimizing Your Web Site for Search Engines
a meta element in index.html that indicates the path
39. Search engines index web pages using programs known as bots or ____.
40. Before listing specific pages to include or exclude from indexing, you use a ____ entry to specify which bots the rules
apply to.
41. In a robots.txt file, the ____ wildcard indicates that all bots should respect the rule or rules that follow.
42. When viewing a web page with graphics disabled, __________ takes the place of each image.
43. People in charge of websites are known as __________.
44. __________ is the dominant search engine in China.
Unit O Optimizing Your Web Site for Search Engines
45. Referring to the area labeled “1.” in the figure above, a more specific ____ element was created to avoid a generic
heading in the search result.
46. Referring to the area labeled “2.” in the figure above, adding a page ____ enables the search result to display a concise
page summary, rather than simply a random passage from the web page.
47. Referring to the area labeled “3.” in the figure above, incorporating ____ into web page elements allows search
engines to summarize information
Unit O Optimizing Your Web Site for Search Engines
48. Referring to the figure above, what happens when you click item a?
The tool validates your code against the specified vocabulary.
The tool validates your code against HTML standards.
The tool validates your code against CSS standards.
The tool fixes the syntax and spacing of your code.
49. Referring to the figure above, what does item b represent?
Code generated by the tool
Code you pasted into the tool
The results of validation
Unit O Optimizing Your Web Site for Search Engines
50. Referring to the figure above, item c indicates that __________.
The microdata markup in your code is valid.
Your search rank has increased.
51. Referring to the figure above, item d shows __________.
the CSS properties and values from your code
the microdata vocabulary properties and values from your code
the field name values and user-entered data from a form
the Google search result that most closely matches the code in item b
52. Referring to the figure above, the ____ attribute signifies that the schema applies to all descendent elements.
53. Referring to the figure above, the ________ value specifies the unique string that identifies the schema you‘re using.
Case-Based Critical Thinking Question
Tyler does not want parts of his website indexed, so he is creating a robots.txt file.
54. Tyler uses the code Disallow: / to instruct bots ____.
not to index the entire website
to index the entire website
to index only the main directory
to index the website at their own discretion
55. Tyler uses the code Disallow: /test to instruct bots to not index the test____.
56. Tyler uses the code Disallow: /*.ppt$ to instruct bots to not index any files in the site with the extension ____.
Case-Based Critical Thinking Question
Sandy is looking to improve the search engine rankings of her new blog site. As a first step she improves the title,
heading, img, and linked text elements on her site.
57. Sandy rewrites her existing title element to be ____.
the same as every other page on her site
1
412
58. Sandy adds heading elements, such as __________, to major subdivisions of her page.
59. When updating her img elements with SEO in mind, which of the following should Sandy AVOID?
Giving image files short, descriptive names
Supplying alternative text using the alt attribute
Using the same image in more than one web page on the same website.
Including text in images that’s not available elsewhere on the page.
60. Sandy has links throughout her site. From an SEO perspective, which of the following is considered good link text?
61. The process of tailoring the structure and content of a web page with search engines in mind is known as search
engine ________________.
62. You can contribute to SEO by using HTML __________ elements to describe the types of content represented in your
web page.
63. You can add a page summary to a web page using the __________ element.
409
Critical Thinking
Unit O Optimizing Your Web Site for Search Engines
64. Microdata is based on ________________, which are sets of terms and definitions that can be used to indicate the
semantic value of specific types of information.
65. A(n) ________________ file is a file in a specific format that lists all the pages available to users in a website, and
may include information about web page content such as images or video.
66. A(n) __________ file uses keywords such as User–agent and Disallow.
67. You can install a program such as the free, open-source Lynx browser, or an extension to another browser to let you
view only the __________ of a web page.
Match each term with the appropriate definition.
The set of instructions combining the factors that search engines use to decide the priority of search results.
A single group of terms and definitions related to a specific type of information.
A file in a specific format that lists all the pages in a website.
A set of terms and definitions that can be used to indicate the semantic value of a specific type of information.
A program used by a search engine to index web pages.
Unit O Optimizing Your Web Site for Search Engines
73. Explain two steps you can take to increase the chances that search engines that are popular among your target
audience index your web pages accurately.
74. List at least 3 elements that you should pay attention to when creating indexable content. For one of these elements,
list one practice you should follow and one practice that you should avoid.
75. When optimizing your website for search engines, why is it helpful to review text-only versions of your web pages?
What are some ways you can translate your web page into a text-only version?