Tutorial

How Do I Add Person Schema to My Webflow About Page for E-E-A-T?

Written by
Pravin Kumar
Published on
Jul 16, 2026

How do I add Person schema to my Webflow About page for E-E-A-T?

You add Person schema by writing a small block of JSON-LD that describes who you are, then pasting it into your Webflow About page custom code. It tells search engines and AI tools your name, role, and credentials in a format they can read directly. It takes about fifteen minutes and needs no plugins.

I did this for my own About page on pravinkumar.co, and I set it up for clients as part of their trust work. Person schema will not magically move you up the rankings, but it makes machines understand exactly who stands behind your content. In a web full of anonymous AI text, that clarity matters.

Let me walk through what Person schema is, why it helps, and exactly how to add it in Webflow.

What is Person schema, and what does it actually do?

Person schema is a structured data type from schema.org that describes a real individual. It labels your name, job title, website, credentials, and profiles in a machine-readable way. Instead of hoping Google guesses who you are from your page text, you hand it the facts in a format built for exactly that purpose.

The format is JSON-LD, which is the structured data style Google recommends. It sits quietly in your page code and never changes how the page looks to a human. Its whole job is to speak to machines: search crawlers, and increasingly the AI answer engines that decide whether to trust and cite you.

It helps to be honest about what Person schema does not do. It is not a magic ranking lever, and Google does not hand out a rich result just for adding it. What it does is remove ambiguity about your identity, which supports the broader trust signals that both search and AI tools weigh.

Why does Person schema help with E-E-A-T and AI search?

Person schema supports E-E-A-T by making your expertise legible to machines. E-E-A-T stands for Experience, Expertise, Authoritativeness, and Trustworthiness, Google's four-part framework for judging content quality. Google confirmed E-E-A-T is still central in its Search Quality Rater Guidelines updated in September 2025. Schema gives those signals a structured home.

Google is clear that E-E-A-T is not a direct ranking factor. It shapes the signals its algorithms use to separate genuinely helpful content from content that only looks helpful. Person schema feeds that machinery by stating your role, your field, and the credentials behind your advice, so the trust you have earned is not left to guesswork.

AI answer engines lean on the same clarity. When ChatGPT or Perplexity decides whether to cite a page, a clear author identity is a point in your favor. I treat Person schema as one layer in a stack that also includes Organization schema for AI understanding, because a business and the person behind it both deserve to be understood.

What information should my Person schema include?

Include the facts that establish who you are and why you are credible. At minimum, that means your full name, your job title, and the URL of your site. Beyond that, add your area of expertise, your education or background, and links to the profiles that verify you. Keep every value true and current.

For my own schema, I use my name, the job title of AEO and GEO optimiser and AI automation specialist, and my Bengaluru location. I include my aeronautical engineering background and my status as a Certified Webflow Partner, because both are real and both signal expertise. Everything in the block matches what the rest of my site says.

That last point is the rule I never break: your schema must agree with your visible content. If your About page says one thing and your schema says another, you have created confusion instead of clarity. Consistency across your site is what makes the whole exercise worth doing.

How do I write the JSON-LD for my Person schema?

Write it as a small JSON-LD object with a handful of named properties. Start by setting the context to schema.org and the type to Person. Then add a name property with your full name, a jobTitle property with your role, and a url property pointing to your homepage. Those four pieces form the core of every Person block.

From there, enrich it with a few more properties. Use knowsAbout to list your fields of expertise, alumniOf to name your education, and address to state your city and country. The most valuable addition is the sameAs property, which links out to your verified profiles. Each property is a plain label paired with a true value.

You do not need to memorize the syntax. I keep a template and swap in each client's details, and you can do the same. The key discipline is to fill every field with something accurate. An empty or invented property is worse than a missing one, because it teaches machines a fact about you that is not true.

How do I add the schema to my Webflow About page?

Add it through the page-level custom code in Webflow. Open your About page settings, find the custom code section, and paste your JSON-LD inside a script tag with the type set to application slash ld plus json in the head area. Save, publish, and the schema goes live with the page. No apps or integrations are required.

I always use page-level code rather than site-wide code for Person schema, because it belongs on the page about you, not on every page of the site. Putting it in the About page keeps your structured data tidy and scoped to where it makes sense. Webflow's per-page custom code exists for exactly this kind of job.

One caution: custom code only takes effect on a published site, not in the Designer preview. So after you paste and save, publish the site and check the live page. If you are wiring up several pieces of structured data at once, it helps to keep a simple record of what lives where, so future edits do not overwrite each other.

How do I connect my profiles with the sameAs property?

Use sameAs to list the web addresses where the same person is verified. This is how you tell search engines that the person on your About page is the same one on LinkedIn, on a professional directory, or on any profile that confirms your identity. Each link is one more thread tying your name to a real, checkable presence.

Pick profiles that genuinely represent you and are active. I include the links where my work and identity are consistent and public. Every sameAs link should point to a page you control or that officially recognizes you, never a random mention. The goal is verification, not volume, so a few strong links beat a long weak list.

The sameAs property is quietly powerful because it helps build your entity in a knowledge graph. When machines see the same name, role, and links across several trusted places, they grow more confident that you are who you say you are. I use the same idea for content authorship, which I covered in my post on author schema and sameAs on blog posts.

How do I test that my Person schema works?

Test it with Google's Rich Results Test and the Schema Markup Validator. Paste your live URL or the code itself into either tool, and it will parse your JSON-LD and flag any errors. A clean result means machines can read your schema. An error means a bracket or a property is wrong and needs fixing before it counts.

I run both tools every time, because they catch different things. The Schema Markup Validator, run by schema.org, checks that your markup is valid against the vocabulary. Google's Rich Results Test tells you how Google specifically reads it. If your Person block passes both without warnings, you have done the technical part right.

Do not skip this step. A tiny syntax mistake, a missing comma or an unclosed quote, can make the whole block invisible or invalid. Testing takes a minute and saves you from publishing schema that quietly does nothing. If you find errors, my guide on how to audit structured data errors in Webflow walks through the common fixes.

What mistakes should I avoid with Person schema?

The biggest mistake is putting anything false or unverifiable in the block. Do not invent a credential, inflate a title, or link to a profile that is not really you. Schema that lies is worse than no schema, because you are feeding machines wrong facts that can surface in the exact places you hoped to be trusted.

The second mistake is letting your schema drift out of date. If you change your role, your location, or your focus, update the block to match. I treat my structured data as living information, not a one-time task. Stale schema slowly turns from an asset into a small, quiet source of confusion.

The third mistake is over-reaching. Person schema is one honest signal, not a shortcut to authority you have not earned. It works alongside real expertise, clear content, and consistent profiles. Add it to support the trust you have built, and it does its job well. Expect it to manufacture trust on its own, and it will disappoint you.

What should you do next?

Open your About page, gather your true details, and write a simple Person block with your name, role, url, expertise, and verified profiles. Paste it into your page custom code, publish, and test it with both validators. Fifteen minutes of careful work gives search engines and AI tools a clear, honest picture of who you are.

Structured data is one of the most practical ways to make your site legible to the machines that now decide who gets cited, and Person schema is a natural place to start. If you want a hand setting yours up, or you would like me to check the block you wrote, reach out. I am happy to walk through it with you. Let's connect.

Get found, cited and the back office automated

Let's make your site the source AI engines quote and wire up the systems behind it.

Contact

Let's get your website found and cited by AI

Tell me what you're working on, whether AI search is skipping your product, your back office is buried in manual work, or you need a build that does both.

Got it, thanks. I read every message personally and reply within 1-2 business days.
Oops! Something went wrong while submitting the form.