Add descriptive alt text to every image. It is essential for accessibility, helps Google understand your images, and enables image search traffic.
Add explicit width and height attributes to images. This prevents Cumulative Layout Shift (CLS) which is a Core Web Vitals metric.
Convert images to WebP or AVIF. These modern formats are 25 to 50% smaller than JPEG/PNG with no visible quality loss.
Links with href="#" or "javascript:void(0)" provide no SEO value. Replace them with real URLs or buttons.
Very low text-to-HTML ratio. Your page has too much code relative to visible content. This can signal low quality to search engines.

Add a twitter:title. Without it X/Twitter falls back to og:title, which may not be optimised for the platform.
Add a twitter:image. X/Twitter may not always use your og:image as fallback.