Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add og meta tags and meta description #980

Merged
merged 2 commits into from Jan 30, 2024
Merged

Add og meta tags and meta description #980

merged 2 commits into from Jan 30, 2024

Conversation

adamziel
Copy link
Collaborator

Adds the following meta tags:

		<meta
			property="og:image"
			content="https://playground.wordpress.net/ogimage.png"
		/>
		<meta property="og:title" content="WordPress Playground" />
		<meta
			property="og:description"
			content="WordPress running in your browser for learning, testing, and developing with WordPress!"
		/>
		<meta property="og:url" content="https://playground.wordpress.net/" />
		<meta
			name="description"
			content="WordPress running in your browser for learning, testing, and developing with WordPress!"
		/>

I went with this image proposed by @jasmussen:

298001387-6ce0b346-9789-4c7a-882f-a7002431d622

We can adjust it later on when the w.org redesign progresses.

Closes #960

CC @alexdeborba

@adamziel adamziel merged commit 021050a into trunk Jan 30, 2024
5 checks passed
@adamziel adamziel deleted the add-og-image branch January 30, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing og:image in WordPress Playground source
1 participant