TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best way for SEO to publish blog posts

5 点作者 parisianka大约 4 年前
I already know that putting a blog on a sub-domain is a bad idea. For my site, what is the best way for SEO to publish blog posts:<p>mysite.com&#x2F;blog&#x2F;post.html OR mysite.com&#x2F;post.html<p>Thank you very much.

4 条评论

Gustomaximus大约 4 年前
I dont think it matters a huge amount. Many people do the latter these days so there might be some preference there. But to be fair sometimes you see 2 subfolder before the post url title which can help if you have a large volume of posts across topics.<p>Personally I prefer the former (with single sub-folder) as 1) rather than &#x27;blog&#x27; I&#x27;ll use words that suit overall site article SEO purposes and 2) it works nicely with analytics to grab all posts in one sub-folder for build analysis.<p>Overall I dont think it has a huge impact.
评论 #27154932 未加载
codegeek大约 4 年前
As far as I know, it doesn&#x27;t matter much from a ranking perspective but google does find it easier to categorize for search results if you use &#x2F;blog.
评论 #27154935 未加载
andrefuchs大约 4 年前
In most cases &#x2F;blog is a lot easier and flexible to setup and manage.<p>You could also forward your root (example.com) to example.com&#x2F;blog if you don&#x27;t need one.
评论 #27154934 未加载
christiancorwin大约 4 年前
i will prefer mysite.com&#x2F;post.html, as we have done for our agency website..<a href="https:&#x2F;&#x2F;bossseosanfrancisco.co&#x2F;blog&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bossseosanfrancisco.co&#x2F;blog&#x2F;</a>