MODX is considered one of the most SEO-oriented CMS, consider a few simple steps that will help search engines to appreciate your site.
Configure robots.txt and .htaccess
The most important parameter for SEO, for more details on the robots.txt and .htaccess settings, see here - robots.txt and .htaccess in MODX Revo. By the way, at the time of development of...
Friday, September 13, 2019
Often when developing sites, you need to get the necessary fields of some resources, for example, display a phone in the header of the site, which the manager could change in the "Contacts" resource. So, let's look at how to do this with snippets.
fastfield
This snippet has more features than getResourceField, and it has convenient syntax.
You can download...
For success SEO in your Landing Page and website, you need to create correct sitemap.xml
It is created to help search engines (Yandex, Google) index the pages of your site.
To create the sitemap.xml file, install the pdoSitemap snippet (add-on pdoTools), you can also use GoogleSiteMap, all settings are the same.
Resource setup for sitemap.xml
1. Create a...