{"id":383,"date":"2012-10-30T13:18:37","date_gmt":"2012-10-30T20:18:37","guid":{"rendered":"http:\/\/pln.lanecc.net\/webteam\/?p=383"},"modified":"2012-10-30T13:18:37","modified_gmt":"2012-10-30T20:18:37","slug":"where-do-visitors-go","status":"publish","type":"post","link":"https:\/\/blogs.lanecc.edu\/webteam\/2012\/10\/30\/where-do-visitors-go\/","title":{"rendered":"Where do visitors go?"},"content":{"rendered":"<p>One of our goals for this redesign has been to simplify the website navigation for our\u00a0 visitors. We&#8217;re taking a three pronged approach:<\/p>\n<ol>\n<li>Reduce the number of pages on the site<\/li>\n<li>Unify navigation<\/li>\n<li>Simplify entry page navigation<\/li>\n<\/ol>\n<p>The first one is the most rewarding &#8211; we&#8217;re getting rid of pages. So far, we&#8217;ve cut 5920 pages by either deleting or moving them to a separate archive site. Hopefully we&#8217;re narrowing the focus of our site and reducing the number of links that would take you away from what you&#8217;re looking for.<\/p>\n<p>The second two approaches are much harder, and will be the focus of this post. Both require a pretty serious knowledge of where people go our our website, as well as what people are looking for. The first place we&#8217;ll look for this data is our own internal search traffic, which we <a href=\"http:\/\/lanecc.edu\/kyledev\/d3\/\">graphed<\/a> a <a title=\"Search Visualization\" href=\"http:\/\/pln.lanecc.net\/webteam\/2012\/07\/17\/search-visualization\/\">few posts ago<\/a>. That gives us 50,000 searches for 3700 different terms over the last three months. We&#8217;ll scale it by a factor of 4 to get an estimate of what traffic looks like over the year.<\/p>\n<p>Our second source is much bigger, 1,000,000 searches on Google for 500 different terms. We can immediately throw out the 83% that are people searching for the Lane homepage. Then we can combine similar searches: in addition to obvious misspellings, like &#8220;Modle&#8221; and &#8220;Moodle&#8221;, there&#8217;s terms like &#8220;fall classes&#8221; and &#8220;spring classes&#8221; that are really just searches for &#8220;schedule&#8221;. It&#8217;s important to combine the right things &#8211;\u00a0 if we combine too many terms, we&#8217;re losing an opportunity to provide a more direct link to a resource. But if we combine too few, then our rankings might not be right.<\/p>\n<p>When we&#8217;re all done, we can combine the Google searches with the internal searches, which leaves us with 278 different search terms. Here&#8217;s the top ten:<\/p>\n<table border=\"0\" cellspacing=\"0\">\n<tbody>\n<tr>\n<td align=\"LEFT\" height=\"17\"><strong>Search Term<\/strong><\/td>\n<td style=\"text-align: right\" align=\"LEFT\"><strong>Google<\/strong><\/td>\n<td style=\"text-align: right\" align=\"LEFT\"><strong>Internal<\/strong><\/td>\n<td style=\"text-align: right\" align=\"LEFT\"><strong>Total<\/strong><\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"16\">staff directory<\/td>\n<td align=\"RIGHT\">8569<\/td>\n<td align=\"RIGHT\">7832<\/td>\n<td align=\"RIGHT\">16401<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"17\">mylane<\/td>\n<td align=\"RIGHT\">14196<\/td>\n<td align=\"RIGHT\">1520<\/td>\n<td align=\"RIGHT\">15716<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"17\">moodle<\/td>\n<td align=\"RIGHT\">12314<\/td>\n<td align=\"RIGHT\">1756<\/td>\n<td align=\"RIGHT\">14070<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"16\">map<\/td>\n<td align=\"RIGHT\">7934<\/td>\n<td align=\"RIGHT\">5944<\/td>\n<td align=\"RIGHT\">13878<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"16\">testing<\/td>\n<td align=\"RIGHT\">4036<\/td>\n<td align=\"RIGHT\">6384<\/td>\n<td align=\"RIGHT\">10420<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"16\">library<\/td>\n<td align=\"RIGHT\">6326<\/td>\n<td align=\"RIGHT\">2928<\/td>\n<td align=\"RIGHT\">9254<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"16\">jobs<\/td>\n<td align=\"RIGHT\">6594<\/td>\n<td align=\"RIGHT\">2148<\/td>\n<td align=\"RIGHT\">8742<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"16\">nursing<\/td>\n<td align=\"RIGHT\">3403<\/td>\n<td align=\"RIGHT\">5252<\/td>\n<td align=\"RIGHT\">8655<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"16\">downtown center<\/td>\n<td align=\"RIGHT\">5791<\/td>\n<td align=\"RIGHT\">292<\/td>\n<td align=\"RIGHT\">6083<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"16\">express lane<\/td>\n<td align=\"RIGHT\">2631<\/td>\n<td align=\"RIGHT\">3312<\/td>\n<td align=\"RIGHT\">5943<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Our next step is to look at our actual page views. That&#8217;ll let us validate our search traffic, and tell us where our current navigation works. If a page is getting visited a ton, and no one is searching for it, then we did something right&#8230; right?<\/p>\n<p>We&#8217;ll look at our 500 most popular URLs. Once again, our first step will be to combine them where appropriate, a job made somewhat more difficult since we&#8217;ve been switching URLs around as we move into Drupal. We&#8217;ll also look out for things that unfairly influence our page counts. For example, some of the computers on campus automatically open to the computer labs landing page &#8211; 65% of the page views on that page are &#8220;entrances&#8221;, meaning it was the first page viewed. To account for this, we&#8217;ll subtract the number of entrances, minus the number of times &#8220;computer labs&#8221; was searched (searches also generate entrances, and we don&#8217;t want to discount those). Our page views will now be:<\/p>\n<blockquote><p>Views = Views &#8211; (Entrances &#8211; Traffic from Search)<\/p><\/blockquote>\n<p>Sadly, that&#8217;s a real pain to calculate due to how our data is set up. But we have a pretty good idea of where this is applicable, so I&#8217;ll hand calculate it on the half dozen pages where it&#8217;s needed.<\/p>\n<p>When we&#8217;re done, here&#8217;s our 10 most popular pages:<\/p>\n<table border=\"0\" cellspacing=\"0\">\n<tbody>\n<tr>\n<td align=\"LEFT\" height=\"17\"><strong>Page<\/strong><\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"LEFT\"><strong>Pageviews<\/strong><\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"16\">\/schedule\/<\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"RIGHT\">1560548<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"17\">\/collegecatalog\/<\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"RIGHT\">196972<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"16\">\/library\/<\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"RIGHT\">148587<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"17\">\/explanestaff\/<\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"RIGHT\">144550<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"17\">\/calendars\/academic.html<\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"RIGHT\">112589<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"16\">\/counseling\/steps-new-students-enroll-credit-classes<\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"RIGHT\">94353<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"17\">\/collegecatalog\/career-and-technical-programs<\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"RIGHT\">93282<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"17\">\/testing\/placementtest.htm<\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"RIGHT\">91167<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"17\">\/esfs\/admissions<\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"RIGHT\">89131<\/td>\n<\/tr>\n<tr>\n<td align=\"LEFT\" height=\"17\">\/es\/students.html<\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"LEFT\"><\/td>\n<td align=\"RIGHT\">83761<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>I&#8217;d rather use unique pageviews, to see what pages are important to people, rather than the pages visited most, but unique pageviews are impossible to accurately combine. But we&#8217;re really just doing a back of the envelope calculation here, just finding a starting point for our navigation. We&#8217;ll perfect it as we look at how people interact with the website after the launch of the new design.<\/p>\n<p>At a quick glance, we see some differences between here and the search data set. But that&#8217;s somewhat explained by looking at the pages people go to while applying for admission &#8211; the steps to enroll and \/esfs\/admissions. It seems people don&#8217;t search for the application, they search for the institution, then apply. But overall, there&#8217;s a good deal of overlap in our two data sets. That&#8217;s good &#8211; it means our search data is a fairly valid representation of what people look for on our website.<\/p>\n<p>As part of the new design, we&#8217;ll be adding landing pages for each of our visitor types. Students, Employees, Future Students, and Community Members will all have a page full of relevant links and information. Since each of those pages will be linked from the homepage, we can create a goal: within two clicks of the homepage you should be able to access all of the pages that account for at least 85% of our page views. Put another way, if you land on the Lane homepage, there should be an 85% chance of getting you where you want to be with only two clicks of the mouse.<\/p>\n<p>In addition to the landing pages, we&#8217;ll also have a dedicated Mega Menu on all of our pages on all of our sites. Since there isn&#8217;t as much real estate to work with, we can&#8217;t have quite as many links. But we&#8217;ll also need to use all of the data we&#8217;ve collected to build these links with the same goal &#8211; the pages people need should be easily accessible.<\/p>\n<p>Unfortunately, now we&#8217;ve reached the point where things get a little more subjective.<\/p>\n<ul>\n<li>Some of these links aren&#8217;t relevant for some of our visitors. Most new students don&#8217;t really care about staff instructions for accessing email.<\/li>\n<li>There&#8217;s still grouping to do. We can&#8217;t link to each department, but we can link to a department listing. There&#8217;s a couple options for this.<\/li>\n<li>Some pages, like guest lecturer information, were only relevant this last year.<\/li>\n<li>We need to consider marketing needs. There&#8217;s often a program or event that we&#8217;re trying to advertise to campus. We cannot ignore this need &#8211; it&#8217;s how new programs are discovered.<\/li>\n<li>There&#8217;s some things that aren&#8217;t links that need to be added to those pages. One example would be announcements about things like financial aid deadlines. We need to get that information out, but it won&#8217;t show up in either of our data sources.<\/li>\n<\/ul>\n<p>In order to avoid any bias from me, I&#8217;ll convene a group of people to dig through this data a bit more and build our links and menu using both the search data and the list of popular pages.. When we&#8217;re done, it&#8217;ll be time to start testing. Expect updates then!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of our goals for this redesign has been to simplify the website navigation for our\u00a0 visitors. We&#8217;re taking a three pronged approach: Reduce the number of pages on the site Unify navigation Simplify entry page navigation The first one is the most rewarding &#8211; we&#8217;re getting rid of pages. So far, we&#8217;ve cut 5920 &hellip; <a href=\"https:\/\/blogs.lanecc.edu\/webteam\/2012\/10\/30\/where-do-visitors-go\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Where do visitors go?&#8221;<\/span><\/a><\/p>\n","protected":false},"author":43,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":"","_wpscppro_dont_share_socialmedia":false,"_wpscppro_custom_social_share_image":0,"_facebook_share_type":"","_twitter_share_type":"","_linkedin_share_type":"","_pinterest_share_type":"","_linkedin_share_type_page":"","_instagram_share_type":"","_medium_share_type":"","_threads_share_type":"","_google_business_share_type":"","_selected_social_profile":[],"_wpsp_enable_custom_social_template":false,"_wpsp_social_scheduling":{"enabled":false,"datetime":null,"platforms":[],"status":"template_only","dateOption":"today","timeOption":"now","customDays":"","customHours":"","customDate":"","customTime":"","schedulingType":"absolute"},"_wpsp_active_default_template":true},"categories":[3,5],"tags":[11,17],"class_list":["post-383","post","type-post","status-publish","format-standard","hentry","category-drupal","category-technical","tag-geek","tag-stats"],"_links":{"self":[{"href":"https:\/\/blogs.lanecc.edu\/webteam\/wp-json\/wp\/v2\/posts\/383","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.lanecc.edu\/webteam\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.lanecc.edu\/webteam\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.lanecc.edu\/webteam\/wp-json\/wp\/v2\/users\/43"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.lanecc.edu\/webteam\/wp-json\/wp\/v2\/comments?post=383"}],"version-history":[{"count":0,"href":"https:\/\/blogs.lanecc.edu\/webteam\/wp-json\/wp\/v2\/posts\/383\/revisions"}],"wp:attachment":[{"href":"https:\/\/blogs.lanecc.edu\/webteam\/wp-json\/wp\/v2\/media?parent=383"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.lanecc.edu\/webteam\/wp-json\/wp\/v2\/categories?post=383"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.lanecc.edu\/webteam\/wp-json\/wp\/v2\/tags?post=383"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}