How can I add custom tags (for SEO) in Agile Toolkit (atk4)?
|
feedback
|
|
Like with any template, you can add additional text into it through something like this:
in your case you will be adding it into $api class. | |||
|
feedback
|
|
I did this with the following steps on ATK 4.1.1
Now you will have your default description and keywords on all pages. 3. Finally, in /page/....php, put specific tags using the following lines
| |||
|
feedback
|
|
There is a Seo-related controller as well: https://github.com/atk4/atk4-addons/blob/master/misc/lib/Controller/Seo.php You can use this by adding it into the API inside init();
Then it would simply copy certain tags from page's templates into section. The source should be simple enough to read through and understand the concept. | |||
|
feedback
|