All Tabs Of Screaming Frog
1. Internal Tab – Website ke andar ke sare URLs
📌 Kya hota hai?
Ye tab crawl ke dauraan website ke andar ke sare URLs show karta hai. Matlab: jo URLs same domain ke andar aate hain.
🔍 Kya-kya URLs show hote hain?
-
Web pages (
example.com/about,example.com/services) -
CSS (
example.com/style.css) -
JS (
example.com/app.js) -
Images (
example.com/image.jpg) -
PDFs (
example.com/brochure.pdf)
🛠️ SEO Use Cases:
| Task | Purpose |
|---|---|
| ✅ Broken internal links | 404 errors within your site |
| ✅ Meta title/description optimization | Missing or duplicate issues detect |
| ✅ Indexability check | Kaunse page Google index kar sakta hai |
| ✅ Crawl depth | Home se kitne click door hai page |
🌐 2. External Tab – Doosri websites ke links
📌 Kya hota hai?
Aapki site se bahar (external) domain par jo links jaate hain — unhe dikhata hai.
🔍 Example:
Agar aapke contact page me link hai:
<a href="https://www.facebook.com/yourpage">Facebook</a>,
toh wo external tab me dikhega.
🛠️ SEO Use Cases:
| Task | Purpose |
|---|---|
| ✅ Broken outbound links | Jo bahar ki site par 404 de rahi ho |
| ✅ Affiliate/partner links monitor | Nofollow ka use check karna |
| ✅ External link spam control | Low-quality sites se linking toh nahi |
🔐 3. Security Tab – HTTPS aur SSL se judi security checks
📌 Kya hota hai?
Website ke security-related issues ko detect karta hai — jise Google bhi ranking factor maanta hai.
🛠️ SEO Use Cases:
| Task | Issue Detect | Kya check hota hai |
|---|---|---|
| ✅ HTTP pages | Insecure, non-SSL pages | |
| ✅ Mixed content | HTTPS page me HTTP images/scripts | |
| ✅ Canonical/Redirect check | HTTPS properly lagaya gaya ya nahi |
⚠ Example: Agar aapka homepage
https://example.comhai lekin usme ek image linkhttp://example.com/img.jpgse ho raha hai, toh ye mixed content error hai.
📶 4. Response Codes Tab – Status code (200, 404, etc.) check
📌 Kya hota hai?
Ye tab batata hai ki har URL ka server se kya response aaya.
⚙ Common Status Codes:
-
200 OK – Everything fine
-
301 Moved Permanently – Redirected permanently
-
302 Found – Temporary redirect
-
404 Not Found – Broken page
-
500 Server Error – Server-side issue
🛠️ SEO Use Cases:
| Task | Issue |
|---|---|
| ✅ Identify 404 pages | Broken internal ya external links fix |
| ✅ Track redirect chains | SEO aur crawl waste reduce karna |
| ✅ Check 301s | Proper redirection verify karna |
🔗 5. URL Tab – URLs ka structure aur format
📌 Kya hota hai?
Ye tab har URL ka full structure show karta hai.
🛠️ SEO Use Cases:
| Task | Problem |
|---|---|
| ✅ Long URLs | User unfriendly, cut off in search |
| ✅ Duplicate URLs with parameters | Duplicate content risk |
| ✅ Uppercase vs lowercase | URL canonicalization issue |
⚠ Example:
example.com/Page?id=123
example.com/page?id=123&ref=abc
Ye dono Google ke liye same nahi hote. Screaming Frog se aap is duplication ko pakad sakte ho.
📝 6. Page Titles Tab – Title tag analysis
📌 Kya hota hai?
Website ke har page ka <title> tag yahan dikhai deta hai.
🛠️ SEO Use Cases:
| Task | Issue |
|---|---|
| ✅ Missing titles | Page ranking me problem |
| ✅ Duplicate titles | Same title on multiple pages |
| ✅ Long/short titles | Cut off in SERPs or too vague |
Tip: Ideal title length = 50–60 characters
🧾 7. Meta Description Tab – Search description
📌 Kya hota hai?
Ye tab dikhata hai har page ka <meta name="description"> content.
🛠️ SEO Use Cases:
| Task | Issue |
|---|---|
| ✅ Missing description | CTR kam ho sakti hai |
| ✅ Duplicate description | Sab pages ek jaise dikhenge |
| ✅ Over 160 characters | SERP me cut off ho jata hai |
❌ 8. Meta Keywords Tab – (Ab obsolete hai)
📌 Kya hota hai?
Old SEO me use hota tha <meta name="keywords">.
⚠ Google aur major search engines ise ab ignore karte hain. Sirf legacy audit me use hota hai.
🏷️ 9. H1 Tab – Page ke main heading tags
📌 Kya hota hai?
Page ke <h1> heading ko extract karta hai.
🛠️ SEO Use Cases:
| Task | Problem |
|---|---|
| ✅ Missing H1 | SEO aur accessibility dono me problem |
| ✅ Duplicate H1 | Har page ka unique hona chahiye |
| ✅ Multiple H1s | Confusion for Google, use only 1 ideally |
🏷️ 10. H2 Tab – Secondary headings
📌 Kya hota hai?
Ye tab <h2> headings ko extract karta hai — ye secondary subheadings hote hain.
🛠️ SEO Use Cases:
| Task | Use |
|---|---|
| ✅ Keyword inclusion | Secondary keywords place karne ke liye |
| ✅ Content structure improve | Logical flow aur readability ke liye |
🧠 11. Content Tab – Word count & content quality
📌 Kya hota hai?
Page ka text content analyze karta hai — including word count, duplication, etc.
🛠️ SEO Use Cases:
| Task | Problem |
|---|---|
| ✅ Thin content | Low word count (<300 words) |
| ✅ Duplicate pages | Same/similar content on multiple URLs |
| ✅ Content-to-code ratio | Zyada code, kam content = low quality perception |
🖼️ 12. Images Tab – Image optimization audit
📌 Kya hota hai?
Website pe jo bhi images hain, unki ALT text, size, dimensions yeh sab show karta hai.
🛠️ SEO Use Cases:
| Task | Issue |
|---|---|
| ✅ Missing ALT | Accessibility aur image SEO issue |
| ✅ Large images | Page speed slow |
| ✅ Broken image links | UX and SEO impact |
🔁 13. Canonicals Tab – Canonical tag analysis
📌 Kya hota hai?
Ye tab check karta hai har page pe <link rel="canonical"> laga hai ya nahi.
🛠️ SEO Use Cases:
| Task | Issue |
|---|---|
| ✅ Duplicate pages with wrong canonical | Indexing issues |
| ✅ Missing canonical | Google duplicate pages index kar sakta hai |
| ✅ Canonical to HTTP | Secure vs insecure conflict |
📄 14. Pagination Tab – Paginated pages check
📌 Kya hota hai?
Blog/category ke page/2, page/3 type URLs aur unke rel="next" aur rel="prev" ko detect karta hai.
🛠️ SEO Use Cases:
| Task | Problem |
|---|---|
| ✅ Missing next/prev tags | Crawl flow break hota hai |
| ✅ All paginated pages indexed | Duplicate content problem |
🚫 15. Directives Tab – Robots directives (index/noindex etc.)
📌 Kya hota hai?
robots.txt, <meta name="robots">, aur X-Robots-Tag headers detect karta hai.
🛠️ SEO Use Cases:
| Task | Directive |
|---|---|
| ✅ noindex | Page ko Google se hide karna |
| ✅ nofollow | Page ke links ko follow nahi karne dena |
| ✅ noarchive | Cached version show nahi karna |
| ✅ nosnippet | Snippets/description SERP me na dikhana |
Comments
Post a Comment