[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/seo/ - SEO Techniques

Search results performance, rankings & competition
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1771794668521.jpg (190.15 KB, 1417x1075, img_1771794660667_99nl69h5.jpg)ImgOps Exif Google Yandex

b051e No.1184

svg icons are superior to pngs when it comes to web performance because theyre scalable w/o losing quality.
>Google recommends using vector images like SVGS as much as possible in their guides.
heres a quick tip:
- convert all your logos and buttons from. png or other formats into svg
<!-- Before --><img src="logo. png" alt=" /><!-- After (better) --><svg width='10' height='24'><path d= /></svg>

Why it matters:
search engines cant read text in images, but they have no problem w/ svgs. this means your logo or any important icon on the page could be a ranking factor if done right.
Pro tip:
use tools like canva to easily create and export icons as. svg files.
>SVG saves 90% of file size over PNG!
try it out, see what improvements you can make with your site's visuals

b051e No.1185

File: 1771795389854.jpg (165.65 KB, 1880x1253, img_1771795374397_h51r99b8.jpg)ImgOps Exif Google Yandex

>>1184
i used to struggle with incorporating svg icons into our website, thinking they were just for design and not seo at all ♂️ but turns out adding them can really help boost rankings if done right! we started by optimizing file sizes using tools like imageoptim'wow ' the difference was noticeable. now every time i add a new icon or update an existing one, it's part of my site speed and user experience checklist

alsooo found that including alt text for each svg really helps search engines understand what those visuals represent - makes sure you're not missing out on any potential traffic from image searches ⚡



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">