From 323c2596ed94a8dc3502ef66b2109883f1bbfb8e Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Thu, 21 Aug 2025 13:58:37 +0100 Subject: [PATCH 1/2] Reformat/reindent --- techniques/general/G161.html | 95 ++++++++++++++++++++---------------- 1 file changed, 53 insertions(+), 42 deletions(-) diff --git a/techniques/general/G161.html b/techniques/general/G161.html index 4a4d3e854c..a27716785a 100644 --- a/techniques/general/G161.html +++ b/techniques/general/G161.html @@ -1,33 +1,39 @@ -Providing a search function to help users find content

Providing a search function to help users find content

ID: G161

Technology: general

Type: Technique

When to Use

+ + + + Providing a search function to help users find content + + + +

Providing a search function to help users find content

+

ID: G161

Technology: general

Type: Technique

+
+

When to Use

All technologies that include forms.

-

Description

+
+
+

Description

Providing a search function that searches your web pages is a design strategy that offers users a way to find content. Users can locate content by searching for specific words or phrases, without needing to understand or navigate through the structure of the website. This can be a quicker or easier way to find content, particularly on large sites.

Some search companies offer sites free access to their search applications. Search engines are available that can be installed on your own server. Some web hosting companies offer search scripts that customers can include on their web pages. Most services also offer paid versions of their tools with more advanced features.

Implementing a search function that will spell-check the terms, include different endings for the terms (stemming), and allow for the use of different terminology (synonyms) will further increase the accessibility of the search function.

The search functionality is added by either including a simple form on the web page, usually a text field for the search term and a button to trigger the search or by adding a link to a page that includes a search form. The search form itself must be accessible, of course.

-

Techniques that are used to optimize search engine results for external searches also support internal search engines and make them more effective: use keywords, - - META - - tags, and an accessible navigation structure. Search sites provide guidance on how to create content that is optimized for search, for instance - - Google Webmaster Guidelines, and - Yahoo! Search Content Quality Guidelines.

-

Examples

+

Techniques that are used to optimize search engine results for external searches also support internal search engines and make them more effective: use keywords, META tags, and an accessible navigation structure. Search sites provide guidance on how to create content that is optimized for search, for instance Google Webmaster Guidelines, and Yahoo! Search Content Quality Guidelines.

+
+
+

Examples

A Shopping Site

-

A shopping site organizes its products into different categories, such as women's clothes, men's clothes, and children's clothes. These have subcategories, such as tops, pants, shoes, and accessories. Each page also contains a search form. Users can type the product number or product description into the search field and go directly to that product, rather than needing to navigate the product categories to find it.

-

A Help Center

-

A Help Center contains thousands of pages of Help information about a company's products. A search form allows users to search just the Help Center pages to find articles that contain the search terms.

-
-

Tests

-

Procedure

+
+
+

Tests

+
+

Procedure

  1. Check that the web page contains a search form or a link to a search page
  2. Type text into the search form that occurs in the set of web pages
  3. @@ -36,32 +42,37 @@

    A Help Center

  4. Check that the user is taken to a page that contains a list of links to pages containing the search term
-

Expected Results

+
+

Expected Results

  • Check #1 is true, and either Check #4 or Check #5 is true.
-

Resources

- - - -
\ No newline at end of file +
+ +

Resources

+ +
+ + \ No newline at end of file From 8d87df84d015b6f010ece57ee978c2a88d383873 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Thu, 21 Aug 2025 13:59:01 +0100 Subject: [PATCH 2/2] Remove broken/outdated links --- techniques/general/G161.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/techniques/general/G161.html b/techniques/general/G161.html index a27716785a..91d1bd3ecf 100644 --- a/techniques/general/G161.html +++ b/techniques/general/G161.html @@ -60,12 +60,6 @@

Related Techniques

Resources