Explore our extensive collection of questions and answers to enhance your learning experience and prepare for exams effectively
MP and responsive design techniques (like image optimization, CSS/JS minification) help mobile pages load faster Large images and disabling compression hurt speed.
Orphan pages are not linked from anywhere on the site, so they may not get discovered or indexed easily by search engines.
Disallow.
robotstxt can stop a crawler from visiting a page, but if other sites link to it, the URL can still be indexed (though without content) For index blocking, you need a noindex directive or password protection
Leaving Disallow.
You can add a Sitemap.
Lazy loading defers the loading of off-screen images until the user scrolls near them, which improves initial page load speed The other options are not what lazy loading is
Responsive images use HTML attributes (srcset, sizes, or ) to provide different resolution versions This ensures the browser downloads an appropriately sized image for the device, saving bandwidth
silo structure groups related content under distinct topic clusters For example, a main (pillar) page covers a topic broadly, with subpages delving into subtopics, reinforcing topical authority.
Crawl budget is the allocation of resources search engines allot to crawling your site A large site might not have every page crawled each visit The other options are not what crawl budget means.