带SEO URL的Google自定义搜索

时间:2011-12-11 15:18:35

标签: seo submit

我将这个搜索引擎加入我的网站

<form action="/apps/search/" name="g_search" id="cse-search-box" method="post">
    <input type="hidden" name="cof" value="FORID:11;NB:1" />
    <input type="hidden" name="ie" value="utf-8" />
    <input type="text" autocomplete="off" name="google_seach" class="search-text" onfocus="searchtext('focus')" onblur="searchtext('blur')" />
    <label style="color:#796b6b;float:left;padding:0;">|</label>
    <input type="submit" style="float:right;margin-top:3px;cursor:pointer;width:16px;height:16px;background:url(/template/img/main/search-icon.jpg);border:none;" value="" alt="Αναζήτηση" title="Αναζήτηση" />
</form>

现在我想要一些代码来搜索结果页面。某些帖子请求来自一个名为search.php的文件 该文件可以访问$ _POST [] array ..

该文件初始化$ selector变量(供模板使用)。 我们想要回到contentarea div中的内容必须放入$ body变量.. 有什么帮助吗?

<?php
    $selector="search";
    $body="<div id=\"cse-search-form\" style=\"width: 100%;\">Loading</div>";
?>

1 个答案:

答案 0 :(得分:0)

我遇到了类似的问题,只需使用Google提供的GCS代码即可轻松完成,请确保在GSE选项中选择可视化您网页上的搜索结果,而不是iframe