dpjj4763 2019-02-08 04:45
浏览 115

我的核心php网站站点地图不是谷歌网站管理员的索引

When I was running my website on WordPress, my website was also indexing Google's index and my Alexa rank was also decreasing, but since I created my website on Core php Since then, my website's sitemap is not indexing in Google and my website's Alexa rank should not be reduced.

My Website Address is : sarkari result

.htaccess file

RewriteEngine On RewriteRule ^([0-9]+)/([a-zA-Z0-9-]+)$ category.php?Id=$1&category=$2 RewriteRule ^([a-zA-Z0-9-]+)/([0-9]+)$ post_details.php?post=1&postid=$2 [L] RewriteRule ^([a-zA-Z0-9-]+)$ post_details_wp.php?wp_post=$1

RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} (.+)/$ RewriteRule ^ %1 [R=301,L]

RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Somebody help me I'm very upset for my website.

  • 写回答

1条回答 默认 最新

  • duanguane1670 2019-02-08 05:29
    关注

    Site map has nothing to do with .htaccess file, you need to resubmit your website's sitemap, that is something with the name like, sitemap.xml , its a .xml file.

    In case you dont have this file ready, you can use automated sitemap generation tools here, https://www.xml-sitemaps.com/

    give url of your website, and download the file and place it into your root folder of website, beside this you must also have a robots.txt file, and you need to give path to sitemap file in it.

    Now simply provide the url path of sitemap file to google/bing webmaster tools, thats it

    评论

报告相同问题?

悬赏问题

  • ¥15 2024-五一综合模拟赛
  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭