Title
The Ohio State University
Length : 25
Perfect, your title contains between 10 and 70 characters.
Description
Discover Ohio State, the highest ranked public university in Ohio, is home to the Wexner Medical Center and world-class graduate and undergraduate programs.
Length : 156
Great, your meta description contains between 70 and 160 characters.
Keywords
OSU, Ohio State, Ohio State University, The Ohio State University, Big 10, Buckeyes, College, University, Scarlet and Gray, Ohio
Good, your page contains meta keywords.
Og Meta Properties
Good, your page take advantage of Og Properties.
Property
Content
type
article
url
https://www.osu.edu/
site_name
The Ohio State University
image
https://www.osu.edu/assets/web/logo-web/TheOhioStateUniversity-Stacked.jpg
image:height
630
image:width
1200
title
The Ohio State University
description
Discover Ohio State, the highest ranked public university in Ohio, is home to the Wexner Medical Center and world-class graduate and undergraduate programs.
image:secure_url
https://www.osu.edu/assets/web/logo-web/TheOhioStateUniversity-Stacked.jpg
image:type
image/jpeg
Expand
Collapse
Headings
H1
H2
H3
H4
H5
H6
2
14
0
1
0
0
[H1] The Ohio State University
[H1] Media modal
[H2] Emergency alert message
[H2] Ohio State nav bar
[H2] Safe and Healthy Return
[H2] Together As Buckeyes
[H2] Future Buckeye resources
[H2] Instagram Page @theohiostateuniversity
[H2]
News
[H2] Popular
[H2] Popular for Current Students
[H2] Around Campus
Maps
[H2] O-H-I-O!
Share Your Pride
[H2] Across the State
[H2] Download Ohio State apps
[H2] Tweets will return momentarily.
[H4] ').text('Thank you for subscribing')
.appendTo($thanks);
$('').text('Look for Ohio State Insights in your inbox this week.')
.appendTo($thanks);
$('').addClass('no-bot')
.text('Ready to immerse yourself in inspiring, engaging content right now? ')
.append($moreLink)
.appendTo($thanks);
$('#nl_form').fadeOut('fast', function() {
$(this).empty().append($thanks).fadeIn('fast');
});
},
error: function(xhr) {
var messages = ["An error occurred during your subscription request."],
errors = xhr.responseJSON;
if (errors instanceof Array) {
messages = [];
for (var i in errors) {
messages.push(errors[i].title);
}
}
$form.find('.input-group').addClass('has-error');
$form.find('#newsletter_help').text(messages.join(', '));
arguments.callee.started = false;
}
});
e.preventDefault();
});
});
$(function() {
$("#buckeye_alert").buckeyeAlert({
messageClass: "container"
});
});
$(function() {
// Init feature carousel, choose a random starting slide
var $featureSlides = $('#featureCarousel .carousel-inner .item')
if ($featureSlides.length > 0) {
var activeFeatureSlide = Math.floor(Math.random() * $featureSlides.length);
$featureSlides.removeClass('active');
$featureSlides.eq(activeFeatureSlide).addClass('active');
}
$('#featureCarousel').carousel();
/* Change text on menu button click */
/* Probably introduces bugs */
$('#menubutton').on('click', function(e) {
var t = $(e.currentTarget).attr('aria-expanded');
if(t == 'true') {
$('.main-menu-status').text('Menu');
} else {
$('.main-menu-status').text('Close Menu');
}
});
$('img[usemap]').rwdImageMaps();
var accordionSetup = function() {
if (document.documentElement.clientWidth < 768) {
$('.desktop.accordion .accordion-section-content').hide();
$('.accordion').removeClass('desktop').addClass('mobile');
$('.accordion-section-title').unbind().click(function(e) {
// Grab current anchor value
var currentAttrValue = $(this).attr('href');
if($(e.target).is('.active')) {
$('.mobile.accordion .accordion-section-title').removeClass('active');
$('.mobile.accordion .accordion-section-content').slideUp(300).removeClass('open');
}else {
$('.mobile.accordion .accordion-section-title').removeClass('active');
$('.mobile.accordion .accordion-section-content').slideUp(300).removeClass('open');
// Add active class to section title
$(this).addClass('active');
// Open up the hidden content panel
$('.mobile.accordion ' + currentAttrValue).slideDown(300);
}
e.preventDefault();
});
} else {
$('.accordion').addClass('desktop').removeClass('mobile');
$('.accordion .accordion-section-content').show();
}
}
accordionSetup();
$(window).on("resize",function(){
if (typeof doit !== 'undefined') {
clearTimeout(doit);
}
var doit = setTimeout(accordionSetup, 700);
});
});
function showNPMenu(){
$('ul', this).removeClass('osu-semantic')
.slideDown('fast');
}
function hideNPMenu(){
var fu = $('ul', this);
fu.slideUp('fast',function(){
fu.addClass('osu-semantic')
.slideDown(0);
});
};
$(function() {
$('a.device-specific').each(function() {
if (( navigator.userAgent.match(/(iPad|iPhone|iPod)/g) ? true : false ) && ($(this).data().iosUrl)) {
var url = $(this).data().iosUrl;
$(this).attr('href', url)
}
else if ((navigator.userAgent.match(/(Android)/g) ? true : false ) && ($(this).data().androidUrl)) {
var url = $(this).data().androidUrl;
$(this).attr('href', url);
}
});
});
{{#assets}}
{{/assets}}
{{formatted_title}}
{{formatted_description}}
{{{content}}}
{{formatted_published_at}}
function showNPMenu(){
//console.log('show');
//$('ul', this).slideDown(200);
$('ul', this).removeClass('osu-semantic')
.slideDown('fast');
}
function hideNPMenu(){
var fu = $('ul', this);
//http://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/
//console.log('hide');
// $('ul', this).slideUp(200);
fu.slideUp('fast',function(){
fu.addClass('osu-semantic')
.slideDown(0);
});
//console.log('hide');
};
//var localURL = window.location.href;
var localURL = document.location.hostname;
popService = {
//navLi: $(".navPop li"),
run : function(text,head,navItem){
//$(navItem).addClass("active");
head.fadeOut("slow", function(){
$(this).html('Popular: '+text);
$(this).fadeIn("fast");
});
$.ajax({
url: "assetsDB/site/php/popularity/cloud.php",
type: "GET",
data: {pop : text},
dataType: "html",
success: function(data,navItem){
$('#link_cloud').fadeOut("slow", function(){
$(this).replaceWith(data);
$(this).fadeIn("slow");
$(this).attr('role', 'alert');
});
}
});
}
};
mediaMagnet = {
run : function() {
var template = document.getElementById('item-template').innerHTML;
$('#mr-news-feed').hide();
/* removed &tags=promoted and &per_page=3 from mm query adding promoted logic in the processing of items */
var promotedItems = 1;
// $.getJSON('https://mediamagnet.osu.edu/api/v1/items.json?entity_id=16&channel_id=114&channel_type=rss', function(data) {
$.getJSON('https://mediamagnet.osu.edu/api/v1/items.json?entity_id=16&channel_id=599&channel_type=rss', function(data) {
console.log(data.items);
$.each(data.items, function(idx, item) {
// if( $.inArray('promoted', item['tags'] ) > -1 && promotedItems
Expand
Collapse
Images
We found 19 images on this web page.
5 alt attributes are empty or missing. Add alternative text so that search engines can better understand the content of your images.
Text/HTML Ratio
Ratio : 12%
This page's ratio of text to HTML code is below 15 percent, this means that your website probably needs more text content.
Flash
Perfect, no Flash content has been detected on this page.
Iframe
Too Bad, you have Iframes on the web pages, this mean that content in an Iframe cannot be indexed.