SEO博客

搜索引擎优化博客,关注网络营销和电子商务的SEO博客,搜集一些网站搜索引擎优化、SEO博客推广等方面的资料

这篇文章的位置:SEO博客>搜索引擎优化>整理了一些SEO工具,并提供这些SEO工具的调用源码




« 有人在发国难财,更有人乘机制造混乱!关于针对百度做SEO优化注意事项 »

整理了一些SEO工具,并提供这些SEO工具的调用源码

    最近这两天因为频繁使用一些国外的SEO工具,而且自己的英文并不是那么纯熟,因此自己于是把这些SEO工具的显示页面汉化了一下,并且放到自己的SEO博客空间里面,希望能够对广大SEO朋友有一定的帮助,也衷心希望能够有更好的中文SEO工具出来给咱们这些英文文盲使用,呵呵。下面就从页面相似度检查工具开始,介绍这些SEO工作过程中经常要用到的SEO工具,并附调用源代码,博友们也可以把这些SEO工具的源码放在自己的博客上,提供查询服务。

    首先介绍一个页面相似度检查工具,具体的效果可以在以下网址访问:http://www.bardseo.com/tool.htm,在两个输入框中分别输入网址,就可以查询页面相似度。如果你想把这个查询工具放到自己的博客,将以下代码复制到你的html文件中就可以了:

<table border=1 bordercolor='#808080' bgcolor='#F3F3F3'  style='border-collapse: collapse' height="150px">
    <tr>
     <td>     
      <form method="POST" action=http://www.webconfs.com/similar-page-checker.php>
      <center><b>页面相似度检查</b></center>
      <b>第一个URL</b>
      <input type=text name="url1" size=35><br />
      <b>第二个URL</b>
      <input type=text name="url2" size=35><br />
      <center><input type="submit" value="检查" name="submit"></center>
      </form>
      <h4><a href="http://www.bardseo.com/tool.htm" target="_blank">更多SEO工具</a></h4>
     </td>
    </tr>
   </table>

 同时,您也可以通过以下方式将其他SEO工具放到你的网页中:

反向链接锚文本分析工具

<table border=1 bordercolor='#808080' bgcolor='#F3F3F3' style='border-collapse: collapse' height="150px">
    <tr>
     <td>
      <form method="POST" action=http://www.webconfs.com/anchor-text-analysis.php name="backlinkanalysis">
       <center><b>反向链接锚文本分析</b></center>
       <b>域名的url</b>
       <input type=text name="domainname" size=35><br /><br />
 
       <font color=red><b>注意*</b> </font>不输入www.查询结果可能不同<br>
        <input type=hidden value=1 name=p>
       <center><input type="submit" value="点击查询" name="submit"></center>
      </form>
      <h4><a href="http://www.bardseo.com/tool.htm" target="_blank">更多SEO工具</a></h4>
     </td>
    </tr>
   </table>

 反向链接查询工具:

<table border=1 bordercolor='#808080' bgcolor='#F3F3F3' style='border-collapse: collapse' height="150px">
    <tr>
     <td>
      <form method="POST" action=http://www.webconfs.com/backlink-summary.php>
      <center><b>反向链接查询工具</b></center>
      <b>域名的url</b>
        <input type=text name="domainname" size=35><br /><br />
      <font color=red><b>备注*</b> </font>不输入www.查询结果可能不同<br />
        <center><input type="submit" value="查询反向链接" name="submit"></center>
      </form>
      <h4><a href="http://www.bardseo.com/tool.htm" target="_blank">更多SEO工具</a></h4>
     </td>
    </tr>
   </table>

 友情链接检查工具

 

 

<table border=1 bordercolor='#808080' bgcolor='#F3F3F3' style='border-collapse: collapse' height="240px">
    <tr>
     <td> 
      <form method="POST" action=http://www.webconfs.com/reciprocal-link-checker.php>
      <center><b>友情链接检查工具</b></center>
      <b>站点的url</b>
      <input type=text name="domainname" size=35 value="www.bardseo.com"><br>
      <b>列出站点的链接地址(一行一个地址)</b>
      <p>
      <textarea name=srcUrls rows=8 cols=35>
http://www.heamo.cn/</textarea>
      </p>
      <p><input type="submit" value="检查链接" name="submit"></p>
      </form>
     </td>
    </tr>
   </table>

 搜索引擎蜘蛛模拟器

<table border=1 bordercolor='#808080' bgcolor='#F3F3F3' style='border-collapse: collapse' height="122px">
    <tr>
     <td>
      <form method="POST" action='http://www.webconfs.com/search-engine-spider-simulator.php'>
      <center><b>蜘蛛模拟器</b></center>
      <b>页面的url</b>
      <input type=text name="url" size=35><br />
      <input type=hidden name="模拟抓取" value="submit">
      <center><input type="submit" value="模拟抓取" name="submit"></center>
      </form>
      <h4><a href="http://www.bardseo.com/tool.htm" target="_blank">更多SEO工具</a></h4>
     </td>
    </tr>
   </table>

 关键字密度检查工具

<table border=1 bordercolor='#808080' bgcolor='#F3F3F3' style='border-collapse: collapse' height="122px">
    <tr>
     <td>
      <form method="POST" action="http://www.webconfs.com/keyword-density-checker.php">
      <center><b>关键字密度查询工具</b></center>
      <b>页面的url</b>
      <input type=text name="url" size=35><br />
      <center><input type="submit" value="查询关键字密度" name="submit"></center>
      </form>
      <h4><a href="http://www.bardseo.com/tool.htm" target="_blank">更多SEO工具</a></h4>
     </td>
    </tr>
   </table>

重定向检查工具

   <table border=1 bordercolor='#808080' bgcolor='#F3F3F3' style='border-collapse: collapse' height="130px">
    <tr>
     <td>
      <form method="POST" action="http://www.webconfs.com/redirect-check.php">
      <center><b>重定向检查工具</b></center>
      <b>源域名url</b>
      <input type=text name="url" size=35>
      <input type=hidden value=submit name=submit>
      <center><input type="submit" value="重定向目标域名是" name="submit"></center>
      </form>
      <h4><a href="http://www.bardseo.com/tool.htm" target="_blank">更多SEO工具</a></h4>
     </td>
    </tr>
   </table>

链接单价计算工具  

   <table border=1 bordercolor='#808080' bgcolor='#F3F3F3' style='border-collapse: collapse' height="130px">
    <tr>
     <td>
      <form method="POST" action=http://www.webconfs.com/link-value.php>
      <center><b>链接价格计算工具</b></center>
      <b>域名或url</b>
      <input type=text name="domainname" size=35><br />
      <input type=hidden value=submit name=submit>
      <center><input type="submit" value="这个网站的链接单价是……" name="submit"></center>
      </form>
      <h4><a href="http://www.bardseo.com/tool.htm" target="_blank">更多SEO工具</a></h4>
     </td>
    </tr>
   </table>

自己就弄了以上几个SEO工具,从老外那改了个外观,希望对朋友们有用。


本文Bard'SEO博客原创并发布,【转载须注明出处】
原文地址:http://www.bardseo.com/seo-Search-Engine-Optimization/2008/05/27/seo-tool/


将这篇文章添加到:QQ书签| 百度搜藏| 365Key| 天极网摘| 收客网| 就喜欢| 我摘


复制文章地址,推荐给你的QQ/旺旺/MSN/hi 好友



中“整理了一些SEO工具,并提供这些SEO工具的调用源码”的相关内容
中“整理了一些SEO工具,并提供这些SEO工具的调用源码”的相关内容
中“整理了一些SEO工具,并提供这些SEO工具的调用源码”的相关内容


发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

日历

最新评论及回复

最近发表