*

Recent

Author Topic: seo_on  (Read 6349 times)

Dillon

  • Developer
  • Sr. Member
  • ******
  • Posts: 340
  • Force: +3/-0
    • Arcade Freak
seo_on
« on: September 07, 2011, 08:33:10 PM »
how does this work? i dont get it the links no longer work with it on am i missing something obvious here?

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: seo_on
« Reply #1 on: September 10, 2011, 12:43:07 AM »
I'm not sure what you are asking. If SEO is turned on in the admin panel, it should change the links on most non admin/profile control pages to SEO friendly links. It does require that the .htaccess file work right. What happened? Did you change something?

Dillon

  • Developer
  • Sr. Member
  • ******
  • Posts: 340
  • Force: +3/-0
    • Arcade Freak
Re: seo_on
« Reply #2 on: September 10, 2011, 12:06:31 PM »
If seo is turned on it gives literal file locations were as if it is turned off it gives php actions

Coming from the default temp with no changes with seo on you have this link
Code: [Select]
<li><a href=\''.$domain.'/search/\' title=\'Search\'>Search</a></li>
and with it off you get this link
Code: [Select]
<li><a href=\''.$domain.'/index.php?action=search\' title=\'Search\'>Search</a></li>
When i have it on the links dont work... last i checked anyway

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: seo_on
« Reply #3 on: September 11, 2011, 01:14:13 PM »
It kind of sounds like something has happened to the .htaccess file somehow. If you would like me to take a look into it, PM me your log in credentials to cPanel and FTP. That's the only thing that comes to mind anyways. Have you checked to see if your hosting has mod_rewrite turned off, or if .htaccess has been deleted or corupted some how?

Dillon

  • Developer
  • Sr. Member
  • ******
  • Posts: 340
  • Force: +3/-0
    • Arcade Freak
Re: seo_on
« Reply #4 on: September 11, 2011, 02:45:58 PM »
Ok i just checked and mod_rewrite is enabled so that isnt the problem.

then after doing all that work to check it i then went i to actually look inside my htaccess file and found it was empty......

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: seo_on
« Reply #5 on: September 11, 2011, 02:59:22 PM »
Wall thars yur answer pardner. Funny how they can suddenly wind up empty like that. I suspect that some hosting companies actually program the server to empty it.

Dillon

  • Developer
  • Sr. Member
  • ******
  • Posts: 340
  • Force: +3/-0
    • Arcade Freak
Re: seo_on
« Reply #6 on: September 12, 2011, 02:00:37 PM »
yay, i am now fully optimizing my template and im almost done. WOOT!

Dillon

  • Developer
  • Sr. Member
  • ******
  • Posts: 340
  • Force: +3/-0
    • Arcade Freak
Re: seo_on
« Reply #7 on: September 12, 2011, 02:30:40 PM »
while optimizing my site i ran a few tests on it to see how good the site was and found this

Quote
Found no description meta tag.
 The description meta tag is used by most of the search engines. Consider to add a description meta tag.

Where would i add this and what would i add?

Here is the site if anyone wants to test it. They got a few tests on here.
http://www.seocentro.com/

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: seo_on
« Reply #8 on: September 12, 2011, 05:13:12 PM »
The description meta tag is populated on your home page, but the keyword meta tag is not. Perhaps the keyword field in your admin panel is empty? It would be under site settings.