[personal-wp] Adding open-graph My WordPress#3390
Conversation
There was a problem hiding this comment.
Pull request overview
Updates Personal WordPress Playground branding/metadata to “My WordPress” across the web app HTML and PWA manifest.
Changes:
- Renamed app title and updated Open Graph + meta description content/URLs.
- Updated PWA manifest
name,short_name, anddescriptionto “My WordPress”. - Reformatted a dynamic
import()call for readability.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/playground/personal-wp/public/manifest.json | Renames PWA manifest fields to match “My WordPress” branding. |
| packages/playground/personal-wp/index.html | Updates page title + Open Graph/description metadata; minor formatting change to dynamic import. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Updates Personal WordPress Playground branding/metadata to “My WordPress”, aligning app name and social sharing metadata with the new positioning.
Changes:
- Renamed title and updated Open Graph + meta description copy/URLs in
index.html - Updated PWA manifest
name/short_name/descriptioninmanifest.json - Reformatted a dynamic import for readability in
index.html
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| packages/playground/personal-wp/public/manifest.json | Renames PWA manifest fields to “My WordPress” |
| packages/playground/personal-wp/index.html | Updates page title, Open Graph metadata, and description; reformats dynamic import |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
brandonpayton
left a comment
There was a problem hiding this comment.
We'll likely want to iterate on this, but I think it is a good start and clearly preferable to the open-graph info for Playground. Thank you, @fellyph!
|
note: I adjusted the description in manifest.json because it sounded more like Playground to me. |
|
Once the CI tests pass, we can merge. |
This pull request updates the branding and metadata for the personal WordPress Playground project, transitioning it to "My WordPress." The changes focus on renaming, updating descriptions, and modifying Open Graph and manifest metadata to match the new branding.
Branding and metadata updates:
og:image,og:title,og:description,og:url), and meta description inindex.htmlto use "My WordPress" and updated descriptions and image URLs for the new brand.manifest.jsonfile to reflect the new name, short name, and description ("My WordPress") for the web app.Code formatting:
index.htmlfor improved readability, without changing functionality.Issue related: #3389