- Rendering
- Navigating
- Indexing
- Crawling
Category: HubSpot CMS for Developers II Exam Answer
Fill in the blank: Sitemaps are _______ files that provide search engines information about the structure of your site.
- HTML
- JSON-LD
- JavaScript
- XML
A ____________ status code indicates a temporary redirect.
- 200
- 301
- 302
- 404
True or false? Sections provide a built-in way to set a background image.
- True
- False
Which of the following is NOT a step in the Critical Rendering Path?
- Paint
- Layout
- Creation of the render tree
- First Input Delay
What is the final step of the Critical Rendering Path?
- Layout
- Paint
- Interactivity
- Construction of the render tree
True or false? Comprehensive knowledge of the WCAG is necessary before beginning to implement web accessibility best practices.
- True
- False
Scenario: Your colleague has told you that they’d like a landing page to not appear in search results. You notice that this landing page URL is already disallowed in robots.txt. What should you do to guarantee the page doesn’t appear in Google’s search results?
- Add a noindex meta tag to the page
- Remove the page’s URL from the robots.txt file and add a noindex meta tag to the page
- Because the page URL is already disallowed in robots.txt, it can never appear in Google’s search results
- Remove the meta title and description from the page so that Google can’t display it in SERPs.
Select all that apply. Which of the following are good examples of descriptive link text?
- View our course catalog
- Learn more
- Fill out our contact form
- Click here
True or false: Using structured data guarantees that Google will make a rich snippet for your page.
- True
- False