However, I would like to address an important issue. I recently utilized the Tagz plugin for Open Graph meta tags and was quite satisfied with its performance. Yet, after discovering Route66 for SEO, I noticed that it also includes Open Graph settings. Although these settings are somewhat limited, they suffice for my needs, prompting me to uninstall the Tagz extension in favor of Route66 for Open Graph functionality.
I have encountered a problem when sharing my website URL on the Telegram app. While the Open Graph image does appear, it is displayed incorrectly, appearing as a small image. In contrast, the Tagz extension provided a proper image preview that filled the available space, similar to how Yoast SEO for WordPress and other extensions function.
I am curious as to why this issue arises with the Route66 plugin. Upon examining the source code, I observed that other plugins include the following image properties:
<meta property="og:image" content="https://example.com/logo.png" />
<meta property="og:image:width" content="4671" />
<meta property="og:image:height" content="3382" />
<meta property="og:image:type" content="image/png" />
<meta name="twitter:card" content="summary_large_image" />
In contrast, the Route66 plugin only displays:
<meta property="og:image" content="https://lexample.com/logo.png">
While I appreciate the basic functionality of Route66, which I find satisfactory, could the absence of these additional image properties be the reason for the small image preview in the Telegram app?
Is it possible to rectify this issue by adding these properties manually, or could you consider an update to include them? This enhancement is crucial, given that Telegram boasts a substantial user base of 1 billion active users worldwide.
Thank you.