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:

TaskPurpose
✅ Broken internal links404 errors within your site
✅ Meta title/description optimizationMissing or duplicate issues detect
✅ Indexability checkKaunse page Google index kar sakta hai
✅ Crawl depthHome 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:

TaskPurpose
✅ Broken outbound linksJo bahar ki site par 404 de rahi ho
✅ Affiliate/partner links monitorNofollow ka use check karna
✅ External link spam controlLow-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:

TaskIssue DetectKya check hota hai
✅ HTTP pagesInsecure, non-SSL pages
✅ Mixed contentHTTPS page me HTTP images/scripts
✅ Canonical/Redirect checkHTTPS properly lagaya gaya ya nahi

⚠ Example: Agar aapka homepage https://example.com hai lekin usme ek image link http://example.com/img.jpg se 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:

TaskIssue
✅ Identify 404 pagesBroken internal ya external links fix
✅ Track redirect chainsSEO aur crawl waste reduce karna
✅ Check 301sProper 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:

TaskProblem
✅ Long URLsUser unfriendly, cut off in search
✅ Duplicate URLs with parametersDuplicate content risk
✅ Uppercase vs lowercaseURL 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:

TaskIssue
✅ Missing titlesPage ranking me problem
✅ Duplicate titlesSame title on multiple pages
✅ Long/short titlesCut 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:

TaskIssue
✅ Missing descriptionCTR kam ho sakti hai
✅ Duplicate descriptionSab pages ek jaise dikhenge
✅ Over 160 charactersSERP 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:

TaskProblem
✅ Missing H1SEO aur accessibility dono me problem
✅ Duplicate H1Har page ka unique hona chahiye
✅ Multiple H1sConfusion 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:

TaskUse
✅ Keyword inclusionSecondary keywords place karne ke liye
✅ Content structure improveLogical 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:

TaskProblem
✅ Thin contentLow word count (<300 words)
✅ Duplicate pagesSame/similar content on multiple URLs
✅ Content-to-code ratioZyada 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:

TaskIssue
✅ Missing ALTAccessibility aur image SEO issue
✅ Large imagesPage speed slow
✅ Broken image linksUX 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:

TaskIssue
✅ Duplicate pages with wrong canonicalIndexing issues
✅ Missing canonicalGoogle duplicate pages index kar sakta hai
✅ Canonical to HTTPSecure 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:

TaskProblem
✅ Missing next/prev tagsCrawl flow break hota hai
✅ All paginated pages indexedDuplicate 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:

TaskDirective
✅ noindexPage ko Google se hide karna
✅ nofollowPage ke links ko follow nahi karne dena
✅ noarchiveCached version show nahi karna
✅ nosnippetSnippets/description SERP me na dikhana

Comments

Popular posts from this blog

URL kise kahte hain?

Digital Marketing kya hai aur yeh kaise kaam karti hai?

What is Screaming Frog SEO Spider?