How Do I Open Page Information? A Practical Guide for Service‑Business Websites
Read How Do I Open Page Information? A Practical Guide for Service‑Business Websites on the SEO Done blog.
# How Do I Open Page Information? A Practical Guide for Service‑Business Websites
When you manage a local service business—whether you’re a plumber, a law firm, a boutique agency, or any other client‑facing operation—your website is often the first place prospects look for answers. Knowing how to quickly access the underlying information of a page helps you troubleshoot SEO issues, verify that your content is delivered correctly, and ensure that the technical factors supporting Core Web Vitals are in good shape.
Below, we walk through the most common ways to “open page information” using built‑in browser tools, free extensions, and simple online services. Each method is explained step‑by‑step so you can start applying it right away, even if you don’t have a technical background.
---
## 1. View Page Source – The Classic Starting Point
**What it is:** The page source is the raw HTML that the server sends to the browser. It includes meta tags, heading hierarchy, structured data markup, and any inline scripts.
### How to access it
| Browser | Steps |
|--------|-------|
| **Chrome / Edge / Brave** | 1. Open the page you want to inspect.
2. Right‑click anywhere on the page.
3. Choose **“View page source.”** | | **Firefox** | 1. Open the page.
2. Right‑click and select **“View Page Source.”** | | **Safari** | 1. Open the page.
2. From the menu bar, choose **Develop → Show Page Source** (you may need to enable the Develop menu in **Preferences → Advanced**). | Once the source opens in a new tab, you can search (`Ctrl+F` / `⌘+F`) for specific elements such as ``, ``, or `schema.org` markup. Checking that these tags exist—and that they accurately reflect the page’s content—helps you keep on‑page SEO clean.
---
## 2. Use the Browser’s DevTools for a Deeper Look
The **Developer Tools** (often called DevTools) go beyond raw source code. They let you examine the rendered DOM, network requests, performance metrics, and accessibility information.
### Opening DevTools
| Browser | Shortcut | Menu Path |
|--------|----------|-----------|
| **Chrome / Edge / Brave** | `Ctrl+Shift+I` (Windows) / `⌘+Option+I` (Mac) | Right‑click → **Inspect** |
| **Firefox** | `Ctrl+Shift+I` / `⌘+Option+I` | Right‑click → **Inspect Element** |
| **Safari** | `⌥+⌘+I` | Develop → **Show Web Inspector** |
### Key panels you’ll use
1. **Elements (or Inspector)** – Shows the live DOM tree. You can verify that headings (``, `
2. Right‑click anywhere on the page.
3. Choose **“View page source.”** | | **Firefox** | 1. Open the page.
2. Right‑click and select **“View Page Source.”** | | **Safari** | 1. Open the page.
2. From the menu bar, choose **Develop → Show Page Source** (you may need to enable the Develop menu in **Preferences → Advanced**). | Once the source opens in a new tab, you can search (`Ctrl+F` / `⌘+F`) for specific elements such as `