We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb98bfe commit 4f4135aCopy full SHA for 4f4135a
1 file changed
seoanalyzer/page.py
@@ -78,6 +78,10 @@
78
'canonical': '//link[@rel="canonical"]/@href',
79
'alt_href': '//link[@rel="alternate"]/@href',
80
'alt_hreflang': '//link[@rel="alternate"]/@hreflang',
81
+ 'og_title': '//meta[@property="og:title"]/@content',
82
+ 'og_desc': '//meta[@property="og:description"]/@content',
83
+ 'og_url': '//meta[@property="og:url"]/@content',
84
+ 'og_image': '//meta[@property="og:image"]/@content'
85
}
86
87
IMAGE_EXTENSIONS = set(['.img', '.png', '.jpg', '.jpeg', '.gif', '.bmp', '.svg', '.webp', '.avif',])
0 commit comments