Arclab® Website Analyzer
How to Search Your Website for Missing META Descriptions
Find all
Web Pages without Description META Tag
Fix "Missing META Description" Errors
You should make sure that each of your web pages has a META <meta> tag with name="description". The description is sometimes displayed directly in the SERPs (Search Engine Result Pages) below the title. However, there is no guarantee for this, as the search engines sometimes create their own descriptions. You can add the META description either in your web editor, CMS system or directly in the source code of the HTML page.
HTML Source Sample:
<!doctype html>
<html lang="en">
<head>
...
<meta name="description" content="Sample META Description">
...
</head>
...
How can I Find "Missing META Descriptions" on My Website?
Troubleshooting is easy with Arclab® Website Analyzer.
First, let the program scan your website.
After the scan of your website is completed, you will receive a detailed
report containing all errors found on your website and other information:
In the "Missing META Descriptions" line, click "Show Details" to display details about the errors:
- The program examines all linked internal web pages and checks them for missing META descriptions.
- In addition to the URI of the pages found without descriptions, the title is also displayed so that you can better identify these pages.
- Edit the found pages and add a META description to the HTML <head> section.