Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 844 Bytes

css-optimization.md

File metadata and controls

19 lines (11 loc) · 844 Bytes

CSS Optimization

Why

TELUS websites should have excellent search engine optimization. On search engines like Google, performance plays a big role in gaining a high SEO rank. TELUS developers are strongly encouraged to maximise performance in order to make high gains in SEO.

What

Unused CSS is a detriment to SEO. Some basic optimizations and insight are covered and referenced in the CSS reference architecture.

How

In your applications, only include the CSS or SCSS you need from TDS. This can be further maximised by adopting styled component methodologies.

References