Site URL anda Permalink
Some of the problems often found when building a website or a site is found and the URL or permalink on a map of the site should not be.
As an example:
1. for example, when you access a website or a site, there is a double slash (//) at the end of the url of the website.
Example: https://namawebsite.com// or www.namawebsite.com//
It should be is: https://websitename.com or www.websitename.com
2. Or when you access one post on the website there is a double slash (//) which connects the site url with the slug permaling.
Example: https://websitename.com//slug-permalink or www.websitename.com//slug-permalink
It should be is: https://websitename.com/slug-permalink or www.websitename.com/slug-permalink
3. Another problem typically encountered is no slash at the site url linking to the site url permalink slug.
Example: http: //websitename.comslug-permalink or www.websitename.comslug-permalink
That should have been is https://websitename.com/slug-permalink or www.websitename.com/slug-permalink
The above problems can also be encountered when you upload Sitemap.xml the webmaster tool. Or please check on your sitemap.xml file, on your website ROOT_DIRECTORY are. Because if you want to see results on a webmaster tool, warning or the results will be visible after a few days.
To solve the problem – the above problems doing things – the following:
1. On the dashboard admin / settings / general
Make sure the site url that you input without ending slash “/”, a true example: https://websitename.com or https://www.websitename.com
2. Still on the dashboard admin / settings / config
Make sure the permalink slug-like following:
Post Permalink: slug / post-title
Default Permalink Slug: detailpost
3. Please login your directory_website (cpanel) /po-includes/core/config.php
Be sure like the example below:
Watch really figure 1 below, and make sure the lines 13, 41, and 42 is exactly as you see in the image.
Gambar 1
4. Please open a po-content / component / settings / admin setting.php, the sitemap settings. See figure 2 and change like figure 3
Gambar 2
Gambar 3



