将内容从博客重定向到网站的缺点
使用 Blogger 或 Wordpress 等博客的内容/数据模型来存储所有信息,然后将其重定向到“真实”网站有什么缺点?我想知道设置一个博客并仅从中读取/写入但将其呈现在完全不同的项目中是否是一个坏主意,因此我不必重新创建博客模型对象(用户/类别/帖子/评论, ETC。)。
有什么想法吗?
What are the drawbacks of using the content/data model of a blog like Blogger or Wordpress to store all of your information and then just having it redirect you to your "real" website? I'm wondering if it's a bad idea to setup a blog and just read/write from it but render it in a completely different project, so I don't have to recreate the blog model objects (user/category/post/comment, etc.).
Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这确实没有什么问题,你只需要小心搜索引擎即可。如果您的网站重定向,他们中的许多人都会禁止您的网站,并且它还会显示为重复的内容(您的网站和博客),而大多数搜索引擎不喜欢这样。
但是,如果您不关心搜索引擎结果,那么您正在做的事情就不应该有任何真正的缺点。
I dont think there is anything wrong with it really, you just have to be careful with search engines. Many of them will ban your site if it redirects, and also it will show up as duplicate content (your website and the blog) and most search engines don't like that.
But if you don't care about search engine results there shouldn't be any real downsides to doing what you're doing.