News:

Wondering if this will always be free?  See why free is better.

Main Menu

SimpleSEF 2.0 (SMF 1.1.x and SMF 2.0)

Started by SlammedDime, December 05, 2009, 10:08:40 PM

Previous topic - Next topic

Derof

Quote from: Miss All Sunday on September 09, 2011, 12:26:06 PM
so it's hard to believe that immediately after you installed this mod all your search results were gone...

Installed in mid August, but only noticed it today. The previous version was OK.

Suki

Ok, if you installed this   after you already had some urls in google then  yes, your old url will be deleted from google.


then google will scan your site and start to index your new urls...  it just take time, thats all.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Derof

Ok, I know. But the reason for removal of links from google was <meta name="robots" content="noindex" />  - added after turning simpleSEF 2.1.

Suki

then just remove that code from your Index.template site...   as I already told you that code has nothing to do with simpleSEF, it is added by default in every SMF 2.0 installation.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Derof

Quote from: Miss All Sunday on September 09, 2011, 01:40:46 PM
then just remove that code from your Index.template site...   as I already told you that code has nothing to do with simpleSEF, it is added by default in every SMF 2.0 installation.

Thanks for your help. There is no need. I resigned from SimpleSEF and I have no problem. Or is a bug in SimpleSEF, or someone used a hole through SimpleSEF to set the $context ['robot_no_index'].

Suki

There is not a bug and theres no "hole"  in this mod...
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

MrMike

Quote from: Miss All Sunday on September 09, 2011, 09:58:33 PM
There is not a bug and theres no "hole"  in this mod...
I don't think there are any holes, but I do think there are some bugs.

Suki

Bugs of course, every single piece of code has them,  but I seriously doubt there is a bug that involves metatags

I have seen the code, I had learn a  lot from it and believe me, there is no  such thing as this mod adding metatags.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

MrMike

Quote from: Miss All Sunday on September 09, 2011, 10:50:19 PM
Bugs of course, every single piece of code has them,  but I seriously doubt there is a bug that involves metatags
I agree, and should have been clearer. I don't believe there is any bug having to do with meta tags.  I came to this thread seeking help on what appears to be a bug and got nowhere.

Suki

I saw your problem,  I just can't reproduce the urls your getting.

did you intalled any other mod that changes the urls?

did you have the Search engine friendly Urls option enable in your admin panel?
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Derof

Quote from: Miss All Sunday on September 09, 2011, 10:50:19 PM
Bugs of course, every single piece of code has them,  but I seriously doubt there is a bug that involves metatags

I have seen the code, I had learn a  lot from it and believe me, there is no  such thing as this mod adding metatags.

I have no interest to write stupidity. The fact is that for me resulted in the inclusion SimpleSEF add noindex meta tag. In version 1.1, I also detected a bug on the 404, which was corrected in version 1.1.1.

Suki

Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

MrMike

1) No, as far as I know there are no other mods that alter any URLs.
2) Yes, the Search engine friendly Urls option was enabled.

I'd be glad to PM you the URL and the admin login for the board if you want to test it yourself.

Quote from: Miss All Sunday on September 09, 2011, 11:11:57 PM
I saw your problem,  I just can't reproduce the urls your getting.

did you intalled any other mod that changes the urls?

did you have the Search engine friendly Urls option enable in your admin panel?

jorgerll

Quote from: feline on May 09, 2010, 02:35:32 PM
Quote from: Dismal Shadow on May 09, 2010, 08:20:42 AM
Without "Search engine friendly URLs" enabled:
/index.php?topic=932.0

With "Search engine friendly URLs" enabled:
/index.php/topic/932.0
That you can simple fix with follow..
Find in SimpleSEF.php (function ob_simplesef($buffer)) the string:

  // Grab the topics...
$matches = array();

and add before:

// convert SMF-Seo urls..
  if(preg_match_all('~' . preg_quote($scripturl) . '\/topic\,[-a-zA-Z0-9+&@#/%?=\~_|!:,.;\[\]]+~', $buffer, $matches, PREG_PATTERN_ORDER) > 0)
  {
    foreach($matches[0] as $link)
      $buffer = str_replace($link, str_replace(array('/topic,', '.html'), array('?topic=', ''), $link), $buffer);
  }

That converts exist SMF seo url's ..

Fel



I made the change but I did not redirect correctly, can help me, thanks.

http://www.elseptimoarte.net/foro2/

jorgerll

#1294
Quote from: Derof on September 09, 2011, 04:08:16 PM
Quote from: Miss All Sunday on September 09, 2011, 01:40:46 PM
then just remove that code from your Index.template site...   as I already told you that code has nothing to do with simpleSEF, it is added by default in every SMF 2.0 installation.

Thanks for your help. There is no need. I resigned from SimpleSEF and I have no problem. Or is a bug in SimpleSEF, or someone used a hole through SimpleSEF to set the $context ['robot_no_index'].


It´s true.  :o   ???   :o


With simpleSEF:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />    <meta name="description" content="'Dredd' - Nueva imagen de Karl Urban como el Juez Dredd" />    <title>'Dredd' - Nueva imagen de Karl Urban como el Juez Dredd</title>    <meta name="robots" content="noindex" />    <link rel="canonical" href="http://xxxxxxxxx.arl-urban-como-el-juez-dredd-10739.0.html" />



Without simpleSEF


<meta name="description" content="'Dredd' - Nueva imagen de Karl Urban como el Juez Dredd" />    <title>'Dredd' - Nueva imagen de Karl Urban como el Juez Dredd</title>    <link rel="canonical" href="http://www.xxxxxxxx/index.php?topic=10739.0" />



Google:
site:http://missallsunday.com/


::)

Suki

Quote from: jorgerll on September 12, 2011, 01:42:15 PM

Google:
site:http://missallsunday.com/


::)

???   where exactly do I have a noindex metatag ???  please do set some examples...
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

jorgerll

Quote from: Miss All Sunday on September 12, 2011, 03:03:54 PM
Quote from: jorgerll on September 12, 2011, 01:42:15 PM

Google:
site:http://missallsunday.com/


::)

???   where exactly do I have a noindex metatag ???  please do set some examples...



<meta name="description" content="My webifyme" /><meta name="keywords" content="sunday,simple,machines,forum,seconds,spoiler,welcome,queries,theme,topics,added,comment,write,comments,created,jquery,one piece, miss, all " /> <title>My webifyme</title><meta name="robots" content="noindex" /> <link rel="canonical" href="http://missallsunday.com/blog/my_webifyme_46.0.html" />

MrMike

Are you using the  Firefox "webifyme" plugin?

Derof

jorgerll - Yes, it's true.

Noindex in smf 2.0 is inserted automatically if the address does not exist, eg:
http://www.simplemachines.org/community/index.php?topic=352351128012421412

I suspect that there is an error in SimpleSEF that uses this mechanism.

Dblog

can this mod be updated to work with SMF 2.0.1 ?
right now it says this mod cannot be installed on your SMF version 2.0.1

Advertisement: