SEO 问题,以及关于 Server.Transfer (Asp.net)

发布于 2024-09-14 09:41:29 字数 579 浏览 2 评论 0原文

因此,我们正在尝试提高我们的应用程序在搜索引擎中的排名,我们的 SEO 人员告诉我们这样做的一种方法是注册类似的域名......例如我们有类似的东西......我们

http://www.myapplication.com/parks.html

获得了该域名parks.com(同样只是一个例子)。

现在,当人们访问 http://www.parks.com ...我们希望它显示 http://www.myapplication.com/parks.html 的内容代码>.

我可以在那里放置一个转发页面,但据我所知,这让我们看起来很糟糕,因为从技术上讲这是一个永久重定向..而且我们正在努力提高搜索引擎排名,而不是降低。

在这种情况下我们会使用 ASP.net 的 Server.Transfer 方法吗?

像这样的情况如何处理,因为我已经看到很多网站都这样做了。

我们也不想欺骗系统,我们正在显示相关内容,而不是垃圾邮件或以任何方式欺骗客户,因此实现我正在寻找的目标的正确方法会很棒。

谢谢

So, we're trying to up our application in the rankings in the search engines, and one way our SEO guy told us to do that was to register similar domains...for example we have something like

http://www.myapplication.com/parks.html

so..we acquired the domain parks.com (again just an example).

Now when people go to http://www.parks.com ...we want it to display the content of http://www.myapplication.com/parks.html.

I could just put a forwarding page there, but from what i've been told that makes us look bad because it's technically a permanent redirect..and we're trying to get higher in the search engine rankings, not lower.

Is this a situation where we would use the Server.Transfer method of ASP.net?

How are situations like this handled, because I've defiantly seen this done by many websites.

We also don't want to cheat the system, we are showing relevant content and not spam or tricking customers in anyway, so the proper way to do achieve what i'm looking for would be great.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浮光之海 2024-09-21 09:41:29

使用您的“相似”域名来托管指向您的主内容的单独目标登录页面。

管理起来更容易,您将获得更高的转化率。

必须创建单独的页面将迫使您编写相关内容并增加页面的受欢迎程度。

我还建议您不仅构建登陆页面,还构建迷你网站(几页)。

SEO 是一项要求非常高的任务。

关于技术方面:您应该使用Server.Transfer。切勿使用Response.Redirect,Google 和其他搜索引擎会降低您的排名。

我过去使用过永久 URL 重写。我更改了我的网站,由于大量流量来自链接我的网站的其他网站,我希望有一个永久的解决方案。

了解有关 URL 重写的更多信息:http://msdn.microsoft.com/en-我们/library/ms972974.aspx

Use your "similar" domain names to host individual and targetted landing pages that will point to your master content.

It's easier to manage and you will get a higher conversion rate.

Having to create individual page will force you to write relevent content and will increase the popularity of the page.

I also suggest you to not only build landing pages, but mini sites (of few pages).

SEO is sa very high demanding task.

Regarding technical aspects: Server.Transfer is what you should use. Never use Response.Redirect, Google and other search engines will drop your ranking.

I used permanent URL rewrite in the past. I changed my website and since lots of traffic was coming from others website linking mine, I wanted to have a permanent solution.

Read more about URL rewriting : http://msdn.microsoft.com/en-us/library/ms972974.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文