Skip to content

Commit 110441f

Browse files
Copilot7underlines
andcommitted
Add documentation for customizable blog URL prefix feature
Co-authored-by: 7underlines <17121556+7underlines@users.noreply.github.com>
1 parent f285128 commit 110441f

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

CHANGELOG_de-DE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Unveröffentlicht
2+
- Konfigurierbares Blog-URL-Präfix hinzugefügt, um Blog-Detail-URLs anzupassen (z. B. von "blog/..." zu "beauty-blog/...")
3+
- SEO-URLs werden automatisch neu generiert, wenn das Präfix geändert wird
4+
- Standard-Präfix bleibt "blog" für Abwärtskompatibilität
5+
16
# 5.0.2
27
- Kompatibilität mit Shopware 6.7.5.0
38

CHANGELOG_en-GB.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Unreleased
2+
- Added configurable blog URL prefix to allow customization of blog detail URLs (e.g., from "blog/..." to "beauty-blog/...")
3+
- SEO URLs are automatically regenerated when the prefix is changed
4+
- Default prefix remains "blog" for backward compatibility
5+
16
# 5.0.2
27
- Compatibility with Shopware 6.7.5.0
38

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,25 @@ where you can also select from all available variables.
5151
![](https://res.cloudinary.com/dtgdh7noz/image/upload/v1602580850/Bildschirmfoto_2020-10-13_um_12.20.25_xxnrro.png)
5252
*SEO URL template*
5353

54+
#### Custom Blog URL Prefix
55+
You can now customize the URL prefix for your blog detail pages. Instead of the default "blog" prefix,
56+
you can set any custom prefix (e.g., "beauty-blog", "news", "articles") in the plugin configuration:
57+
58+
1. Navigate to **Settings → System → OpenBlogware**
59+
2. Find the **"Blog URL prefix"** field in the "SEO Meta Configuration" section
60+
3. Enter your desired prefix (e.g., "beauty-blog")
61+
4. Save the configuration
62+
63+
When you change the prefix, all existing blog SEO URLs are automatically regenerated. This is particularly
64+
useful for:
65+
- Maintaining existing URL structure when migrating from other platforms
66+
- SEO optimization with brand-specific URLs
67+
- Multi-language sites with different prefixes
68+
69+
**Example:**
70+
- Default: `blog/category-name/my-post`
71+
- Custom: `beauty-blog/category-name/my-post`
72+
5473
## RSS Feed
5574
For access **RSS Feed** url you can use this path `/blog/rss`
5675
Example(`http://Your-domain/blog/rss`)

0 commit comments

Comments
 (0)