return FALSE; $r = well_tag_thread__update(array('id' => $id), $update); return $r; } function well_tag_thread_find($tagid, $page, $pagesize) { $arr = well_tag_thread__find(array('tagid' => $tagid), array('id' => -1), $page, $pagesize); return $arr; } function well_tag_thread_find_by_tid($tid, $page, $pagesize) { $arr = well_tag_thread__find(array('tid' => $tid), array(), $page, $pagesize); return $arr; } ?>Blog on a separate server from WooCommerce WITHOUT effecting SEO?
最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Blog on a separate server from WooCommerce WITHOUT effecting SEO?

programmeradmin1浏览0评论

I am wondering if it's possible to put the blog portion of my WordPress site on an entirely separate server, but without effecting SEO.

The obvious and easy choice would of course be a subdomain (i.e. blog.mywebsite), but that effectively neuters any SEO benefits of the blog. The entire purpose of my blog is specifically to attract traffic to the rest of the website.

The reason why I would like to do this for the purpose of load balancing. I will get significantly more traffic on my blog than on the actual WooCommerce portion of my website, so I can balance the traffic between the two and also use servers which are more suited to each purpose. Ultimately saving on expenses by using specialized servers.

发布评论

评论列表(0)

  1. 暂无评论