You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/contribute-blog/_blog-template.md
+26-7Lines changed: 26 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ category: 2025
3
3
date: 2025-mm-dd
4
4
seo:
5
5
title: SEO Optimized Title
6
-
description: SEO optimized description for the blog post that can be displayed in search results.
6
+
description: SEO optimized description (recommend < 155 characters) that accurately reflects the page's content.
7
7
8
8
labels:
9
9
- General
@@ -18,17 +18,34 @@ Congrats on taking the first step toward drafting your blog post! Use this templ
18
18
19
19
<!-- BREAK -->
20
20
21
+
21
22
Refer to [Contribute Blog](https://xrpl.org/resources/contribute-blog/) for detailed guidelines and examples.
22
23
24
+
NOTE: Blog posts are currently only available in English and are not yet translated.
25
+
23
26
## Section: Handy Reference
24
27
25
28
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.
26
29
27
-
Choosing an SEO optimized title helps boost 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.
30
+
**Title**
31
+
32
+
Use title case for the title and headings on the blog post.
33
+
34
+
Choose an SEO optimized title for your blog post.
35
+
36
+
It is recommended to limit your title to under 50 characters and keep it same as the meta `seo -> title` field for consistency.
37
+
38
+
**Links**
28
39
29
-
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).
40
+
To include an internal link, use a relative path. For example, to create a link to the Contributing Documentation topic, use the following syntax:
30
41
31
-
To include an external link, use the absolute URL instead of a relative path. For example, [Contribute Documentation](https://xrpl.org/resources/contribute-documentation).
Copy file name to clipboardExpand all lines: resources/contribute-blog/index.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,9 @@ Thanks for considering a contribution to the XRP Ledger Dev Blog!
12
12
13
13
This page includes high-level instructions to create a new blog post. Detailed instructions and guidelines to contribute to the XRPL Developer Portal are available in [Contribute Documentation](../contribute-documentation/index.md).
14
14
15
+
{% admonition type="info" name="Note" %}Blog posts are currently only available in English and are not yet translated.{% /admonition %}
16
+
17
+
15
18
## Directory Structure for Blog Posts
16
19
17
20
The source files are located in the `blog` directory of the public `xrpl-dev-portal` repository.
@@ -36,4 +39,4 @@ To create a new post, follow these steps:
36
39
37
40
6. Once the draft is ready for review, save and commit your updates.
38
41
39
-
7. Create a new PR to merge your changes to master.
42
+
7. Create a new PR to merge your changes to master.
0 commit comments