Skip to content

Commit 4ebb622

Browse files
CopilotDerGoogler
andcommitted
Add meta descriptions to key pages for improved SEO
Co-authored-by: DerGoogler <[email protected]>
1 parent 3e6535d commit 4ebb622

File tree

6 files changed

+24
-2
lines changed

6 files changed

+24
-2
lines changed

docs/en/blacklist/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Blacklist
3-
descriptions: A list of blacklisted modules in MMRL
2+
title: MMRL Blacklist - Restricted Modules
3+
description: View the complete list of blacklisted Magisk modules in MMRL. Transparency about which modules are restricted and why, ensuring user safety and informed decisions.
44
editLink: false
55
prev: false
66
next: false

docs/en/downloads.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
editLink: false
33
prev: false
44
next: false
5+
title: Download MMRL - Magisk Module Repo Loader
6+
description: Download the latest version of MMRL (Magisk Module Repo Loader) for Android. Get APK files from GitHub releases and Google Play Store for managing your Magisk modules.
57
---
68

79
# MMRL Downloads

docs/en/guide/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: MMRL FAQ - Frequently Asked Questions
3+
description: Common questions about MMRL - Magisk Module Repo Loader. Learn about JavaScript APIs, WebUI shortcuts, APK variants, and module management features.
4+
---
5+
16
# FAQ
27

38
## How to enable JavaScript APIs in MMRL?

docs/en/guide/mmrl-util/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: MMRL-Util - Build Your Own Module Repository
3+
description: Complete guide to MMRL-Util for creating custom Magisk module repositories. Learn installation, configuration, and management of your own module repository.
4+
---
5+
16
# Magisk Modules Repo Util
27

38
This util is to build module repository for [MMRL](https://github.com/DerGoogler/MMRL)

docs/en/guide/webuix/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: WebUI X - Next-Generation Module Interface Framework
3+
description: Learn about WebUI X, MMRL's powerful framework for building secure, high-performance module configuration interfaces. Enhanced security, debugging tools, and modern UX features.
4+
---
5+
16
# Why WebUI X?
27

38
WebUI X is the next-generation framework for building modular, secure, and high-performance WebUI applications. It offers significant improvements over Legacy KernelSU WebUI, making it the ideal choice for developers. Below are the key reasons to switch:

docs/en/repository/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Magisk Module Repositories - Browse & Install Modules
3+
description: Discover trusted Magisk module repositories with thousands of modules. Browse, search, and install modules for Magisk, KernelSU, and APatch. Updated every 6 hours.
4+
---
5+
16
<script setup>
27
import { ref, onMounted } from "vue"
38
import { repositories, Repository } from "../../data/repositories"

0 commit comments

Comments
 (0)