Skip to content
Menu
  • Web Design Business
  • Web design Fundalmentals
City Kitty Design

Advisors Here Are the Website Design Terms You Need to Know

Posted on November 22, 2017


Advisors Here Are the Website Design Terms You Need to Know
You’re a financial advisor, meaning that you know a lot more about finance than I do. And we’re a group of web designers and we know a lot more about web design than you do. So it’s ok if you don’t know what every web design term means.
But don’t worry, we’ve created a basic dictionary of some of the most used web design terms out there just for you. (For more from Advisor Websites, see: 3 Examples of What a Great Advisor Website Looks Like.)
1. 301 Redirect
A 301 redirect is a method for moving a web page to a new location. When would you use this? Let’s say that for the last five years your website domain name has been BestFinancialAdvisor.com, but now you want it to be UltimateFinancialAdvisor.com. You would use 301 redirect to tell web browsers that whenever someone types in BestFinancialAdvisor.com to instead take you to UltimateFinancialAdvisor.com.
2. Above the Fold
Above the fold is the section of a webpage that is immediately visible in a browser when it loads and doesn’t require scrolling. So make sure that any content you have above the fold of your website will leave a great first impression on the viewer.
3. ALT Attribute
Alt attributes describe the function of each image you have on your website. This helps Google determine what the image is and the topic of surrounding text. Hover your cursor over this image of the Advisor Websites logo to see an example of an alt text.

(Alt-text: Advisor-Websites-Force-Logo.png. Make the alt text say, hey there! This is an image of the Advisor Websites logo to show what an alt text is like, this will help with SEO).
4. Call to Action
A call to action (CTA) is used to ask viewers to perform a specific action. Text, images, banners, or buttons used in a persuasive tone are call-to-actions. For examples, you can check out our latest ebook.

5. Cookies
A cookie is a very small file that’s stored on your computer from a specific website. Each time you visit that website, your browser sends codes to the website. Don’t worry cookies do not usually contain anything dangerous or personal information. Why would cookies be useful to you? The data from cookies can tell you who visited your website, how often they visit, what parts of the website they visit the most, and their preferences. (For more from Advisor Websites, see: Why Advisors Need to Be Wary of Non-Responsive Websites.)
6. Color Scheme
Color scheme is the choice of colors you use throughout your webpage. You want them to be consistent, especially with your logo.
7. Conversion
A conversion is a measurable action. This could be a prospect signing up for your email newsletter, completing a contact form, or downloading an ebook.
8. GIF
GIF (pronounced jif) stands for graphics interchange format. Or in English: a file that is animated by combining several moving images. Here is an example of a gif:

9. Meta Tag
Meta tags contain information about a web page. The purpose of a meta tag is to help search engines

Recent Posts

  • How to Hire a Web Designer: 5 Steps
  • 5 Benefits Of Hiring Professional Web Design Companies
  • 8 tips for hiring a Web designer for your business
  • Top 5 Tips for Choosing a Web Designer
  • 7 Qualities of a Great Website

RSS Web Design News

  • Specify Node Versions with .nvmrc August 9, 2022
    I’ve heavily promoted nvm, a Node.js version manager, over the years. Having a tool to manage multiple versions of a language interpreter has been so useful, especially due to the complexity of Node.js package management. One tip I like to give new developers is adding a .nvmrc file to their repositories. The file contents is […]
  • How to Inject a Global with Web Extensions in Manifest V3 August 8, 2022
    For those of you not familiar with the world of web extension development, a storm is brewing with Chrome. Google will stop support for manifest version 2, which is what the vast majority of web extensions use. Manifest version 3 sees many changes but the largest change is moving from persistent background scripts to service […]
  • How Plugins Enhance The WYSIWYG Editing Experience (Sponsored) August 2, 2022
    WYSIWYG editors are one of the core components of any content management system (CMS). A well-coded, feature-filled WYSIWYG HTML editor can distinguish between a CMS users love and one they can’t stand.  While all WYSIWYG editors have a set of basic functionality, the power of plugins enhances the editing experience. Plugins allow WYSIWYG editors to […]
  • JavaScript Event.defaultPrevented July 27, 2022
    Whether you started with the old on_____ property or addEventListener, you know that events drive user experiences in modern JavaScript. If you’ve worked with events, you know that preventDefault() and stopPropagation() are frequently used to handle events. One thing you probably didn’t know: there’s a defaultPrevented proptery on events! Consider the following block of code: […]
  • 7 Ways to Optimize Performance for Your WordPress Site (Sponsored) July 18, 2022
    The vast majority of blogs, news websites, and information websites run on WordPress. While the WordPress developer team and community do their best to ensure wordPress is performant, there are a number of practices you can implement to keep your site blazing fast. Let’s look at some of them! Use Cloudinary WordPress Plugin for Media […]
  • How to Get Extension Manifest Information July 10, 2022
    Working on a web extension can be kinda wild — on one side you’re essentially just coding a website, on the other side you’re limited to what the browser says you can do in the extension execution environment. One change in that environment is coming January 2023 — pushing extensions to move to manifest version […]
  • How to Reverse an Animated GIF June 23, 2022
    Modifying visual media via code has always been a fascination of mine. Probably because I’m not a designer and I tend to stick to what I’m good at. One visual effect I love is seeing video reversed — it provides a sometimes hilarious perspective on a given event. Take this reversed water effect for example: […]
  • CSS :optional May 22, 2022
    A decade ago HTML and CSS added the ability to, at least signal, validation of form fields. The required attribute helped inform users which fields were required, while pattern allowed developers to provide a regular expression to match against an ‘s value. Targeting required fields and validation values with just CSS and HTML was very […]
  • Get a Random Array Item with JavaScript May 9, 2022
    JavaScript Arrays are probably my favorite primitive in JavaScript. You can do all sorts of awesome things with arrays: get unique values, clone them, empty them, etc. What about getting a random value from an array? To get a random item from an array, you can employ Math.random: const arr = [ "one", "two", "three", […]
  • Legacy String Methods for Generating HTML April 26, 2022
    I’m always really excited to see new methods on JavaScript primitives. These additions are acknowledgement that the language needs to evolve and that we’re doing exciting new things. That being said, I somehow just discovered some legacy String methods that you probably shouldn’t use but have existed forever. Let’s take a look! These legacy string […]
©2022 City Kitty Design