Files
xrpl-dev-portal/resources/contribute-blog/_blog-template.md
2025-04-03 10:28:37 -07:00

2.3 KiB
Raw Permalink Blame History

category, date, seo, labels, markdown
category date seo labels markdown
2025 2025-mm-dd
title description
SEO Optimized Title SEO optimized description (recommend < 155 characters) that accurately reflects the page's content.
General
editPage
hide
true

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, heres 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:

  1. List item 1
  2. List item 2

Sub-section: Including Images In Your Blog Post

To include an image, use the following syntax:

![image_description](/blog/img/my_image.png)

It is recommended that you store graphics in the /blog/img directory.

For example, ![XRPL Developer Portal](/blog/img/docs-iav3/xrpl-docs-home.png) renders as follows.

XRPL Developer Portal

Sub-section: Embedding Videos In Your Blog Post

For instructions to embed a video, refer to the Contribute Documentation topic.