The three files AI engines read first. Written from your own pages.

Verand builds your llms.txt, sitemap.xml and robots.txt from the page store the crawl already holds: real titles, real URLs, ranked by the clicks you actually get. You read the file, then install it where you publish.

Issues

willowdaleequity.com

Last updated Sep 3, 2026, 4:00 PM UTC

225 issues worth fixing · 1289 open across 35 types

Safe to skip· 640 · Trivial. We recommend leaving these alone.Hide
Suggested fixAdd an llms.txt to guide AI crawlers to your key content — an emerging, low-effort AI-visibility signal.
Commits llms.txt to your connected repo.
## Key pages

- [Passive Real Estate Investing | Willowdale Equity](https://willowdaleequity.com/): Private real estate investment firm acquiring Class B & C value-add multifamily across the Southeastern U.S. Join the Investor Club for first-look deals.
- [Cost to Build an Apartment Complex in 2026: Apartment Building Cost Calculator](https://willowdaleequity.com/blog/cost-to-build-an-apartment-complex/): The average cost per square foot to build an apartment complex in the US is $398 in 2026. Cost varies by location — figures based on mid-rise apartment and cond
- [Using Leverage in Real Estate to Build Wealth & Generate Returns](https://willowdaleequity.com/blog/leveraging-real-estate-to-build-wealth-and-what-that-means-for-returns/): Leveraging real estate to build wealth: how debt amplifies equity returns, the math behind cash-on-cash gains, and the risk side of using leverage.
- [Real Estate Syndication: The Passive Investors Guide - Willowdale Equity](https://willowdaleequity.com/blog/real-estate-syndication/): Real estate syndication explained: how passive investors access institutional multifamily deals, the capital stack, returns, and what to vet before subscribing.
- [What is a Good Cap Rate for Multifamily? - Willowdale Equity](https://willowdaleequity.com/blog/what-is-a-good-cap-rate-in-multifamily/): What is a good cap rate in multifamily? Why the answer depends on market, asset class, and rate environment — plus how cap-rate spreads track treas
  • https://willowdaleequity.com/

    No llms.txt found — this emerging file points AI engines at your most citable content.

llms.txt

What the file
actually says.

Your site name as the heading, a one-line summary from your Brand Hub positioning, then two link lists: Key pages takes the twelve with the most Search Console clicks over the last 28 days, Content takes the next sixty. Each line is a real title, a real URL and the page's own meta description, trimmed at 160 characters. Privacy, terms, cookie, legal and disclaimer URLs are left out. No model writes any of it.

Hide the fileCopyDownloadRebuild
## Content

- [What Does a Real Estate Investment Firm Do? - Willowdale Equity](https://willowdaleequity.com/blog/what-does-a-real-estate-investment-firm-do/): Learn how real estate investment firms identify, acquire, and manage properties to generate returns for investors. Discover the essential services these firms p
- [Real Estate Waterfall Equity Structure EXPLAINED](https://willowdaleequity.com/blog/the-real-estate-waterfall-equity-structure-explained/): The real estate waterfall structure in real estate investing is a sophisticated way to model and fairly distribute cash flow and equity-based on hurdle rates, c
- [Property Fund vs REIT: What's the Difference Between The Two?](https://willowdaleequity.com/blog/property-fund-vs-reit/): Property fund vs REIT: structural, liquidity, and tax differences between private real estate funds and publicly-traded REITs. Which fits your portfolio?
- [Invest 100k in Stocks or Real Estate: Maximizing Returns in Today's Market](https://willowdaleequity.com/blog/invest-100k-in-stocks-or-real-estate/): Weigh the pros and cons of investing $100k in stocks versus real estate. Learn how to align your decision with financial goals and risk tolerance.
- [Real Estate for Retirement: How to Choose the Best Property for Retirement](https://willowdaleequity.com/blog/real-estate-for-retirement/): Real estate is a stable and predictable investment, and it has historically provided good returns over time. Making it the top option for post-retirement.
sitemap.xml

Every URL the crawl found,
and no invented dates.

A plain urlset from the same page store, deduplicated, capped at the sitemap protocol's 50,000 URLs per file. There is no lastmod line, deliberately: Verand does not know when you last edited a page, and a wrong date is worse than none. Willowdale's comes out at 269 URLs, the same 269 pages the Page Tracker grades.

Upload the file to your web root so it serves at /sitemap.xml : one file, no other changes.

Hide the fileCopyDownload
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://willowdaleequity.com/</loc></url>
  <url><loc>https://willowdaleequity.com/blog/</loc></url>
  <url><loc>https://willowdaleequity.com/blog/10-year-treasury-what-it-is-and-how-it-relates-to-multifamily-cap-rates-and-values/</loc></url>
  <url><loc>https://willowdaleequity.com/blog/1099-vs-k1/</loc></url>
  <url><loc>https://willowdaleequity.com/blog/18-year-housing-cycle/</loc></url>
  <url><loc>https://willowdaleequity.com/blog/3-ways-you-build-equity-in-a-multifamily-property/</loc></url>
  <url><loc>https://willowdaleequity.com/blog/aar-real-estate/</loc></url>
  <url><loc>https://willowdaleequity.com/blog/absorption-rate-real-estate/</loc></url>
</urlset>
robots.txt

Eight AI crawlers,
explicitly allowed.

The generated robots.txt is two lines and a Sitemap line, which is all most sites need. The check that matters more runs on every crawl: GPTBot, ChatGPT-User, OAI-SearchBot, ClaudeBot, anthropic-ai, PerplexityBot, Perplexity-User and Google-Extended. If your file blocks any of the eight, the fix appends an explicit allow group for each. A named group overrides the blanket rules for that crawler, so the rest of your file is untouched.

Paste these lines at the end of your robots.txt. A named crawler group overrides the blanket rules for that crawler, so nothing else changes. On WordPress, your SEO plugin has a robots.txt editor, or install the Verand Connector to make this one click.

Copy the allow rules
User-agent: GPTBot
Allow: /

User-agent: ChatGPT-User
Allow: /

User-agent: OAI-SearchBot
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: anthropic-ai
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: Perplexity-User
Allow: /

User-agent: Google-Extended
Allow: /
Install

Generated here.
Installed by you.

Building the file needs no access to your site at all, because it is built from data Verand already holds. Installing it does, and it is always your click. On a connected GitHub repo, one click commits the file to your base branch. With the Verand Connector paired on WordPress, one click and the plugin serves it at /llms.txt. Otherwise copy or download it and upload it to your web root. Nothing is written anywhere until you press the button.

Your site runs WordPress. Two ways to ship this:
  1. Your SEO plugin : Yoast, Rank Math and AIOSEO can each serve an llms.txt: turn it on in the plugin's settings (Rank Math and AIOSEO accept custom content. Paste this file).
  2. The Verand Connector : install it from Settings → Integrations and this becomes a one-click add, plus native content fixes.
Review the file · built from 269 pagesCopyDownloadRebuild

How it works

Four steps, and the last one is yours.

The crawl does the collecting. You decide whether the file ships.

Start for free

269

Pages tracked

01

The crawl fills the page store

Every page, every two weeks. Titles, meta descriptions and Search Console clicks land in one store.

✨ Fix this: generate my llms.txt
02

Generate from what is already there

The check sits in Issues with the fix attached. Building the file touches no part of your site.

Review the file · built from 269 pages

CopyDownload
03

Read it before it ships

The whole file is one click away, and every line is a page of yours you can check.

✓ Committed: live on your next deploy

llms.txt · base branch

04

Install it where you publish

One click on GitHub or the Connector. Everywhere else, copy or download and upload it.

Questions

What people ask about the three files.

What goes in, what is capped, and what Verand will never do on its own.

Where does the content come from?

The page store the fortnightly deep crawl fills: every page's title, meta description and 28-day Search Console clicks. No model writes the file, so the same pages always produce the same output, and there is nothing in it you have not published.

Does Verand write to my site?

Not without your click. Generating needs no access at all. Installing is a separate button: a commit to your connected repo, a push to the paired Verand Connector, or a copy and download you upload yourself. There is no step that publishes on its own.

How long is the llms.txt?

Up to 72 links: twelve under Key pages, sixty under Content. The cap is there so the file stays a curation an engine will read rather than a dump of every URL you own. That is what the sitemap is for.

Does it update itself as I publish?

No, and this is the honest limit. The crawl refreshes the page store every two weeks, but the file on your site is the copy you installed. Regenerating is one click (Rebuild), then you install it again the same way.

Does the sitemap include lastmod?

No. Verand knows which pages exist, not when you last meaningfully edited them, and a wrong lastmod is worse than none. It is a plain urlset, deduplicated, capped at the protocol's 50,000 URLs per file.

I am on WordPress. Do I need any of this?

Usually not for robots.txt and sitemap.xml: WordPress and your SEO plugin serve both, and the panel says so rather than pretending otherwise. llms.txt is the one worth doing. Yoast, Rank Math and AIOSEO can each serve it, or the Verand Connector serves it directly.

llms.txt, sitemap, robots

Three files, already written.

Connect a site, let the crawl run once, and all three are waiting in Issues with the fix attached.

Verand

Content built to rank in Google and get cited by ChatGPTPerplexityGeminiClaude, with every claim checked before it goes live.

support@verand.ai

© 2026 Verand. All rights reserved. TermsPrivacyAI policyAccessibilitySecurity
Not legal advice. Compliance packs are AI researched and operator reviewed.