[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
#6561
Posted 20 July 2012 - 02:38 AM
I have been working hard, the last few months, on trying to improve my SEO across my website , i.e. www.nontando.com
The one thing I have noticed which is hurting my SEO is when I click on any categories it displays it as
http://www.nontando.com/index.php/masks-c-29
rather than
www.nontando/masks
which I would much prefer and much better for SEO purposes.
I have checked my SEO URL 5 config settings and it looks like this:
Enable SEO URLs 5? true [img]http://www.nontando.com/admin/images/icon_arrow_right.gif[/img] Enable the cache? true [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Enable multi language support? false [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Output W3C valid URLs? true [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Select your chosen cache system? mysql [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Set the number of days to store the cache. 7 [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Choose the uri format standard [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Choose how your product link text is made up p [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Filter Short Words 3 [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Add category parent to beginning of category uris? false [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Remove all non-alphanumeric characters? false [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Add cPath to product URLs? false [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Enter special character conversions. (Better to use the file [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Turn performance reporting on true/false. false [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Turn variable reporting on true/false. false [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Force www.mysite.com/ when www.mysite.com/index.php true [img]http://www.nontando.com/admin/images/icon_info.gif[/img] Reset USU5 Cache
So, I am not really sure where I have gone wrong - I may be going in the wrong direction but maybe, even if it not related to this contr. someone can guide me in the right direction.
#6562 ONLINE
Posted 20 July 2012 - 03:33 AM
bksbeat, on 20 July 2012 - 02:38 AM, said:
I have been working hard, the last few months, on trying to improve my SEO across my website , i.e. www.nontando.com
The one thing I have noticed which is hurting my SEO is when I click on any categories it displays it as
http://www.nontando.com/index.php/masks-c-29
rather than
www.nontando/masks
which I would much prefer and much better for SEO purposes.
I have checked my SEO URL 5 config settings and it looks like this:
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#6563
Posted 21 July 2012 - 08:28 PM
I've noticed these errors related to the seo, any idea how to get rid of them?
Error: date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead File: includes/classes/seo.class.php
Edited by mr_absinthe, 21 July 2012 - 08:29 PM.
#6564 ONLINE
Posted 21 July 2012 - 11:51 PM
Quote
Hi Jack,<br />
<br />
I've noticed these errors related to the seo, any idea how to get rid of them?<br />
<br />
date.timezone = 'America/Chicago'[code] Use <a href="http://www.php.net/manual/en/timezones.europe.php">this page</a> to get the correct time zone. Or just change the any instances of date() in the seo.class.php file to @date(). The latter should already be done if you are using the latest version so you may want to upgrade first.</span></pre>
Edited by Jack_mcs, 22 July 2012 - 12:01 AM.
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#6565
Posted 22 July 2012 - 06:56 PM
Line: 2439
if ( $cache['cache_expires'] > @[member='date']("Y-m-d H:i:s") ) {
Line: 2516
$this->DB->Query("DELETE FROM cache WHERE cache_expires <= '" . @[member='date']("Y-m-d H:i:s") . "'" );
Line: 2567
$is_expired = ( $check['cache_expires'] <= @[member='date']("Y-m-d H:i:s") ? true : false );
The code wrap is changing the line, it should read $is_expired = ( $check['cache_expires'] <= @date("Y-m-d H:i:s") ? true : false ); etc, no idea why it is inserting member.
Edited by mr_absinthe, 22 July 2012 - 06:59 PM.
#6566 ONLINE
Posted 22 July 2012 - 09:47 PM
mr_absinthe, on 22 July 2012 - 06:56 PM, said:
The code wrap is changing the line, it should read $is_expired = ( $check['cache_expires'] <= @date("Y-m-d H:i:s") ? true : false ); etc, no idea why it is inserting member.
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#6567
Posted 22 July 2012 - 10:26 PM
#6568 ONLINE
Posted 22 July 2012 - 11:27 PM
mr_absinthe, on 22 July 2012 - 10:26 PM, said:
If you leave the date command in, you should change it to the correct one. That won't fix this problem though.
Edited by Jack_mcs, 22 July 2012 - 11:27 PM.
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#6569
Posted 27 July 2012 - 01:53 PM
#6570 ONLINE
Posted 27 July 2012 - 04:06 PM
Nikolai, on 27 July 2012 - 01:53 PM, said:
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#6572
Posted 02 August 2012 - 03:36 AM
SEO Orginal: http://www.sincerewedding.com/groomsmen-gifts-c-27.html
Bad URL: http://www.sincerewedding.com/groomsmen-gifts-c-21_58_24_32_29_126_132_27.html
SEO Orginal: http://www.sincerewedding.com/bridal-jewelry-c-21.html
Bad URL: http://www.sincerewedding.com//bridal-jewelry-c-28_133_24_32_29_76_21_60_25_66_21.html
This isn't the only urls that have issues within the site. I did test on another store of mine and they all do have this same bug in the code. I'm still running PHP 4 so I can't update to SEO URL5.
I would like if all the bad urls could 404 out and only allow the urls from the categories on the homepage.
Any thoughts or help appreciated. If you need more examples let me know.
Thanks
#6573 ONLINE
Posted 02 August 2012 - 03:48 AM
mikus, on 02 August 2012 - 03:36 AM, said:
SEO Orginal: http://www.sincerewedding.com/groomsmen-gifts-c-27.html
Bad URL: http://www.sincerewedding.com/groomsmen-gifts-c-21_58_24_32_29_126_132_27.html
SEO Orginal: http://www.sincerewedding.com/bridal-jewelry-c-21.html
Bad URL: http://www.sincerewedding.com//bridal-jewelry-c-28_133_24_32_29_76_21_60_25_66_21.html
This isn't the only urls that have issues within the site. I did test on another store of mine and they all do have this same bug in the code. I'm still running PHP 4 so I can't update to SEO URL5.
I would like if all the bad urls could 404 out and only allow the urls from the categories on the homepage.
Any thoughts or help appreciated. If you need more examples let me know.
Thanks
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#6574
Posted 03 August 2012 - 12:01 PM
i have Ultimate_SEO_v2.3d_11 installed on osc 2.3.
it is configured as such: Add cPath to product URLs?----- false
Add category parent to product URLs? ----false
Add category parent to begining of URLs?------ false
my category urls look like this : http://mysite.com/my-product-category-c-22.html
i would like to remove the cpath.
I am linking these in Google Ad words and it will look funny with the cpath .
and my prducts look like this:
http://mysite.com/myproduct-p-80.html
is there a way to get rid of the p-#
thanks,
craig
#6575 ONLINE
Posted 03 August 2012 - 01:03 PM
zpupster, on 03 August 2012 - 12:01 PM, said:
i have Ultimate_SEO_v2.3d_11 installed on osc 2.3.
it is configured as such: Add cPath to product URLs?----- false
Add category parent to product URLs? ----false
Add category parent to begining of URLs?------ false
my category urls look like this : http://mysite.com/my-product-category-c-22.html
i would like to remove the cpath.
I am linking these in Google Ad words and it will look funny with the cpath .
and my prducts look like this:
http://mysite.com/myproduct-p-80.html
is there a way to get rid of the p-#
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#6576
Posted 03 August 2012 - 03:20 PM
Jack_mcs, on 02 August 2012 - 03:48 AM, said:
Those aren't correct paths.. The correct paths are from the home page categories. Those are some bizarre extended paths that shouldn't be allowed by osc or ultimate urls and should show a 404 not found message..
#6577
Posted 03 August 2012 - 10:36 PM
Quote
would you recommend this or are you just saying --you can use this?
craig
#6578 ONLINE
Posted 03 August 2012 - 11:51 PM
zpupster, on 03 August 2012 - 10:36 PM, said:
would you recommend this or are you just saying --you can use this?
craig
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#6579
Posted 07 August 2012 - 07:21 PM
#6580 ONLINE
Posted 07 August 2012 - 10:39 PM
Nikolai, on 07 August 2012 - 07:21 PM, said:
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking









