Websites

55 Web Design and Development Terms Every Marketer Should Know

06.02.2022 9 Minutes

Many companies are looking to perform a website redesign in the near future. However, embarking on the website redesign process can seem daunting due to the technical jargon that is used on a daily basis.

If you are considering a website redesign, there are quite a few terms that project managers, designers and developers use that you may not be familiar with. Hopefully this article will help you feel more prepared as you begin to meet with prospective agencies for your next big redesign.

Web terms marketers need to know

301 redirect – A permanent redirect from one URL to another, usually from your old website to the new website. (e.g.“website.com/about-us” now redirects visitors to “website.com/our-company” on the new website.)

404 – An error page that a user sees when they try to reach a non-existent page on your website. Usually this is due to a visitor mistyping the URL or attempting to access a page that has been deleted from the site. An effective 404 error page should communicate why the page doesn’t exist and what users can do next.

Accessibility – Concerns regarding making websites accessible to people with disabilities. All websites built should follow guidelines outlined by the Americans with Disabilities Act (ADA) and will fall into three different levels of compliance.

ALT tag – Alternate descriptive text that is displayed inside the image placeholder while the page is loading or is read by a screen reader. ALT text plays a role in optimizing a website for ADA compliance, helps with SEO ranking, and overall web accessibility.

Anchor tags – A tag, or hyperlink, added to text that, when clicked, brings a user to a different section of the page, instead of opening a new page. Sometimes a webpage may have an anchor menu, which is a form of secondary navigation that exists as a menu just for that particular page. Each menu item refers to a section on that page.

Breakpoints – The points at which a website’s content and design will adjust to accommodate various screen sizes to provide the user with the best possible layout to view the content on any device. In responsive design (see term below), breakpoints are often defined by common device widths, such as smartphone, tablet, and desktops above 1024px.

Caching – A cache is a temporary data storage mechanism that aids in site speed by storing relevant information on your computer the first time you visit a website. Then, your computer does not have to reload that information each time you access the site again. Oftentimes when you make small changes to your website, you may have to clear the cache in order to see the changes on the front end.

Call to action (CTA) – Specific text, image, banner or button that uses action-oriented language to urge a visitor on a website to act. CTAs are designed to move a visitor from one page to the next and persuade them to take an expected, predetermined action. (e.g. Download a Whitepaper, Register for a Webinar, Contact Us, Learn More, etc.).

Cookies – A small text file that includes an anonymous unique identifier and visit information that is sent to a browser from a website and stored on a visitor’s computer hard drive. This data can provide information about who visits the website, how often they visit, what parts of the site they visit the most and their browsing preferences.

Content management system (CMS) – A software system that is used to edit the content on your website. This allows you to log in to the “back end” of your website to edit the text and images. Some examples include WordPress and Drupal. A CMS is designed to simplify the publication of website content, without requiring technical knowledge of code.

Content roadmap – An outline of content needed for a website after finalizing the sitemap. This includes text, images, videos, testimonials, and other types of content.

Conversion – When a user takes a specific desired action related to online marketing and lead generation. This includes completing a web form, submitting a request for information, subscribing to a newsletter or making an e-commerce purchase.

Core Web VitalsAn update to Google’s search engine ranking system to include factors regarding a website’s user experience.

CSS – Cascading Style Sheets (CSS) are the code that developers use to designate how a web page should be presented to visitors. It formats the look and feel of your website, and sets global styles for fonts, colors, buttons, hover states, images, menus, etc.

Development (“dev”) site – A private version of a website, sometimes called a staging site, used for testing website changes before making them live. When building a new website, the developer will build a dev site where you can see and interact with the newly designed site before it goes live.

DNS  Domain Name Servers (DNS) are like the Internet’s version of a phone book, controlling your domain name’s website and email settings. When a user visits your website address, the DNS settings control which server to point them to.

Domain – The name of the website that people type into a browser to visit it. For example, our domain is circlesstudio.com.

Favicon – A small icon image, often a company logo, that displays on the title bar or tab of a browser.

Filter and search – Typically a feature used to adjust the content that is loaded on an overview page in response to the categories, tags, or search terms that a user enters. This is common on Project, Blog, and News overview pages.

Geolocation – A means of identifying a user’s location via the IP address of their computer, tablet, phone, or device. The location may be used to prefill forms or display specific content relevant to the user’s location through geotargeting.

Google Analytics – A widely-used platform to track website visitors and behavior.

Google Tag Manager – A tag management system used to manage and upload multiple tracking codes or pixels to a website.

Heatmap analytics – Platforms that use JavaScript files to track website visitors’ behavior and create visual representations of that data. A heatmap displays a range of colors overlaying different areas of a website page to visualize user engagement.

Hero image – The header or banner image at the top of a webpage, typically extending the full-width of the page.

Hosting – The web servers where your website files are housed, served, and maintained. A web server is a computer running web server software connected to the internet that allows visitors to access a website through an Internet-connected web browser or mobile device.

Hover state – How an item changes when a user moves their mouse over it before clicking on it. For example, when a user hovers over a button, it may change color or animate in some way.

HTML – Hypertext Markup Language (HTML) is the markup language that is used to construct web pages and display content like text, images, video and links on the web. It’s often used in conjunction with other languages that allow the web developer to add functionality, such as CSS, PHP and JavaScript.

HTTPS – Hyper Text Transfer Protocol Secure (HTTPS) is the secure version of HTTP, the primary protocol used to send data between a web browser and a website. HTTPS typically uses a Secure Sockets Layer (SSL) certificate to encrypt all communications between your browser and the website for added security.

Image overlay – A color, gradient, or blur effect added over an image with partial transparency, either purely for design purposes or to make text on top of the image more legible.

Interactivity – Features of a website that allow users to engage and interact with the website. This includes features like hover states, rollovers, video, animations, and calls-to-action.

Information Architecture (IA) – The information blueprint and navigation of a website. It typically includes a site map, wireframes (see definition) for each page and any necessary notations regarding navigation, content and features that will be included on the site.

Landing page – Technically any page of your website that a user lands on directly from a search result, marketing email, social media post or online advertisement, but it is typically a standalone page created for a specific campaign. They are designed with a call to action, with the goal of converting leads (e.g. getting visitors to fill out a form, download an eBook, etc.).

Lazy loading – A development optimization technique that defers loading of images and video until they are needed as a user scrolls down the page.

Meta tag – Important for SEO ranking, a meta tag is an HTML tag that is used by search engines to index a site. Meta tags store information about a web page, such as its description, author and copyright. Search engines use this information to categorize websites and display information in search engine results pages (SERPs).

Micro-animations – Small or subtle animations or other motions on your website, usually in response to a user’s movement on the page, like scrolling down the page or hovering over an icon.

Navigation – The navigational elements that appear on a website and direct the user throughout the site. While this primarily refers to the “menu bar” located at the top of a website or along either side, it can also include textual links in the “footer” at the bottom of the page.

Page speed – A measurement of the length of time it takes to load all the content on a specific web page.

Page template – A unique page layout for page(s) of a website. On average, a website has 8-10 page templates. For example, the homepage and contact page of a website look different and contain different elements, therefore they are two different page templates. Designers and developers may also use terms like “overview page” and “single page” to describe templates. This refers to the structure and hierarchy in a sitemap. For example, a website may have a Services Overview page that contains general information about the company’s services, and then they also have Service Single pages that follow a separate template for individual service pages.

Plugin – Software apps that “plug in” to a Content Management System such as WordPress to allow you to add new features and extend the functionality.

Propagation – DNS propagation is a term used to describe the time period required for changes to your domain name server’s settings to take effect. It may take as long as 48 hours for internet service provider nodes across the world to update their caches with your updated DNS information. If you are launching a new website on a different web server, some visitors might still be directed to your old server (website) for a period of time, while others will see the new website shortly after the change.

Registrar – The company used to register your domain name. Some examples include GoDaddy or Network Solutions.

Responsive design – A website that adjusts to the screen it is being viewed on, whether desktop, mobile or tablet. Media queries are used to find the resolution of the device the website is being displayed on, and then flexible images, fluid grids and the site menu are adjusted to fit the screen.

Rich snippets – Additional information in the source code of a webpage that can bring greater attention to the page in search results. Rich snippets include classifications such as authors, prices, ratings, images, and more.

Search engine optimization (SEO) – SEO concerns increasing your site’s likelihood of being served up to web browsers that query relevant keywords. SEO ranking can be improved by helping search engines understand the information on your website in order to rank higher in organic search results. This includes having title tags, meta descriptions and ALT tags for images on your website.

SERP – Stands for Search Engine Results Pages. These are the pages served up to users when they query a search term in a search engine, such as Google.

Slider – A rotating banner of images that is sometimes placed on the homepage of a website. It is a “slide show” type format that can highlight different content and include images or video. This is an outdated website trend typically seen on older websites.

Site map – A document that shows a hierarchical blueprint of a website’s pages and content. This is usually one of the first steps in a website redesign, as it is important to know what content is needed on a website before design begins.

Sitewide search – Functionality on a website where the user can enter search terms and, typically, be served the results on a custom page.

SSL certificate – SSL (Secure Sockets Layer) is a standard security protocol necessary for establishing encrypted communication between a web browser and a website. When a site has an SSL certificate, HTTPS (Hyper Text Transfer Protocol Secure) appears in the URL and the site displays as “secure.” The details of the certificate can be viewed by clicking on the lock symbol which appears next to the URL in the browser bar.

Sticky navigation – A navigation menu that remains visible and fixed to the same position on a page as the user scrolls.

User experience (UX) – The interaction a user has with an interface. From a planning perspective, the user experience is typically defined in wireframes, but every aspect of the web design and development process—from wireframing and copywriting to design and programming—affects the user experience.

Website audit – A project, often completed before deciding whether to redesign a website, that involves evaluating different aspects of a website, from design and navigation to messaging and SEO.

Website integration – A connection from a third-party app or platform to your website. Examples may include integrating job application forms or a CRM tool like Salesforce with your website.

Wireframe – A visual guide to show the structure and content of a web page without any design elements. This helps to focus on the layout and hierarchy of content, without being distracted by design.

WYSIWYG – Stands for “What You See Is What You Get.” It’s the interface inside a CMS that automatically applies styles to text and graphics and allows the user to see what the content will look like on the front end. This allows marketers to edit content in their website without coding knowledge.

Learning the vernacular

Being familiar with this vocabulary will aid in productive conversations with your website design agency, whether undergoing website maintenance or a complete redesign. While your agency will certainly help you through the process, knowing these words can help make the process smoother and save time and money.

Tags

© 2024 circle S studio Privacy Policy
© 2024 circle S studio Privacy Policy
Subscribe To InsightsSubscribe
Subscribe To Insights

By signing up you are agreeing to our Privacy Policy.