C# Mastery Hub
Home
Challenges
Discussion
Lessons
Core Topics
C# Fundamentals
Console Applications
Classes & OOP
Windows Forms
ASP.NET Core
SQL Server
VS & SQL Connection
RDLC Reports
.NET MAUI
Getting Started
Getting Started
Website Development
SEO Guide
Security
Project Workflow
Extra Topics
Cloud & Deployment
AWS Cloud
Deployment
About
Contact
Test Your Knowledge
SEO - Lesson 3: Sitemap and Robots.txt Quiz
Answer all questions to test your understanding
1
What is a sitemap?
An XML file that lists all pages on your website
A map of your physical office
A list of all your images
A CSS file
2
What is Robots.txt used for?
To tell search engines which pages to crawl and which to avoid
To tell robots how to style pages
To create a sitemap
To improve page speed
3
Where should you place your sitemap URL in Robots.txt?
At the bottom of Robots.txt
In the HTML head
In the CSS file
In the JavaScript file
4
What does 'Allow' do in Robots.txt?
Tells search engines which pages they can crawl
Tells search engines which pages to ignore
Tells search engines to index all pages
Tells search engines to delete pages
5
What does 'Disallow' do in Robots.txt?
Tells search engines which pages they should not crawl
Tells search engines which pages they can crawl
Tells search engines to create a sitemap
Tells search engines to delete pages
Submit Quiz