
內容簡介
透過更正拼寫錯誤、簡化單字以及比對現有網頁清單的方式,減少 404 錯誤。
進階搜尋演算法將網址拆成單個詞彙,並根據與每個資料庫網址的相似度生成分數。然後,使用者會重定向到得分最高的結果。為了提高準確性並允許某些 404 錯誤,結果必須達到特定相似度水平,以便檢測縮寫。
使用智慧搜尋來減少 404 錯誤,此搜尋會試圖在資料庫中查找與使用者在網址中輸入的相似內容。
此搜尋將檢查使用者在網址中輸入的內容,將其解碼為發音方式,然後比較與資料庫中每個頁面的解碼聲音。
可選的智慧搜尋 V2 執行在自訂的 Google Cloud 函數 API 上,可比較每個單詞的個別字母。
該搜尋會嘗試將網址和頁面轉換為不同語言進行比較。
檢查在資料庫中存在的單字縮寫。
將使用者輸入的網址和資料庫中的頁面之間的單字以「/」符號分隔。
將網址簡化為簡單的形式,並用空格替代「-」、「_」「%20」、「+」等符號。
檢查由空格隔開的不同單詞,並將所有內容轉為小寫(包括使用者輸入和資料庫中的內容),以忽略大小寫。
檢測單詞的複數形式,並允許其與非複數形式的單詞匹配。
外掛標籤
開發者團隊
② 後台搜尋「Smart Search URL Auto Correct」→ 直接安裝(推薦)
原文外掛簡介
Reduce 404 errors by correcting typos, simplifying words, and compering them to a list of your existing pages.
An advanced search algorithm that splits the url into individual words, and generates a score based on the similarity to each database url. The user then gets redirected to the highest scoring result. To improve accuracy and allow some 404 errors, a result must reach a specific level of similarity, adapted to the length of the words to enable abbreviation detection.
Reduce 404 errors with a smart search, that attempts to find something in the database similar to what the user types in the url.
This search will check what the user types in the url, and decodes it to the way it sounds, then compares it to the decoded sound of each page in the database.
Optional Smart Search V2 runs on a custom Google Cloud Function API, which comperes the individual letters of each word.
This attempts to translate both the url and pages to compare different languages.
Checks for abbreviations of words that exist in your database.
Seperates the words between “/” for both the url the user typed, and page url’s in the database.
Reduces urls to a simple form, and replaces “-“, “_”, “%20”, “+”, ect. with spaces.
Checks individual words seperated by spaces, and sets everything to lowercase (both user typed, and pages in database), to make caps not matter.
Detects plurals and allows them to match with non-plural words.
