Many academic departments will link to a listing of departmental courses in Banner. The URL looks like:
https://www.banweb.mtu.edu/pls/owa/studev.stu_ctg_utils.p_display_class_facbio?ps_department=EE&PS_STYLE_DEPT=ece&ps_level=UG&ps_faculty=all
The URL includes several parameters that can be customized for each department.
A dashboard for Google Analytics 4 (GA4) data and a Search Engine Optimization dashboard are now available for Omni CMS websites, Michigan Tech Blogs, and Michigan Tech Events Calendar in Looker Studio. In the GA4 dashboard, you will find charts with analytics for:
- Page traffic and users
- Acquisition
- User demographics
- Device information
- 404 hits
- Vanity URLs
- Files and outbound links
- Anchor, call, and email links
- Buttons, cards, and touts
- Accordions
- Pop-ups, forms, and gift box shares
- Header media and image galleries
- Lightboxes (pop-up images)
- Tabs
- Videos
- Search terms
The SEO dashboard provides details on traffic coming from Google Search and how that traffic converts to prospective student leads.
When using URLs on webpages, documents, or other files, it is important to pay attention to the first part of the URL—HTTP or HTTPS. This could apply to hyperlinks, iFrame code, embedded images and videos, etc.
The “s” in HTTPS means that the connection is secure. URLs that use HTTP are not secure and malicious parties could steal the data being sent. They may intercept usernames, passwords, or other information filled out in a form; credit card information; or other personal data. For details on how HTTP and HTTPS work, there’s an easy-to-understand article that explains it using a carrier pigeon example.
Each Omni CMS website is required to have at least one designated web liaison to manage the daily maintenance of the site. The liaison is the main contact for the website for suggested edits, corrections, accessibility, etc. They also manage access requests. When a liaison is not designated, the dean, department head, or chair may be contacted in their place and is able to request access and perform other roles of the liaison.
Redirects are important when webpage URLs change on your website. There are many reasons why this could happen:
- your site’s root folder name may need to change because your department is going through a name change
- you may change the name of a folder or subfolder
- you may move a page, folder, or file
- you may delete a page, folder, or file
When any of these actions occur, it is important that a proper redirect is put into place. This ensures that the old URL continues to work for any users who find it or have it saved.
The following tips are meant to help CMS users with day-to-day maintenance of basic content on their websites.
Paste as Text
If you paste content from a document or email into Omni CMS, you will likely get a bunch of bad code added behind the scenes that will effect how your webpage will look at function. To avoid issues, try clicking the “Paste as Text” button before pasting your content or use the Ctrl + Shift + V key combination.
The negative to pasting as text is that you will have to do some formatting manually (adding bold, adding links, etc). However, this will help to ensure that your website meets brand and accessibility standards and works correctly on all devices.
Headings
Headings play a key role in accessibility requirements and general page usability. It is important to use proper HTML headings instead of bold paragraphs or single lines of text and to not use the heading styling when the content is not a heading. To apply a heading style to a line of text, put your cursor inside of the line of text and then select a heading level from the paragraph dropdown menu in the Omni CMS editor. The same method working in other online applications, such as Google Docs. For text that you want to highlight that is not actually heading content, use the font styles in the Styles dropdown menu of the Omni CMS editor instead.
Alt tags (also known as Image Descriptions or alt text) are a very important for the accessibility of your webpage. Moz does a good job of explaining what alt tags are. Please take a moment to read up on what alt tags are and why they are important. Moz also provides some tips for how to write good ones.
There are many uses for alt tags. The most well-known ones are:
- Screen readers will speak the alt tag of an image for users who cannot see.
- If an image cannot be loaded due to some sort of network or IT error, the alt tag will display instead.
- Alt tags boost search engine rankings and can help your website’s images display in Google search results.
A free service called Google My Business lets small businesses update their search engine listing. This is particularly useful for Michigan Tech departments who focus on sales, who run promotions, who have distinct hours of operations, and/or which attract and serve tourists.
Customizable Content
Google My Business lets you customize various aspects of your business information in Google search results, including:
- Address
- Hours of Operation, including special hours for holidays
- Phone number(s)
- Photos of your business (inside and outside)
- Promotions/Sales
- Website
Today we’re launching our new headers and footers. For many years now, we’ve offered our headers and footers as iframe codes, which worked well, until our new template came along in 2016. The new brand brought in different dimensions, styling, and navigation. This caused us a bit of trouble as the new dimensions and functionality would not work with the iframe setup found across various Tech-associated properties. This led us to seek out a new, long-term approach for headers.
Problem
Iframes are an easy way to embed pieces of content from other websites. However, they are limited in their integration with subpages. Our main issue dealt with height: all iframes were locked at 100px high. Whereas the new header changes in height depending on navigation type, and if the header is loaded on a mobile device. The same issues were found on the footer as well; the footer iframes simply can’t show enough detail, leading to contact information and other relevant links being cut off.
Solution
Use JavaScript! The new headers and footers are built with JavaScript which solves the issues mentioned above. The new headers allow you to have our horizontal navigation found throughout Tech’s site; you can pull in navigation from the CMS or build your own. Customize the navigation font size, the header type (same as before: mini, logo-only, full), custom search location, and to follow Tech’s main template: fixed header to stick to the top. Footers ship with the default contact information for the university, but information from a CMS site or custom contact information can be fed in.
Integration
Set up your new header or footer starting here. Then, copy the HTML/JavaScript snippet into where the banner(s) should show on your page. If you used our iframes in the past, you can just replace the iframes with your new snippets. And that’s it! Nothing difficult, but now you have a header or footer that follows the same style and technical build of the CMS banners. If you have any questions, please feel free to email cmshelp@mtu.edu.
There has been some confusion over what our CMS does and does not back up as a part of its revision process, so the purpose of this blog post is to clarify things. This information is accurate for both Percussion Rhythmyx and Omni CMS.
Content Backups
Enterprise Content Management Systems store pieces of content. You have a Generic Page which stores the meat of your webpage’s content. However, there is more. Think of a sidebars and sliders (Highlights). Images. And navigation—made up of Navons. There are also Files. Maybe some Script items or Personnel Information items. All told, any given webpage is made up of 50-100 total individual items.
Any CMS does a good job of keeping track of revisions for these items. Each revision is basically a backup of that individual piece of content. As long as an item is not deleted (purged), we will have a history for that item. If the item is deleted, then its revision history is also deleted.