# Sanity SEO quiz https://www.sanity.io/learn/course/seo-optimization/sanity-seo-quiz.md Let's test what you've learned in the prior lessons! **Question:** What is the benefit of using dynamic metadata in Next.js? 1. It reduces the website's loading time 2. It improves the server's performance 3. It automatically creates backlinks 4. It allows for page-specific SEO optimization based on content **Question:** When would you use a Sanity AI Assist context? 1. When you need to provide more information about your business within the prompt 2. When you need to add your specific writing style 3. When you need to reference important information that is regularly reused 4. All of the above **Question:** What is the purpose of the coalesce query in GROQ? 1. To override the value if another value has been provided 2. To combine the two values together 3. To type check the value inside of a Sanity field 4. To assess which is the bigger of two fields **Question:** Why might we specify an image, title and description, as well as an SEO title, SEO description, SEO image? 1. To create more work for the content editors 2. Because you cannot reuse fields in multiple locations 3. To be more granular when entering SEO information 4. To provide different content for different social media platforms **Question:** What is the recommended way to structure SEO fields in your Sanity schema? 1. Create unique schema types for each document type's SEO fields 2. Add SEO fields directly to the document type without any structure 3. Create a reusable SEO object type that can be referenced across different document types 4. Store all SEO fields in a single global configuration document **Question:** Why is there such a significant amount of validation within Next.js redirects? 1. To make the development process more complex 2. To slow down the build process 3. Because Next.js is overly cautious 4. Because providing incorrect redirect data can break your deployment pipeline **Question:** What is the key advantage of implementing a dynamic sitemap in a Sanity + Next.js project? 1. It makes the website load faster 2. It automatically updates when content changes 3. It improves the website's visual design 4. It automatically generates meta descriptions **Question:** When implementing schema markup with Next.js and Sanity, what is the recommended data format? 1. XML 2. JSON-LD 3. JavaScript 4. HTML microdata **Question:** What is considered best practice when implementing SEO features in a Sanity + Next.js project? 1. Hardcoding all SEO values in the Next.js files 2. Creating reusable schemas and components that can be managed by content creators 3. Managing everything through external SEO tools 4. Letting search engines handle everything automatically **Question:** What is the main purpose of implementing on-page schema in your website? 1. To make your website look better on social media 2. To increase your chance of search engines displaying rich results 3. To improve website loading speed 4. To create better URLs