Skip to main content

Website Route Meta

Website Route Meta allows you to add custom HTML meta tags to any website route in ERPNext. These tags are inserted into the page’s <head> section and help search engines, browsers, and social platforms better understand your web pages.

Summary

  • Add custom meta tags to any website route.
  • Improve SEO and search engine visibility.
  • Store meta information as simple key-value pairs.
  • Works with Web Pages, Blog Posts, and other website routes.
Navigation
Go to Website → Web Site → Website Route Meta.

What are Meta Tags?

Meta Tags are invisible HTML elements placed inside a webpage’s
<head> section. They provide information about the page to search engines, browsers, and social media platforms.

Properly configured meta tags can improve search engine optimization (SEO), enhance page indexing, and control how pages appear when shared online.

Meta tags are not visible to website visitors but play an important role in improving discoverability and search engine rankings.

How to Add Meta Tags

  1. Create a new Website Route Meta document.
  2. Enter the website Route.
  3. Ensure the route does not begin with a forward slash (/).
  4. Verify that a webpage already exists for the specified route.
  5. Add one or more Key and Value pairs.
  6. Save the document.
Important
The route must exactly match an existing website page and should be entered without the leading /.

Meta Tag Configuration

Each row represents one HTML meta tag using a simple key-value format.

Field Description
Route The website URL where the meta tags will be applied.
Key The meta tag name, such as keywords, description, or author.
Value The content associated with the specified meta tag.

Example

To add SEO keywords for a webpage:

Key Value
keywords ERP, ERPNext, Inventory, Accounting, Manufacturing

ERPNext automatically generates the corresponding HTML inside the page’s
<head> section.

<meta name="keywords" content="ERP, ERPNext, Inventory, Accounting, Manufacturing">

Supported Website Routes

Website Route Meta is not limited to standard Web Pages. It can be used for any ERPNext website route.

Common Examples

  • Web Pages
  • Blog Posts
  • Product Pages
  • Landing Pages
  • Custom Website Routes
You can obtain the route of documents such as Blog Posts directly from their respective document forms and use that value while creating Website Route Meta records.

Benefits

  • Improves SEO for individual website pages.
  • Adds custom metadata without modifying templates.
  • Provides centralized management of page-specific meta tags.
  • Supports any ERPNext website route.
For best SEO results, use meaningful values for tags such as description, keywords, and other metadata appropriate for your website pages.
Rating: 0 / 5 (0 votes)