Website profiles · Technology insights · Alternatives

yoast.com Paid content

Categories: Marketing

Yoast helps you with your website's search engine optimization, with our internationally loved software and our online SEO courses.

Visit website

Updated: 2026-09-22 10:42 Language: English (default) Access: Normal

Profile views 0 Outbound visits 0
SEO for everyone • Yoast Full homepage screenshot

Related questions

More questions →
What Can You Actually Do With Free SEO Tools?

Free SEO tools can handle a surprising amount of real work: checking backlinks, auditing on-page elements, tracking keyword positions, and generating reports. For a small site or a beginner, they cover most day-to-day tasks. The catch is not capability but capacity — free tools usually limit how much data you can pull, how often you can pull it, and how precisely you can filter it. Understanding those limits lets you decide what to do for free and when paying becomes the sensible next step.

Mapping Common SEO Tasks to Free Tool Coverage

Most SEO work falls into a handful of recurring jobs. Here is how free tools typically perform on each.

Task What free tools usually give you Where they fall short
Backlink checking Total backlink count, referring domains, a sample of linking pages, basic anchor text Full link lists, historical link loss, spam scoring at scale
Keyword position tracking Manual checks, a limited number of tracked keywords, periodic updates Daily or real-time tracking, large keyword sets, competitor comparison
On-page audit Title, meta description, headings, word count, basic readability Site-wide crawling, duplicate content across hundreds of pages
Technical checks Page speed snapshots, mobile-friendliness, broken link scans on single pages Full crawl budgets, log file analysis, JavaScript rendering issues
Content checks Plagiarism scanning, grammar, word frequency Bulk processing, API access, team collaboration
Domain metrics A single authority-style score per domain The underlying data, score history, competitor benchmarking

The pattern is consistent: free tools answer "what is roughly true right now" well, and "what exactly changed over time" poorly.

The Practical Limits You Will Hit

Free tools are not crippled versions of paid ones by accident. The limits exist because crawling, storing, and serving link and ranking data is expensive. Expect these constraints:

  • Usage caps. A fixed number of queries per day, or a character/word limit on content tools. Once you hit the cap, you wait.
  • Sampled data. Backlink checkers often show a subset of links rather than the complete profile. Two tools can report very different totals for the same site, and both can be "correct" within their own index.
  • Delayed or cached results. Ranking positions and link counts may be days or weeks old. Nothing free is truly real-time at scale.
  • Fewer export and filtering options. You may see results on screen but not be able to download them, sort by multiple columns, or filter out low-quality links.
  • No saved history. Without stored snapshots, you cannot see whether a metric improved or declined over the past month.

None of this makes free tools useless. It means you should treat their output as a directional signal, not a precise measurement.

How to Read Backlink Counts and Authority Scores

Two numbers cause the most confusion: backlink count and domain authority-style scores.

Backlink counts vary by index. If one tool says 400 links and another says 1,200, the difference is usually coverage, not error. Use a single tool consistently so your own trend line is comparable, and treat the absolute number as approximate.

Authority scores (often labeled DA, DR, or similar) are third-party estimates, not metrics search engines publish. They compress many signals into one number. That makes them convenient for quick comparison and dangerous as a sole decision criterion. A high score does not guarantee rankings, and a low score does not mean a page cannot rank for a specific query.

A safer habit: look at three things together — referring domains (more meaningful than raw link count), the relevance of linking sites to your topic, and whether your own score is trending up or down over time.

A Simple Free-Tool Workflow for a Small Site

This loop works for a blog, a local business site, or a small store. It assumes you have no budget and limited time.

  1. Audit. Run your key pages through an on-page checker. Record the title, meta description, H1, word count, and any missing alt text in a simple spreadsheet.
  2. Fix. Correct the obvious issues first: duplicate or missing titles, thin content, broken internal links, slow-loading images. These are the highest-return fixes and cost nothing.
  3. Track. Pick 10–20 keywords that matter. Check their positions weekly with a free tracker or manually, and log the date and position.
  4. Compare. Once a month, check referring domains and your authority-style score. Note the direction, not the exact figure.
  5. Repeat. Re-audit pages that lost positions or gained traffic. Update content rather than adding new pages endlessly.

Keep one spreadsheet with three tabs: pages, keywords, and links. Consistency matters more than tool choice.

When a Task Has Outgrown Free Tools

Consider paying when one of these becomes true:

  • You need to track more keywords than the free cap allows, or you need daily updates.
  • You must export full backlink lists for outreach or disavow work.
  • You are auditing a site with hundreds or thousands of pages and need a complete crawl.
  • You need historical data to prove whether a change worked.
  • Multiple people need to work in the same tool with shared access.

Until then, free tools plus a disciplined spreadsheet will carry a small site a long way.

Common Pitfalls to Avoid

  • Trusting one metric. No single score decides rankings. Combine authority, relevance, and traffic data.
  • Expecting real-time rankings. Free trackers lag. Judge trends over weeks, not hours.
  • Comparing across tools. Different indexes produce different numbers. Pick one and stay with it.
  • Chasing link counts. Ten relevant links from real sites beat a thousand low-quality ones.
  • Skipping the fix. Auditing without acting is just collecting data. The value is in the changes you make.

Free SEO tools are genuinely useful for auditing, tracking, and learning. Their limits are about scale and precision, not usefulness. Start with the workflow above, watch your trend lines, and upgrade only when a specific task clearly demands more than the free tier provides.

How Search Engines Find, Crawl, and Rank Pages: A Practical SEO Workflow

Search engines work in three separate stages: discovery, crawling/indexing, and ranking. A page can fail at any one of them, and each failure has a different fix. If your page isn't showing up, the fastest path is to check the stages in order — don't jump straight to "ranking factors" before you've confirmed the page is even indexed.

This guide walks through each stage, what blocks it, and a step-by-step diagnostic sequence you can run with free tools.

Stage 1: Discovery — How Search Engines Find Your URLs

Before a search engine can crawl a page, it has to know the URL exists. There are four main discovery paths:

  • Links from other sites (external backlinks)
  • Internal links from pages already known to the search engine
  • XML sitemaps you submit
  • Redirects and canonical signals pointing to the URL

What blocks discovery

  • Orphan pages: no internal links point to them, and no sitemap includes them. These are effectively invisible.
  • Sitemap errors: a sitemap that lists non-canonical URLs, returns errors, or isn't referenced in robots.txt.
  • Noindex on linked pages: if the only page linking to your target is itself excluded, the crawler may never follow the path.

Practical fix

  1. Add at least one contextual internal link from a page that is already indexed.
  2. Confirm the URL appears in your XML sitemap and that the sitemap is submitted.
  3. Check robots.txt doesn't disallow the path.

Stage 2: Crawling and Indexing — Getting the Page Stored

Crawling means the bot fetches the page. Indexing means the content is stored and eligible to appear in results. These are not the same thing — a page can be crawled but not indexed.

Common crawl blockers

Blocker Where it lives Effect
Disallow rule robots.txt Bot won't fetch the URL
noindex meta tag Page <head> Page fetched but excluded from index
X-Robots-Tag: noindex HTTP header Same as above, applies to non-HTML files
Login wall / paywall Server Bot sees a different page than users
Slow or erroring server Hosting Crawl budget wasted, page may be dropped

Common indexing blockers (page is crawled but not stored)

  • Thin or duplicate content: near-identical to another URL on your site.
  • Canonical tag pointing elsewhere: you're telling the engine "index that page instead."
  • Soft 404: page returns 200 but looks empty or error-like.
  • Wrong canonical chosen by the engine: often caused by conflicting signals (sitemap says A, canonical says B).

How to check index status

Use a site: query in the search engine (for example, site:example.com/page) as a rough check. It's not exact, but it tells you whether the URL is in the index at all. For a more structured view, use the search engine's own webmaster console if you have one — that's the authoritative source for coverage status.

Stage 3: Ranking — Why an Indexed Page Still Doesn't Appear

Once a page is indexed, ranking depends on relevance and authority signals. The main on-page levers:

Title and headings

  • The title tag is still one of the strongest relevance signals. Put the primary topic near the front.
  • H1 and subheadings should reflect what the page actually covers, not keyword-stuffed variants.
  • Mismatch between title and body content is a common reason a page ranks for nothing.

Content depth and intent match

  • Does the page answer the question the searcher is asking? A page about "search engines" that only defines the term will lose to a page that explains crawling, indexing, and ranking.
  • Cover the subtopics a searcher would expect. Thin coverage on a broad topic rarely ranks.

Internal links and authority

  • Internal links pass context and relative importance. A page with no internal links is treated as low priority.
  • External backlinks still matter, but quality and relevance outweigh raw count.

Technical signals

  • Mobile rendering: if the mobile version hides content, rankings suffer.
  • Core Web Vitals: page experience is a tiebreaker, not a primary driver, but poor performance can hurt.
  • HTTPS and clean URL structure: baseline expectations.

A Step-by-Step Diagnostic Sequence

Run these in order. Stop when you find the failure point.

  1. Is the URL in the index? Run site:yourdomain.com/page. If nothing appears, go to step 2. If it appears, skip to step 5.
  2. Is it blocked by robots? Check robots.txt for a Disallow rule matching the path. Check the page's meta robots and HTTP X-Robots-Tag.
  3. Is it discoverable? Confirm the URL is in your sitemap and has at least one internal link from an indexed page.
  4. Is it canonicalized elsewhere? Check the rel="canonical" tag. If it points to a different URL, that URL is the one being indexed.
  5. Is it indexed but not ranking? Compare your title and H1 against the query. Check whether the page covers the subtopics the top results cover.
  6. Check backlinks and keyword position. Free tools like the ones on SmallSEOTools.com can give you a backlink overview and keyword position tracking. Treat these as directional signals, not precise measurements — free backlink and rank tools typically sample data and can differ from what a search engine's own console reports.

Common Misconceptions

"Submit the URL and it indexes instantly." Submission queues a crawl; it doesn't guarantee indexing or timing. Indexing can take hours to weeks depending on the site.

"Meta keywords help ranking." They've been ignored by major search engines for years. Don't spend time on them.

"I can guarantee a #1 ranking." No tool or service can guarantee a specific position. Rankings depend on competition, query, location, and personalization. Anyone promising a fixed position is overstating what's controllable.

"More backlinks always means better rankings." Low-quality or irrelevant links can be ignored or actively harmful. Relevance and trust matter more than volume.

"If it's indexed, it should rank." Indexing is eligibility, not promotion. A page can be indexed and still rank on page 10 because it's less relevant or less authoritative than competitors.

Quick Reference: Which Stage Is Failing?

Symptom Likely stage First check
URL not in site: results Discovery or crawling robots.txt, internal links, sitemap
Crawled but not indexed Indexing Canonical tag, content uniqueness, meta robots
Indexed but ranks poorly Ranking Title/H1 match, content depth, internal links
Ranked, then dropped Crawling or ranking Server errors, content changes, lost links

Work through the stages in order. Most "my page won't rank" problems turn out to be discovery or indexing problems, and those are usually the fastest to fix.

Website Overview

An established domain and managed infrastructure suggest continuity of operations and may support dependable delivery, although neither guarantees service quality. Page metadata, canonical configuration and social previews work together to provide more consistent search and sharing presentation.

Domain and Registration

Registered in 2000, this domain has about 26 years of history. That suggests continuity, although ownership and purpose may have changed. Transfer-protection status is present, helping reduce the risk of unauthorized domain transfers. The registrar is NameCheap, Inc., a widely used domain service provider. The domain uses the common .com extension, which is not an independent safety signal.

DNS and Email

The lowest TTL is 12 seconds, supporting rapid record changes at the cost of more frequent lookups. Nameservers are provided by Cloudflare, indicating managed DNS hosting. MX records point to the Microsoft 365 email service. DNSSEC is enabled, allowing validating resolvers to authenticate signed DNS data. CAA records restrict which certificate authorities are authorized to issue certificates.

TLS and Certificates

The public key uses EC with 256 bits. The server supplied a complete certificate chain. No organization name is present in the certificate; the available fields are consistent with domain validation. The certificate was issued within the Google Trust Services cloud or CDN ecosystem. The certificate's total validity is about 90 days, consistent with a short renewal cycle.

HTTP and Browser Security

The response lacks these common security headers: CSP, Referrer-Policy, Permissions-Policy, clickjacking protection. No X-Powered-By header was found, reducing one common source of backend fingerprinting information. The cf-ray response header indicates a CDN or caching proxy in the delivery path. No obvious internal addresses or debug information were found in the headers. The Server header identifies cloudflare without an exact version.

Technology Stack Analysis

The public page identifies WordPress, Google Tag Manager, Cloudflare without precise versions, leaving fewer clues for version-specific scanning.

Search and Social Sharing

Twitter Card metadata is configured. JSON-LD includes Organization data, helping describe the organization as an entity. The title has 24 characters, within a common display range. A meta description is present, with 131 characters. The observed directives allow indexing and link following.

Hosting and Email

DNSCloudflare
HostingCloudflare
EmailMicrosoft 365
Location Location unknown 104.18.32.250

User reviews (0)

  • No reviews yet.

Pages, Search and Sharing

Meta descriptionYoast helps you with your website's search engine optimization, with our internationally loved software and our online SEO courses.
Canonical URLhttps://yoast.com/
LanguageEnglish (default)
Twitter Cardsummary_large_image
All bots 0 allowed · 5 disallowed
  • Disallow/wp-json/
  • Disallow/?s=*
  • Disallow/search/*
  • Disallow/cdn-cgi/bm/cv/
  • Disallow/cdn-cgi/challenge-platform/
nuclei 0 allowed · 1 disallowed
  • Disallow/
wikido 0 allowed · 1 disallowed
  • Disallow/
riddler 0 allowed · 1 disallowed
  • Disallow/
petalbot 0 allowed · 1 disallowed
  • Disallow/
zoominfobot 0 allowed · 1 disallowed
  • Disallow/
go-http-client 0 allowed · 1 disallowed
  • Disallow/
node/simplecrawler 0 allowed · 1 disallowed
  • Disallow/
cazoodlebot 0 allowed · 1 disallowed
  • Disallow/
dotbot/1.0 0 allowed · 1 disallowed
  • Disallow/
gigabot 0 allowed · 1 disallowed
  • Disallow/
barkrowler 0 allowed · 1 disallowed
  • Disallow/
blexbot 0 allowed · 1 disallowed
  • Disallow/
magpie-crawler 0 allowed · 1 disallowed
  • Disallow/

Registration details RDAP / WHOIS

RegistrarNameCheap, Inc.
Registered2000-03-22
Expires2027-03-22
Domain statusclient transfer prohibited
Nameserversmichelle.ns.cloudflare.com、noah.ns.cloudflare.com
DNSSECsigned

DNS records

TypeNameValueTTLPriority
Ayoast.com104.18.32.25012
Ayoast.com172.64.155.612
AAAAyoast.com2a06:98c1:310d::6812:20fa300
AAAAyoast.com2a06:98c1:310d::ac40:9b06300
MXyoast.comyoast-com.mail.protection.outlook.com601
NSyoast.commichelle.ns.cloudflare.com86400
NSyoast.comnoah.ns.cloudflare.com86400
TXTyoast.comMS=ms78685604300
TXTyoast.comZ3qBVG59qHmN9/lxOB6rZvFnW07XoQpUr1m3NNidUTs=300
TXTyoast.comfacebook-domain-verification=86uvc5980643pknxh7zh6ubsch1be3300
TXTyoast.comgoogle-site-verification=5fk1rgHgsRBL4zF9J22BTHatklicABBD2u9PiYjG29c300
TXTyoast.comgoogle-site-verification=UIM9RxPitiw_QZ6DWa-DJrgiL6xN6B8qtwTT1TzRy3k300
TXTyoast.comgoogle-site-verification=VH2W1c57ncgMkRuSXwDjXWG4M6TLQNcFK0VmWsF9uyE300
TXTyoast.comgoogle-site-verification=ZeQqi72uJEHU2igUGGYFqyBusMuawaAuaqzTkGO3CvQ300
TXTyoast.comgoogle-site-verification=m3RQqR4eW1BsnuoNhE4cC5in3LK9H9DKv_iwhoDjEwM300
TXTyoast.comgoogle-site-verification=nsTjyg2Yxp4qMZwjzE9c880aGsdXyuTVSausZY76PWs300
TXTyoast.comgoogle-site-verification=omOoCAQCaPA-sw2aR2DaVaBkYf929VYJTAwOzOHFFUc300
TXTyoast.comgoogle-site-verification=pokWAvijRJd6ZVb3f8xkmyJa2yyptsoMj_bqQQGY7Cc300
TXTyoast.comgoogle-site-verification=vg7XQpZ7Jx981kNJlyCONodaJ1FDFvpfF3ZnMJylelQ300
TXTyoast.comlinkedin-site-verification=7ab1ba17-2157-4fd0-b0b7-5cecd252ea82300
TXTyoast.comopenai-domain-verification=dv-QVbniSWRe6FPSCd8XMkPSfGK300
TXTyoast.comv=spf1 include:_spf.google.com include:spf.mtasv.net include:helpscoutemail.com include:emsd1.com include:spf.protection.outlook.com -all300
CAAyoast.com0 issue "comodoca.com"300
CAAyoast.com0 issue "digicert.com"300
CAAyoast.com0 issue "globalsign.com"300
CAAyoast.com0 issue "letsencrypt.org"300
CAAyoast.com0 issue "pki.goog"300
CAAyoast.com0 issuewild "comodoca.com"300
CAAyoast.com0 issuewild "digicert.com"300
CAAyoast.com0 issuewild "globalsign.com"300
CAAyoast.com0 issuewild "letsencrypt.org"300
DSyoast.com2371 13 2 d8e11cb73e0a6e745cb7453bbcfdd192739334e672076819a77310d3cdb6c59e86400
DMARC_dmarc.yoast.comv=DMARC1;p=quarantine;sp=quarantine;pct=100;adkim=r;aspf=r;rua=mailto:[email protected]300

TLS and certificates

AssessmentNormal configuration
Supported protocolsTLSv1.2、TLSv1.3
Negotiated protocolTLSv1.3
Certificate subjectyoast.com
IssuerGoogle Trust Services
Valid until2026-11-16T15:40 · Remaining when checked: 55 days
Verification detailsCertificate trust: Passed · Hostname match: Passed

HTTP response headers

HeaderValue
content-typetext/html; charset=UTF-8
cache-controlpublic, max-age=49110, s-maxage=49110, stale-while-revalidate=120, stale-if-error=14400
servercloudflare
strict-transport-securitymax-age=31536000; includeSubDomains; preload
x-content-type-optionsnosniff

Identified technologies

WordPressGoogle Tag ManagerCloudflare

Recent Updates

  • Website images
  • Screenshots
  • Network details
  • Website Technologies
  • Pages and Search Information
  • HTTP Response Information
  • TLS and certificates
  • DNS Information
  • Domain Registration
  • Website profile
  • Website Description
  • Website Name
  • Website profile
  • Website Description
  • Website Name