Actuent
grammarly.com

Grammarly

Grammarly is an AI-powered writing assistant that helps users improve grammar, punctuation, style, and clarity. It offers real-time suggestions, tone detection, plagiarism checking, and integration with browsers, Microsoft Office, and other platforms. The site provides a free version and premium plans with advanced features.

55
Partly agent-ready
Agent-readiness score out of 100
  • ✓ Clear description of the site
  • ✓ Several pages described
  • ✓ Actions agents can take
  • ✓ 3 or more actions
  • ○ Publishes its own LAWP (/.well-known/lawp.json)
  • ○ Actions agents can execute
  • ○ Business details (address, hours, phone)

How to improve this score

Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 · Actions agents can execute
Give an action an endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.
+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for grammarly.com
Made from what Actuent already knows. Edit it, then publish it at https://grammarly.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "grammarly.com",
  "name": "Grammarly",
  "language": "en",
  "pages": {
    "/": {
      "title": "https://match.adsrvr.org/track/cmf/google",
      "content": "Grammarly is an AI-powered writing assistant that helps users improve grammar, punctuation, style, and clarity. It offers real-time suggestions, tone detection, plagiarism checking, and integration with browsers, Microsoft Office, and other platforms. The site provides a free version and premium plans with advanced features."
    },
    "/about": {
      "title": "About Us Grammarly",
      "content": "Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop Mobile Browser Languages Work By team size Enterprise Teams & businesses Individuals By team function Customer support Marketing IT Sales HR Education Students Institut"
    },
    "/plans": {
      "title": "Grammarly Prices and Plans Grammarly",
      "content": "Free $0 USD / month Create account Pro $12 USD Try for free Email reminder 2 days before trial ends. Try for $0.00 Enterprise Contact Sales Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop Mobile Browser Languages Wor"
    },
    "/contact": {
      "title": "Contact Us Grammarly",
      "content": "Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop Mobile Browser Languages Work By team size Enterprise Teams & businesses Individuals By team function Customer support Marketing IT Sales HR Education Students Institut"
    },
    "/features": {
      "title": "Product Features Grammarly",
      "content": "Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop Mobile Browser Languages Work By team size Enterprise Teams & businesses Individuals By team function Customer support Marketing IT Sales HR Education Students Institut"
    },
    "/business/pricing": {
      "title": "Grammarly Prices and Plans Grammarly",
      "content": "Free $0 USD / month Create account Pro $12 USD Try for free Email reminder 2 days before trial ends. Start 7-day Free Trial Enterprise Contact Sales Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop Mobile Browser Lang"
    },
    "/edu/contact-sales": {
      "title": "Grammarly for Education Contact Sales",
      "content": "Grammarly Home Log in Contact Support Contact Our Sales Team Interested in purchasing Grammarly for your academic institution? With Grammarly for Education, students and faculty get 24/7 communication assistance everywhere writing and learning happen. Get in touch today to learn more. All fields are"
    },
    "/citations/mla/book": {
      "title": "How to Cite a Book in MLA",
      "content": "Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop Mobile Browser Languages Work By team size Enterprise Teams & businesses Individuals By team function Customer support Marketing IT Sales HR Education Students Institut"
    },
    "/referral-program-terms": {
      "title": "Referral Program Terms Grammarly",
      "content": "Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop Mobile Browser Languages Work By team size Enterprise Teams & businesses Individuals By team function Customer support Marketing IT Sales HR Education Students Institut"
    }
  },
  "actions": [
    {
      "id": "check-grammar",
      "name": "Check Grammar",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "check_grammar",
        "grammar_correction"
      ],
      "description": "Analyze and correct grammar, punctuation, and style in the provided text."
    },
    {
      "id": "upgrade-premium",
      "name": "Upgrade to Premium",
      "input": {
        "type": "none",
        "required": false
      },
      "intent": [
        "upgrade_premium",
        "subscription"
      ],
      "description": "Subscribe to Grammarly Premium for advanced features such as plagiarism detection and tone suggestions."
    },
    {
      "id": "download-extension",
      "name": "Download Browser Extension",
      "input": {
        "type": "none",
        "required": false
      },
      "intent": [
        "download_extension",
        "browser_integration"
      ],
      "description": "Install Grammarly's browser extension for real-time writing assistance."
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Grammarly",
      "intent": [
        "contact",
        "message",
        "email",
        "get in touch"
      ],
      "input": {
        "type": "object",
        "required": true,
        "fields": [
          {
            "name": "name",
            "type": "string",
            "required": true
          },
          {
            "name": "email",
            "type": "email",
            "required": true
          },
          {
            "name": "message",
            "type": "string",
            "required": true
          }
        ]
      }
    }
  ]
}
Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Grammarly",
  "url": "https://grammarly.com",
  "telephone": "+00 0000 0000",
  "priceRange": "€€",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Street 1",
    "postalCode": "0000",
    "addressLocality": "City",
    "addressCountry": "DK"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}
</script>

What AI agents can do here

Check Grammar
Analyze and correct grammar, punctuation, and style in the provided text.
check_grammargrammar_correction
Upgrade to Premium
Subscribe to Grammarly Premium for advanced features such as plagiarism detection and tone suggestions.
upgrade_premiumsubscription
Download Browser Extension
Install Grammarly's browser extension for real-time writing assistance.
download_extensionbrowser_integration

Pages

https://match.adsrvr.org/track/cmf/google /
Grammarly is an AI-powered writing assistant that helps users improve grammar, punctuation, style, and clarity. It offers real-time suggestions, tone detection, plagiarism checking, and integration with browsers, Microsoft Office, and other platforms. The site provides a free ver
About Us Grammarly /about
Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop Mobile Browser Languages Work By team size Enterprise Teams & businesses Individuals By team function Customer support Marketing IT Sales HR Educati
Grammarly Prices and Plans Grammarly /plans
Free $0 USD / month Create account Pro $12 USD Try for free Email reminder 2 days before trial ends. Try for $0.00 Enterprise Contact Sales Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop Mobile B
Contact Us Grammarly /contact
Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop Mobile Browser Languages Work By team size Enterprise Teams & businesses Individuals By team function Customer support Marketing IT Sales HR Educati
Product Features Grammarly /features
Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop Mobile Browser Languages Work By team size Enterprise Teams & businesses Individuals By team function Customer support Marketing IT Sales HR Educati
Grammarly Prices and Plans Grammarly /business/pricing
Free $0 USD / month Create account Pro $12 USD Try for free Email reminder 2 days before trial ends. Start 7-day Free Trial Enterprise Contact Sales Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop
Grammarly for Education Contact Sales /edu/contact-sales
Grammarly Home Log in Contact Support Contact Our Sales Team Interested in purchasing Grammarly for your academic institution? With Grammarly for Education, students and faculty get 24/7 communication assistance everywhere writing and learning happen. Get in touch today to learn
How to Cite a Book in MLA /citations/mla/book
Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop Mobile Browser Languages Work By team size Enterprise Teams & businesses Individuals By team function Customer support Marketing IT Sales HR Educati
Referral Program Terms Grammarly /referral-program-terms
Grammarly Home Product Learn Features AI agents AI assistant AI at Grammarly Trust & security Superhuman Use Grammarly Docs Desktop Mobile Browser Languages Work By team size Enterprise Teams & businesses Individuals By team function Customer support Marketing IT Sales HR Educati

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=grammarly.com
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 23 Sep 2026

Is this your site?

Claim grammarly.com to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <script src="https://api.actuent.ai/badge.js" data-domain="grammarly.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=grammarly.com&style=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.