Ultimate SEO Urls

Open to all! Ask other shopowners for help.
Locked
Piernas
Member
Posts: 98
Joined: Thu Mar 11, 2021 2:16 am
Phoenix Version:
Has thanked: 2 times
Been thanked: 5 times

Ultimate SEO Urls

Post by Piernas »

Features

Ultimate SEO URL rewrites the standard Phoenix URLs to make them more user friendy and with multi-language support.

Products URLs can be composed with any combination of product, category, manufacturer or model names in any order. It can be changed and the old URL will redirect to the new one.

For example if you choose category/brand/model/product-name and if the uri type is path based your product url will look like:

www.mysite.com/vegetables-von-peacock-g ... m-p-6.html

instead of the regular:

www.mysite.com/product_info.php?products_id=6

Multilanguage and SEO

It also adds the ability to diferentiate URLs by language, creating different URL addresses for each one, something crucial if you want your pages to be indexed correctly by browsers depending on its target language.

Stock Phoenix returns the same URI for all the language localized versions of a page. This app will make them different pages, i.e.:

Default language (English): www.mysite.com/green-tomatoes-p-6.html
Second language (Spanish): www.mysite.com/es/tomates-verdes-p-6.html
Third language (French): www.mysite.com/fr/tomates-vertes-p-6.html

Note default language will not include the language path (/en/, /es/, /fr/, /de/...)

Canonical and hreflang tags

The app also includes canonical and hreflang modules that adds differentiating tags to these pages. This highly improves Phoenix SEO capabilities for multi-lingual shops.

With the canonical tags Info pages will be linked to their corresponding .php file, avoiding the spiders finding duplicated content, i.e.;

www.mysite.com/info.php?pages_id=1

will become

www.mysite.com/privacy-cookie-policy-pi-1.html

and both canonicat tags on these pages will point to

www.mysite.com/privacy.php

as the default URL for the same content.

With hreflang tags each page will containg links of other localized version of itself:

English <link rel="alternate" hreflang="en" href="http://www.mysite.com/my-great-category-c-3.html" />
German <link rel="alternate" hreflang="de" href="http://www.mysite.com/de/meine-super-kategorie-c-3.html" />
Spanish <link rel="alternate" hreflang="es" href="http://www.mysite.com/es/mi-estupenda-c ... a-c-3.html" />

Cache

It also has the ability to cache URLs, using three methods: File, SQLite or Mysql based. This will improve the page generation times by saving database queries, specially on sites with lots of products and categories or servers with low resources.

404 error page

You can personalize your "404 Not found" page. The template is located at: /templates/default/includes/pages/notfound_404.php. It will return correct 404 header unlike stock one does.

Sitemap

Included in this package is a sitemap generator compatible with multiple languages. It will generate separate sitemaps for products, categories and other pages. To generate the sitemap you must access /sitemaps/index.php directory of your website. This task can be automated if you wish.

Changelog:
R3.0.2 (February 2021)
Updated to work with for Phoenix 1.0.8.1.
Fixed loading the correct general language file on first language change.
Fixed hreflang tags for categories and manufacturer pages
Ultimate_SEO_Urls v3.0.2.zip
This app is based on Ultimate SEO URLS 5 Pro for Oscommerce 2.3 by Jack_mcs (for older Oscommerce versions).
You do not have the required permissions to view the files attached to this post.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Owl
Member
Posts: 38
Joined: Sun Feb 28, 2021 8:03 pm
Phoenix Version:
Has thanked: 13 times

Re: Ultimate SEO Urls

Post by Owl »

1.0.8.1 PHP 7.4

Fatal error: Uncaught Error: Call to undefined function phoenix_min_version() in /xxx/xxx/xxx/xxx/includes/apps/ultimate_seo_urls/includes/usu_installer.php:339 Stack trace: #0 /xxx/xxx/xxx/xxx/includes/apps/ultimate_seo_urls/includes/usu_installer.php(103): usu_installer->getMaxSort() #1 /xxx/xxx/xxx/xxx/administracao/usu.php(28): usu_installer->install() #2 {main} thrown in /xxx/xxx/xxx/xxx/includes/apps/ultimate_seo_urls/includes/usu_installer.php on line 339
User avatar
mhsuffolk
Contributor
Posts: 199
Joined: Sat Oct 26, 2019 9:13 am
Phoenix Version: v1.1.0.6
Has thanked: 12 times
Been thanked: 11 times

Re: Ultimate SEO Urls

Post by mhsuffolk »

Ditto
1.0.8.1 PHP 7.4

Fatal error: Uncaught Error: Call to undefined function phoenix_min_version() in D:\Phoenix_1_0_8_0\htdocs\includes\apps\ultimate_seo_urls\includes\usu_installer.php:339 Stack trace: #0 D:\Phoenix_1_0_8_0\htdocs\includes\apps\ultimate_seo_urls\includes\usu_installer.php(103): usu_installer->getMaxSort() #1 D:\Phoenix_1_0_8_0\htdocs\AGRwj6P77n89kU\usu.php(28): usu_installer->install() #2 {main} thrown in D:\Phoenix_1_0_8_0\htdocs\includes\apps\ultimate_seo_urls\includes\usu_installer.php on line 339
User avatar
mhsuffolk
Contributor
Posts: 199
Joined: Sat Oct 26, 2019 9:13 am
Phoenix Version: v1.1.0.6
Has thanked: 12 times
Been thanked: 11 times

Re: Ultimate SEO Urls

Post by mhsuffolk »

Also usu.php does not detect english language . My store is English only but the text is Spanish but the Install button is English.
admin
Contributor
Posts: 217
Joined: Wed Oct 30, 2019 1:34 pm
Phoenix Version:
Has thanked: 20 times
Been thanked: 22 times

Re: Ultimate SEO Urls

Post by admin »

Support for this Addon will now be available on the Addon page - app.php/addons/free_addon/ultimate_seo_urls/support


Join The Code Co-op to get access to your library in the Code Co-op Forum
Locked