UBB.Dev
Posted By: Aaron101 Sitemaps and SEO URLs - 04/02/2022 5:35 PM
Is this something I need to pay for for an add on? If not, how do I go about generating a sitemap and SEO friendly URLs exactly? Is there a thread that walks through these already?

Thanks!!
Posted By: Aaron101 Re: Sitemaps and SEO URLs - 04/04/2022 1:13 AM
Is having a sitemap only possible by buying a add-on?
Posted By: isaac Re: Sitemaps and SEO URLs - 04/04/2022 6:10 AM
Sitemaps topic is here
https://ubbdev.com/forums/ubbthreads.php/topics/313117/7-x-ubb-sitemaps.html

SEO friendly URLS are part of the stock UBB.threads program.
Control Panel > Primary > Enable Friendly URLs

Quote
Enable Friendly URLs
Enabling this function will generate URLs that are easy to read and include words that describe the content of the webpage. This allows most search engines to easily crawl your forum, and also allows for specially formatted URLs.
Note: The PATH_INFO environmental variable must be available for this feature to function properly.
Posted By: Aaron101 Re: Sitemaps and SEO URLs - 04/04/2022 12:32 PM
Thanks!

How do I do this part: Note: The PATH_INFO environmental variable must be available for this feature to function properly.
Posted By: isaac Re: Sitemaps and SEO URLs - 04/04/2022 6:02 PM
Google is your friend
https://www.google.com/search?q=PATH_INFO

first result
https://httpd.apache.org/docs/2.4/mod/core.html
second result
https://stackoverflow.com/questions/2261951/what-exactly-is-path-info-in-php


DEFAULT setting for PATH_INFO
Quote
The treatment of requests with trailing pathname information is determined by the handler responsible for the request. The core handler for normal files defaults to rejecting PATH_INFO requests. Handlers that serve scripts, such as cgi-script and isapi-handler, generally accept PATH_INFO by default.

this means that the default setting is normally ON. which is whats being requested for this feature to work.
© UBB.Developers