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 - flyfreak

Pages: [1] 2 3 4 5
1
Discussion & Troubleshooting / Re: Nofollow at keywords-links
« on: May 17, 2009, 09:26:29 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?

Yes. Because google thinks that you are a spammer, when you have a lot of sites with the same content and just a different URL.
Example: You could have a site with a picture with the keyword "Denmark". None of your other pictures havent got that keyword. And your are running two languages on your gallery.

Now could your url both be:
/img76.htm
/img76.htm?l=English
/search.htm?search_keywords=Denmark
/search.htm?search_keywords=Denmark&l=English

How can google know witch site it should rank higest? Why should google trust you when you try to index 4 pages with the same content?

This is called dublicate content



Is it best to set no follow for this mod?


Yes!

2
hi Flyfreak,

mysite.com/foto/index.php?template=how-to-upload&l=English

but be sure that you are using sessions url links to your own templates

Fantastic! Thanks a lot

3
Hello

How can i show a homemade faq-site with the url like: mysite.com/foto/index.php?template=how-to-upload on another language than the main page, who is in Danish... On "normal" sites can i just add ?l=English but what can i do here?

Thanks a lot!

Flyfreak

4
Mods & Plugins (Releases & Support) / Re: [MOD] User Gravatars
« on: April 15, 2009, 10:59:43 PM »
Thanks a lot  :D - i will test it soon!

5
Hello!

How can i make it, so comments from an adminstrator use the "normal" link-target and not the "nofollow" - so i get the seo-value.

Thanks a lot!

Bump!

6
Mods & Plugins (Releases & Support) / Re: [MOD] User Gravatars
« on: April 09, 2009, 12:41:10 AM »
bump

7
Hello!

How can i make it, so comments from an adminstrator use the "normal" link-target and not the "nofollow" - so i get the seo-value.

Thanks a lot!

8
Mods & Plugins (Releases & Support) / Re: [MOD] User Gravatars
« on: April 07, 2009, 07:29:10 PM »
How can i show the gravatar of an user in their profile?

9
Discussion & Troubleshooting / Re: Nofollow at keywords-links
« on: March 16, 2009, 11:53:49 AM »

10
Mods & Plugins (Releases & Support) / Re: [MOD] User Gravatars
« on: March 16, 2009, 07:31:09 AM »
Can you tell me what is your email? And the wordpress site where it shows your gravatar?

http://www.larsbachmann.dk/velkommen-til-hvem-er-du.html
The comment from Emil at 17 January 2009 kl. 00:10




first of all, line:
	
  
$md5 md5strtolower$user_row_comment['user_email'] ) );


should be:
	
  
$md5 md5strtolower$comment_row[$i][$user_table_fields['user_email']] ) );


and second, my change above was incorrect. I've updated it with the correct one.

Thanks. I will try that

11
Mods & Plugins (Releases & Support) / Re: [MOD] User Gravatars
« on: March 15, 2009, 02:50:38 PM »
But i´ve got som problems with this mod:

Example: http://www.flyfreak.dk/foto/img173.htm?l=English
The Gravatar don´t show my avatar - and i know that my avatar works, because i had tested it on many wordpress sites.

12
Mods & Plugins (Releases & Support) / Re: [MOD] User Gravatars
« on: March 15, 2009, 12:57:15 PM »
Thanks!

13
Discussion & Troubleshooting / Re: Nofollow at keywords-links
« on: March 14, 2009, 11:32:36 PM »
(i dont want any seo-value at that sites like http://flyfreak.dk/foto/search.htm?search_keywords=Malta )
Why you don't want seo value?

Take this example: A picture use the keywords "svæveflyvnming" and "andelsbjergene" - no other pictures use the same keywords

Because there is no other pictures using the same keyword, will the searchresults be exatly the same, just with differnt url´s.
And google think now that it is spam, when you want two identical pages indexed at google..
flyfreak, you are genius!
10x mawenzi!
Now I'm using this mod.

It won´t boost your rank in the search energies, but prevent bad rankings after the engines has discovered the problem. Before i discovered this problem had i an pagerank at my fotosite at 2, but then google discovered the problem and now i dont have a good pagerank - now have i started to rebuild my "trust" too google.

14
Discussion & Troubleshooting / Re: Nofollow at keywords-links
« on: March 14, 2009, 11:39:11 AM »
(i dont want any seo-value at that sites like http://flyfreak.dk/foto/search.htm?search_keywords=Malta )
Why you don't want seo value?

Take this example: A picture use the keywords "svæveflyvnming" and "andelsbjergene" - no other pictures use the same keywords

Because there is no other pictures using the same keyword, will the searchresults be exatly the same, just with differnt url´s.
And google think now that it is spam, when you want two identical pages indexed at google..

15
Discussion & Troubleshooting / Re: Nofollow at keywords-links
« on: March 13, 2009, 04:31:31 PM »
so try this ...

... you can edit the keyword-link in /includes/functions.php in section "function show_image" ...
... there find the following code snipet ...
Code: [Select]
$keywords .= (($keywords != "" ) ? ", " : "")."<a href=\"".$site_sess->url(ROOT_PATH."search.php?search_keywords=".urlencode($val))."\">".format_text($val, 1, 0, 1)."</a>";
... and use this code snipet instead ...
Code: [Select]
$keywords .= (($keywords != "" ) ? ", " : "")."<a rel=\"nofollow\" href=\"".$site_sess->url(ROOT_PATH."search.php?search_keywords=".urlencode($val))."\">".format_text($val, 1, 0, 1)."</a>";

Fantastic! Thanks a lot!

Pages: [1] 2 3 4 5