Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AntiNSA2

Pages: 1 2 3 4 [5] 6 7 8 9 ... 23
61
I think I was replying to the wrong thread about this issue... so Ill move my questions to here
Quote
Im a little confused; it seems that  this mod you mentions only controls the sections of the site which the robots are allowed to view... I know I can keep them from sepere *.php files through no follow...

But  I am understand correctly, session ID's cause errors when indexed by google. they will create links with session ID embedded, which create a 404 not found error.

Your telling me, that bots with this mod will not have a session ID, because they are members...????

But dont members even have session ID's?

If so, why is it the members session ids wont be indexed?

Or are you saying that members have no session ID's , so every url followed will be clean/ without a session ID?

If so, why go through the trouble of adding to every single link of your website is a bot/ not a bot, and just block the unwanted with robots.txt, and simply require the robot be a member?

However the internal member management works, let it allow the bot to do everything. As I understand the robots.txt is a seperate form of robot management, which will overide the allow all of the internal member management, and restrict the robot to your no follow commands.

In the end the benefit of the mod is no user session id indexed.

All assuming members dont use user session id's.

Thats the big question.. how can users not use session ids, but guests do? Im guessing the session id controlls like when the user should log in and what they can see... which is stored in a cookie I guess? So that means no cookie members would be allowed to be logged in forever, somehow tracked by current user ip; or the oppisite they would be asked to log in with every single click because the system can not determin who they are because there is no cookie to register the user info in?

If it is recorded by user ip, why use cookies at all? Because of the chance to different users might use the same IP? Well, if they had no cookie to tell the difference and went by ip address...  There would be nothing keeping one user safe from the other unless he specifically logged out, and then it would rewcord the ip as logged out?

Why not simply slip the cookie process and make mandatory 30 minute log outs for each user?



I know this is confusing... if you could respond to each section inline it would be easier to follow.

I just dont understand the logic of that mod , going through every single link saying what robots can and cant do, instead of foing it much more simply through robots.txt.

IF allowing the robot to be listed as a user,  wouldnt the robots.txt act as a way for the robot to govern itself by following the robots.txt map, rather than by the ennifficient way of adding mark up to each and every link?

I could understanf using the if robot tage to SHOW information to the robots no one else can see... however why use it vs. the robots.txt to hide it?


All I want to do is kill the session id from the index...

Is there away to kill it and allow the robot to view everything but govern itself through robots txt, allowing a golden map of session free indexing?

THanks.. sorry this is so confusing.

62
Ok, thank you!
But just changed the mod to.
[MOD] Google Friendly Urls For 4images Best Seo Mod

This here is better and looks beautiful! And it runs everything perfect!



I have also installed this mod... maybe a stupid question... install them both together or do you have to chose one or the other?

63
Disallow: /*.search.*
Disallow: /*?mode=search


I am now thinking of adding this to the robot.txt

Has any one found away to allow google to use search.php wihout any problems or errors?

Is there some bad things about blokding search.php?

Will it keep them from finding your image details or will they still be able to see all image details?

64
Feedback & Suggestions / Re: SUGGESTED SEO FORUM
« on: May 19, 2009, 05:42:24 AM »
The first question is,

search.php..

I have a lot of errors with this being indexed at google...

like this:
Code: [Select]
http://thelifephotography.com/search.htm?search_keywords=after&mode=search&l=italian


How many people have search.php blocked with a no follow?

IS there anything bad if I block google from this?

Is there away to help google follow search php without errors?


65
The first question is,

search.php..

I have a lot of errors with this being indexed at google...

like this:
Code: [Select]
http://thelifephotography.com/search.htm?search_keywords=after&mode=search&l=italian


How many people have search.php blocked with a no follow?

IS there anything bad if I block google from this?

Is there away to help google follow search php without errors?

66
True... but look at almost any webpage ( this forum too ). Link to the search result is the same with the normal link.
The problem is that both pages use the same template. One option is to make img78555.search.htm to use different template, ( named detailsearch.htm) but i guess it's more difficult.

its easy to fix, just exclude your search results from google indexing in your robots.txt

like this:
Code: [Select]
Disallow: /search.php
Disallow: /search.htm
Disallow: /*.search.*
Disallow: /*?mode=search

no more double content ;)


Is this the wise thing to do ? Is this what most people are doing?

What are the negative aspects of doing this?


67
I see everyone is searching and tlaking about how to make google love your site...

I am learning about double content , sitemap errors, google loving to index searches with different language packs, and seession ids.


I spend a lot of time keywording my images for stock photography agencies (which I slave to for almost no money)...

I want the power of my websites ability to be found in search engines to come from the vast and diverse amount of fully keyworded images.

I do not care if google indexes everything as I have no private categories...

What are the bad things to preventing google from indexing the search results?


Here what I beg of you to do... lets create a master list of the best robot.txt mods right here in this thread.

Everybody can say the lines of there robot text, but only one rule.
If you have a follow or no follow line I would like to see both the
Benefits of adding this line to the robots.txt and the
Possible negative side effects of adding the robots tect to each line. I think in this way we can think together and it will help many people who are thinking of these things too... both now and in the future. Thanks for your help and contributions if any! Let the perfect collaborative robot.txt creation begin.....

68
Feedback & Suggestions / SUGGESTED SEO FORUM
« on: May 17, 2009, 09:44:17 PM »
I am now finding that SEO Stuff is taking more time than I thought it would, and there are a lot of people talking about different stuff SEO, and some stuff is really closely related. If we could consolidate the SEO discussion into one of its own sections in this forum I think that we can be more efficient in ways to conquer google...

69
in includes/functions.php find:
Code: [Select]
    "image_keywords" => $keywords,
Insert below:
Code: [Select]
    "image_keywords2" => str_replace(" ", ",", $image_row['image_keywords']),

Are you saying instead of doing the steps that he mentioned in the beginning of this thread, instead just add the code you mentioned here and that is all you need to do?

70
Discussion & Troubleshooting / Re: Googlebot is indexing sessionid
« on: May 17, 2009, 09:13:10 PM »
Can you tell me what you did and can anyone say the bad things that can result in denying a session Id to robots?

71
Feedback & Suggestions / Re: SessionID und Suchmaschinen
« on: May 17, 2009, 09:05:01 PM »
I also notice google indexind session ID's... is this a good or a bad thing?

72
Discussion & Troubleshooting / Re: Nofollow at keywords-links
« on: May 17, 2009, 09:01:23 PM »
So you are saying to disallow google indexing your site of all the keywords in your images/4images database? Isnt that a bad thing?

I have different images which share the same keywords.... You are saying that is a bad thing for goodle so just block all keywords?

Is it best to set no follow for this mod?

What does everyone think?

73
CAn you tell me V@no if there are bad things to disallowing google bots to use search.php ?

Will this lower the content indexed or have other negative effects?

74
CAn some experienced people talk about  the positive andf negative aspects of this issue?

75
Can someone talk more about this? Almost all my errors from google are related to different language pages

like this:

/img-mg-6673-174.htm?l=Arabic‎
/img-mg-6679-176.htm?l=Arabic‎
/postcards.php?image_id=56&mode=search&sessionid=76qtoi76b2ciadlmklm2gg2pq2&l=kurdish‎
/register.php?l=kurdish‎

I dont know why I am getting only errors on different language pages...

Pages: 1 2 3 4 [5] 6 7 8 9 ... 23