- Server-side caching
- JavaScript rendering
- Minification
- Client-side caching
Category: HubSpot SEO II Exam Answer
Which of the following is NOT a strategy to limit HTTP requests?
- Combining text resources
- Moving render-blocking JavaScript
- Minifying code files
- Reducing redirects
- Combining image resources
What is the purpose of limiting HTTP requests?
- To remove extraneous code and empty spaces in HTML and CSS files to improve page performance
- To reduce a page’s overall download size in order to increase its load speed
- To reduce the frequency at which a browser needs to download information on a page, increasing its load speed
- To maximize website caching so a page can load faster
Blake is going through a technical SEO audit for his company’s website when he notices that several pages are taking 6 or more seconds to load. He knows this is too slow and he needs to speed them up, but isn’t sure how to identify what’s causing the slowdown or how to fix it. To get started, what should Blake look into?
- Large code files that could be minified
- Non-essential JavaScript that could be moved to the footer
- Large image or video files that could be compressed
- All of the above
True or false? Most elements of a website can be cached.
- True
- False
If a website has content added via JavaScript, what additional stage do search engines need to complete?
- Crawling
- Indexing
- Ranking
- Rendering
Select all that apply. Which of the following should you avoid to reduce a site’s crawl budget?
- Duplicate content
- Navigation menus with over 7 items
- Long redirect chains
- Infinite spaces
Crawl budget is mainly a concern for which types of websites?
- Websites with less than 1,000 pages
- Websites with over 10,000 pages
- Websites in regulated industries
- All of the above
Select all that apply. Which of the following status codes should you focus on resolving during a technical SEO audit?
- 200
- 300
- 400
- 500
True or false? Moving a site from HTTP to HTTPS does not count as a site migration.
- True
- False