所以我基本上有这样的网站文件夹结构。
Images [folder]
CSS [folder]
JS [folder]
Products [folder]
--index.php
Services [folder]
--index.php
Testimonials [folder]
--index.php
Contact [folder]
--index.php
.htaccess
index.php
sitemap.xml
robots.txt 我的网站网址是干净的www.example.com/contact/等等。然而,当我通过Google搜索我的网站时,我注意到我的其他页面从未出现过,只有我的主要索引(即。首页)。
我上面列出的内容是否很好,还是应该改为这样,只使用mod_rewrite?
Images [folder]
CSS [folder]
JS [folder]
products.php
services.php
testimonials.php
contact.php
.htaccess
index.php
index.php
sitemap.xml
robots.txt 对SEO来说,这两种方法都更好吗?
发布于 2016-11-04 20:14:49
在服务器上存储文件的方式和位置与SEO无关。
https://webmasters.stackexchange.com/questions/100861
复制相似问题