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.
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.
How to Add Meta Tags
- Create a new Website Route Meta document.
- Enter the website Route.
- Ensure the route does not begin with a forward slash (
/). - Verify that a webpage already exists for the specified route.
- Add one or more Key and Value pairs.
- Save the document.
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
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.