$(function() {
    $(".index-seo-placeholder").replaceWith($(".index-seo").html());
    $(".index-seo").remove();
});
