Glossary
Sitemap
A structured file that catalogs and organizes a website, for easy, readable access by search engines.
A sitemap should be submitted to major search engines when you create a site, and also any time you have large-scale restructuring of the site. New sitemaps do not need to be generated every time a new page goes live. These will usually be crawled by search engines and added to the number of indexed pages on a site.
Related Terms
Glossary
Javascript
JS, or Javascript, is a programming language used on numerous websites. Most sites you visit incorporate JS in some way to define the behavior of the site when a user takes particular actions.
View Definition
Glossary
HTTPS
Hypertext Transfer Protocol Secure, or HTTPS, indicates the use of specific encryption on web browsers. It is used by numerous websites and is considered a best practice for encrypting your site against certain types of malicious attacks.
You can see whether or not a site is using HTTPS by viewing the full URL of a webpage, which is often either http:// or https:// with the latter using the encryption.
View Definition
Glossary
Breadcrumbs
Breadcrumbs provide a navigation trail for users on a website. If they’re in a particular sub-section of the website, breadcrumbs allow them to see how they got there and what previous, high-level topic pages they could view as well that link to their current page.
Having a clear breadcrumb structure for a website is important, since it relates to user experience and avoids confusing visitors to your site.
View Definition