I want to know how these pages will respond to google pagerank. Will internal links between employees increase the pagerank of the user's profile?
PageRank is per page, so any page that is accessible to Google will have PageRank. PageRank can be increased by accumulating links from other pages. These include pages from the same website.
Will the pagerank still work given that I am doing some url-rewriting to make the profiles have the companyname.com/[employeename] format?
User agents (i.e. browsers and search engines) don't know what URL rewriting is. They only see the URL they are provided and the content that is provided when that URL is requested. So your pages will still have PR when using mod_rewrite.
If someone searches on google for an employee's name, will the profiles appear correctly in the search results?
发布评论
评论(1)
PageRank 是按页面计算的,因此 Google 可以访问的任何页面都将具有 PageRank。 PageRank 可以通过积累其他页面的链接来提高。这些包括来自同一网站的页面。
用户代理(即浏览器和搜索引擎)不知道什么是 URL 重写。他们只能看到为他们提供的 URL 以及请求该 URL 时提供的内容。所以使用 mod_rewrite 时你的页面仍然会有 PR。
是的。
PageRank is per page, so any page that is accessible to Google will have PageRank. PageRank can be increased by accumulating links from other pages. These include pages from the same website.
User agents (i.e. browsers and search engines) don't know what URL rewriting is. They only see the URL they are provided and the content that is provided when that URL is requested. So your pages will still have PR when using mod_rewrite.
Yes.