谷歌和PHP会话ID [英] google and php session IDs

查看:58
本文介绍了谷歌和PHP会话ID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨大师


我正在使用PHP构建一个站点。我也使用会话,这些我使用PHPSESSID从URL传递到URL = ......


现在,我想知道这对谷歌意味着什么。 Google可能会列出哪些网址以及他们将如何显示这些网址(有或没有会员ID的
)?


有没有人有优化PHP的经验搜索引擎网站?


干杯


Nicolaas

解决方案

< blockquote> WindAndWaves写道:

嗨大师

我正在使用PHP构建一个站点。我也使用会话,这些我使用PHPSESSID将URL上的
传递给URL .......
现在,我想知道这对谷歌意味着什么。 Google列出了哪些网址可能是
,他们将如何显示这些网址(有无会话ID)?


谷歌是PHP友好的。试试看。

有没有人有优化PHP网站搜索的经验



引擎?


SEO是个大骗局;请不要浪费你的精力。不要
让你的网站依赖任何搜索引擎;但是试着实现相反的




-

<?php echo''只是另一个PHP圣徒'' ; ?>

电子邮件:rrjanbiah-at-Y!com博客: http ://rajeshanbiah.blogspot.com/


" WindAndWaves"写道:

嗨大师

我正在使用PHP构建一个站点。我也使用会话和这些
我使用PHPSESSID从URL传递到URL = ......

现在,我想知道这对谷歌意味着什么。可以在Google上列出哪些网址以及如何显示这些网址(使用或
没有会话ID)?

有没有人有优化PHP的经验搜索引擎的网站?

干杯

尼古拉斯




你不想通过用户未登录时的唯一会话ID?

on。搜索引擎(SE)想要一次又一次地看到相同的URL,并且

唯一的sesison id?s使它们与众不同。


它是完全可以的用户登录时会有会话ID,因为

SE从不登录。


您可以查看早期版本的phpbb,例如,

会话ID?(或者仍然?)。然后有各种各样的mods摆脱




你不能只使用cookie。如果用户没有登录,是否可以通过sessionid从页面

到页面进行操作?


-

根据作者的要求,使用 http://www.dbforumz.com 界面发布

文章单独检查是否符合usenet标准

主题网址: http://www.dbforumz.com/PHP-google-s...ict191795.html

访问主题联系作者的URL(reg.req''d)。举报滥用行为: http://www.dbforumz.com/eform.php ?p = 649595




" R。 Rajesh Jeba Anbiah <纳克********** @ rediffmail.com>在消息中写道>


[.....]

SEO是一个很大的骗局;请不要浪费你的精力。不要让你的网站依赖任何搜索引擎;但是试着实现对面。




有趣的是你说 - 我不确定你是认真的还是你的意思。使用搜索引擎优化,我的意思是您以这样的方式设置您的网站,以便在Google上查找您主题的人可以找到您。例如,如果你有一个关于袜子的网站,那么你确保

sock一词出现在你的索引文件中至少几次等等......等等...... br />
我知道这很有效,因为我使用这种方法对几个网站进行谷歌排名。


我只是想知道你有什么特别的东西要看吗用PHP编程你的页面。


感谢您的回复


- Nicolaas


Hi Gurus

I am building a site using PHP. I also use sessions and these I pass on from URL to URL using the PHPSESSID=......

Now, I am wondering what this means for google. What URLs may be listed with Google and how will they show them (with or without
the session ID)?

Does anyone has any experience with optimising PHP sites for search engines?

Cheers

Nicolaas

解决方案

WindAndWaves wrote:

Hi Gurus

I am building a site using PHP. I also use sessions and these I pass on from URL to URL using the PHPSESSID=......
Now, I am wondering what this means for google. What URLs may be listed with Google and how will they show them (with or without the session ID)?
Google is PHP friendly. Try and see.
Does anyone has any experience with optimising PHP sites for search


engines?

SEO is a big hoax; please don''t waste your energy on that. Don''t
let your site to depend on any search engines; but try to achieve the
opposite.

--
<?php echo ''Just another PHP saint''; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/


"WindAndWaves" wrote:

Hi Gurus

I am building a site using PHP. I also use sessions and these
I pass on from URL to URL using the PHPSESSID=......

Now, I am wondering what this means for google. What URLs may
be listed with Google and how will they show them (with or
without
the session ID)?

Does anyone has any experience with optimising PHP sites for
search engines?

Cheers

Nicolaas



You don?t want to pass unique session id?s when users are not logged
on. Search engines (SE) want to see the same URL time and again, and
unique sesison id?s make them different.

It is quite ok to have session id?s when users are logged on, since
SE?s never log on.

You can look at earlier versions of phpbb for example, that had
session id?s (or still do?). Then there were various mods to get rid
of that.

Can?t you just use cookie. Is there anything to be carried from page
to page via sessionid if the user is not logged on?

--
Posted using the http://www.dbforumz.com interface, at author''s request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbforumz.com/PHP-google-s...ict191795.html
Visit Topic URL to contact author (reg. req''d). Report abuse: http://www.dbforumz.com/eform.php?p=649595



"R. Rajesh Jeba Anbiah" <ng**********@rediffmail.com> wrote in message >

[.....]

SEO is a big hoax; please don''t waste your energy on that. Don''t
let your site to depend on any search engines; but try to achieve the
opposite.



Interesting you say that - I am not sure if you are serious or what you mean. With SEO I mean that you setup your site in such a
way that people who look for your topic on Google can find you. For example, if you have a site about socks then you make sure that
the word sock appears in your index file at least a few times, etc... etc...

I know that works, because I have Google rankings for several sites using this methodology.

I was just wondering if there was anything special you had to watch when programming your pages in PHP.

Thanks for your reply

- Nicolaas


这篇关于谷歌和PHP会话ID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆