| I have been using SVGs for charts on my blog for a couple of months[0] now. Using SVGs satisfied me, but in all honesty, I don't think anyone else cares. For completeness the benefits are below: * The charts are never blurry * The text in the chart is selectable and searchable * The file size could be small compared to PNGs * The charts can use a font set by a stylesheet * The charts can have a builtin dark mode (not demonstrated on my blog) Additionally as the OP shown, the text in SVG is indexed by google, but comes up in the image sections [1]. The downside was hours of fiddling with system fonts and webfonts and font settings in matplotlib. Also the sizing of the text in the chart and how it is displayed in your page is tightly coupled and requires some forethought. [0] https://aleyan.com/blog/2025-llm-assistant-census [1] https://www.google.com/search?q=%22slabiciunea+lui+Nicu+fore... |