2.3 KiB
category, date, seo, labels, markdown
| category | date | seo | labels | markdown | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2025 | 2025-mm-dd |
|
|
|
SEO Optimized Title
Congrats on taking the first step toward drafting your blog post! Use this template as a starting point to organize your blog post.
Refer to Contribute Blog for detailed guidelines and examples.
NOTE: Blog posts are currently only available in English and are not yet translated.
Section: Handy Reference
To help you get started quickly, here’s a handy guide to the syntax for some of the most frequently used components in a blog post — perfect for streamlining your writing process.
Title
Use title case for the title and headings on the blog post.
Choose an SEO optimized title for your blog post.
It is recommended to limit your title to under 50 characters and keep it same as the meta seo -> title field for consistency.
Links
To include an internal link, use a relative path. For example, to create a link to the Contributing Documentation topic, use the following syntax:
[Contribute Documentation](../resources/contribute-documentation/index.md).
To include an external link, use the absolute URL instead of a relative path as shown in the following example:
[Contribute Documentation](https://xrpl.org/resources/contribute-documentation).
Lists
To include an unordered list, use the following syntax:
- Item 1
- Item 2
To include an ordered list, use the following syntax:
- List item 1
- List item 2
Sub-section: Including Images In Your Blog Post
To include an image, use the following syntax:

It is recommended that you store graphics in the /blog/img directory.
For example,  renders as follows.
Sub-section: Embedding Videos In Your Blog Post
For instructions to embed a video, refer to the Contribute Documentation topic.
