Select Open Graph Properties - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Select Open Graph Properties

S

Seppe

SP Page Builder 2 months ago

I'm filling in all the Open Graph SEO settings of pages of a website. It all seams to work but I have 3 settings that are in the source, which are not needed. How can I delete them?

<meta property="article:author" content="Super User"/> <meta property="article:published_time" content="2025-06-07 00:43:20"/> <meta property="article:modified_time" content="2025-07-30 14:16:18"/>

These 3 properties show up automatically, but are completly useless to show.

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #200026

Hi,

They are added by default you cannot disable that, you have to cut off from the component code.

administrator\components\com_sppagebuilder\dynamic-content\Site\PageSeoSettings.php

We added that for social media (Facebook, X (Twitter), LinkedIn), becuase users asked us for that.


About that: <meta property="article:author" content="Super User"/>

You can change used Name, in each Page Settings.

0
S
Seppe
Accepted Answer
2 months ago #200075

Good morning Paul Added the "published_time" and "lastmodified_time" for Google? does is have any influence?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #200080

Social Media & Google can read when content was created & updated. This seems to be helpful. But Google prefers Schema.org with JSON-LD for article metadata. It ignores article: OG tags for search features like rich results.

0
S
Seppe
Accepted Answer
2 months ago #200082

I found the cut-off already, and works just fine. thanks.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #200085

Thanks, I also updated my last response.

0