About CSUCI Search
Table of Contents
General FAQ
What is CSUCI Search?
CSUCI Search enables visitors to the CSUCI web site to quickly locate official web sites and documents that exist within the csuci.edu internet domain.
CSUCI Search is powered by Google hardware and software technology, and is hosted by the Chancellor's Office of the California State University. CSUCI shares the use of CSU-leased Google hardware with the Chancellor's Office and the 22 other campuses in the CSU system.
How do I use CSUCI Search?
To use CSUCI search, simply type a word or phrase into the "Search" text box at the top of any official CSUCI web page and click the "Search" button.This will return a list of pages which most closely match your search term.
I received too few/too many matches for a given search term. How do I expand/narrow my search results?
You can use the same search commands used by Google to narrow or refine a search.
By default, all of the words in your search query are combined using AND logic. For example, a search for "biology courses for 2009" would be interpreted by as a search for "biology AND courses AND 2009".
Common words like "the", "a" and "for" are usually ignored by CSUCI search.
To expand your search results:
- Add fewer terms to your search: for example, calendar 2009 will likely return more results than academic calendar fall 2009
- Use "OR" in all-caps to find one of several words (e.g., annual report 2007 OR 2008 OR 2009)
To narrow your search results:
- Use double quotes: double quotes around a set of words will search for exact matches of a specific phrase (e.g., "four score and seven years ago")
- Add more terms to your search: for example, type: academic calendar for 2009 instead of calendar
- Use the "site" attribute: this will limit search results to a specific web site domain (e.g., databases site:library.csuci.edu)
- Use a minus sign in front of terms you want to exclude (e.g., calendar -academic -payroll)
More tips to improve your search queries can be found on the Google Help site.
What kinds of documents are indexed by CSUCI Search?
CSUCI Search indexes documents which end in the following file name extensions:
- .htm/.html
- .asp/.aspx
- .doc
- .xls
- .ppt
- .pdf
How frequently are web pages added (or re-checked) by CSUCI Search?
The CSUCI is re-indexed every 2-3 calendar days. New sites that have been added or changed will appear in the search results in that time frame. CSUCI has no way to increase the frequency of re-indexing; this is a system setting of the Google search.
I sometimes see a "Keymatch" link at the top of a search results page. What is this?
"Keymatch" results are created from a list of the 250 most popular web site searches. The "Keymatch" list of search terms is maintained manually by Information Technology and Communication & Marketing staff.
Are there any web sites that are not indexed by CSUCI search?
In order to improve searchability of key pages and as well as systemwide limitations on the number of pages that can be searched, CSUCI Search results do not include:
- Any student web site (studentwebs.csuci.edu)
- Student club web sites (studentclubs.csuci.edu)
- Personal faculty or staff web sites (faculty.csuci.edu or staff.csuci.edu)
-
Where can I find directory information (i.e., campus contact information)?
Unfortunately, CSUCI Search doesn't provide searchability for people on campus. Try using the CSUCI Directory instead.
I'm still having problems finding the information I need. Who can I contact?
Try these 3 options first:
- Change your search terms. You may need to add additional words, to take steps to narrow your search results.
- Try the A-Z Index. The A-Z Index provides an alphabetical list of web sites for official campus organizations.
- Fill out the Contact Us form to request information. This form will be directed electronically to the appropriate campus personnel to answert your question.
If these three steps don't help you locate the information you're looking for, contact the Help Desk at helpdesk@csuci.edu. Your request will be reviewed by Information Technology staff and will be directed to appropriate campus personnel to assist you with locating information.
I have some other questions about search engine use or optimization. Who can I contact?
Please contact the Help Desk at helpdesk@csuci.edu for further assistance.
Web Developers FAQ
This section addresses common questions for web site content editors, designers, and programmers.
DEVELOPERS NOTE: please read all of the information in the Search Users FAQ first, which answers many general questions about CSUCI search.
What determines the ranking of my page in the CSUCI Search results?
The exact algorithm used to determine the page rank of results pages is a closely-guarded secret for web search providers, including Google. A Google employee acknowledged in a 2007 NY Times article that there are over 200 criteria used to determine a page's rank.
Independent research has shown at least 7 known criteria impact the rank in search results:
- Level of web page accessibility. Web pages that are accessible per CSU ATI requirements comply with modern web standards and format content using semantic HTML markup.
- Number of meaningful keywords present in file name and URL.
- Number of meaningful keywords in document "title" tag. The "title" is what is displayed as the main clickable link in search results.
- Number of meaningful keywords in document metadata.
- Number of meaningful keywords in the page body text.
- Number of highly ranked page which link TO a document . Research has shown that pages that are already highly ranked (i.e., top 10) in search engine results for a given term will improve the rank of any pages they link to. This has lead to "link exchange" techniques practiced and used by SEO companies to improve search results.
- Page does not contain search engine spamming/tricks. Modern search technology is very sophisticated, and may ignore documents that try to artificially improve ranking through spamming techniques or other tricks.
Why don't I see my web page listed in the search results?
Your web page probably hasn't been added to the search results for several reasons:
- Your page is not linked from another official CSUCI web page. Make sure that there is at least ONE page on the CSUCI web site that has a link to your page.
- Your page exists on an unsupported web domain. CSUCI Search only can search specific domain names which end in csuci.edu. Certain domains within csuci.edu are also not indexed; click to read more.
- Your new page hasn't been indexed yet. If it is a new page, it could take 2-3 days for it to appear in the general search results.
- Your page uses an unsupported file type. Only a small set of text-based file types are indexed; these include pages that end in the following file extensions:
- .htm/.html
- .asp/.aspx
- .doc
- .xls
- .ppt
- .pdf
- .swf
- CSUCI Search has exceeded its document count limits. CSUCI Search has limits for the total number of documents it can index. The service is meant to provide searchability to the most popular and frequently accessed pages. Please contact the Help Desk at helpdesk@csuci.edu if you suspect this issue.
How do I improve my web site's position on the CSUCI Search results?
The process of improving the searchability of a web site is called search engine optimization (or SEO for short).
Developers should take these 7 steps to optimize searchability and improve their rank in search results:
- Make your web accessible. Web pages that are accessible per CSU ATI requirements comply with modern web standards and format content using semantic HTML markup.
- Use good file names. A search-engine-friendly file name would have these characteristics:
- Doesn't contain spaces (e.g., "academiccalendar.htm" instead of "academic calendar.htm")
- Uses dashes instead of spaces, underscores or other separating characters (e.g., "events-calendar.htm" instead of "events_calendar.htm")
- Contains complete words that are relevant to the page content, not cryptic acronyms or abbreviations (e.g., "schedule-of-classes-2009.htm" instead of "schedclas09.htm"
- Use good title information. On a web page, this means having meaningful keywords relating to your web page in the <title> element. In a Microsoft Office or Adobe Acrobat document, this means having a meaningful title in the "Title" document metadata.
- Add metadata fields to your web documents. On a web page, this means adding <meta> elements for both "keywords" and "description" types, which respectively should contain meaningful keywords and a short description of your web site. In a Microsoft Office or Adobe Acrobat document, this means having a meaningful keywords in the "Keywords" and "Description" fields of the document metadata.
- Link to your page from other high-ranked pages. Research has shown that pages that are already highly ranked (i.e., top 10) in search engine results for a given term will improve the rank of any pages they link to. This has lead to "link exchange" techniques practiced and used by SEO companies to improve search results.
- Don't "overdo" or blatantly try to trick a search engine. Modern search technology is very sophisticated, and can detect pages that attempt to artificially improve their ranking through techniques such as metadata overload and overembedding of keywords in page body text.
- If appropriate, request a Keymatch. Keymatch results will position your search result at the top of the list. Please note that new Keymatches will only be configured for extremely popular or timely content, and must be appropriate. Please contact the Help Desk at helpdesk@csuci.edu to request a new Keymatch.
How do I get my web site listed by the public Google search?
If you are creating an official CSUCI web site, as long as it is linked from one or more CSUCI web pages, it will likely automatically appear within 15 days. Aside from paying for advertising, there is no way to improve the frequency of index of public web pages by Google.
How do I remove web content or a web site from CSUCI Search?
Please contact the Help Desk at helpdesk@csuci.edu for assistance.
How do I remove my web site from the Google public search?
Start by reviewing the
instructions for how to remove content from Google search results. Please contact the Help Desk at
helpdesk@csuci.edu if you require further assistance.
How can I find out what keywords or phrases are most frequently searched through CSUCI Search?
Please contact the Help Desk at
helpdesk@csuci.edu. Web Services staff can provide a list of the top search results for a given time period by request.
Why does my page not appear as a "Keymatch"?
The Keymatch results were initially populated through a manual review of the top 250 search terms of the CSUCI web site. New keymatches are added by Information Technology and Communication and Marketing staff as appropriate when new web sites are created or existing web sites are modified. Keymatch terms are are reviewed periodically for accuracy by IT and Communications & Marketing.
How do I add a new "Keymatch" link to CSUCI Search?
Please contact the Help Desk at helpdesk@csuci.edu. Information Technology staff will contact you about your requirements and evaluate your request. Addition of new Keymatches must be appropriate and are created at the discretion of the Supervisor of Web Services and the Director of Communication & Marketing.
Why is the "Keymatch" link to my web site missing?
First, be sure that you had placed a request for a Keymatch to be added to CSUCI Search; this should be done by contacting the Help Desk.
If a previous "Keymatch" link was working correctly and it is no longer functioning, please contact the Help Desk at helpdesk@csuci.edu for further assistance.
Can I have my directory information (i.e., campus contact information) added to CSUCI Search?
Unfortunately, CSUCI Search doesn't provide searchability for people on campus. You will need to update your information in the CSUCI Directory instead; please visit the CSUCI Directory page for more information.
Some web sites provide contact information for their staff; while this is a good practice, providing and updating that information is up to the discretion of the web site owner.
I have some other questions about search engine use or optimization. Who can I contact?
Please contact the Help Desk at helpdesk@csuci.edu for further assistance.
Last updated: 2009-04-13