01-01-2025, 05:32 AM
Needing to add meta data to pages of FOSSBilling such as <meta name="description" content="This is the description of my website page" /> and I am unable to locate anywhere to do this.
I do see the fields have been created when viewing the page source such as this sample and the content area for <meta name="description" content="">, <meta name="robots" content=""> and <meta name="author" content=""> appear -
<head>
<meta charset="utf-8">
<title>Order</title>
<meta property="bb:url" content="https://clientele.auswidewebsites.com/">
<meta property="bb:client_area" content="https://clientele.auswidewebsites.com/">
<meta name="csrf-token" content="3a682a35d026e93b9f859f38c789d114">
<meta name="description" content="">
<meta name="robots" content="">
<meta name="author" content="">
<meta name="generator" content="FOSSBilling">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
I further see the code {% block meta_title %}{{ 'Order'|trans }}{% endblock %} does create the title field but nowhere can I locate where or how to place a "Description for that field to be populated.
I have processed the site in All In One SEO as well as Yoast SEO and both return missing data fields which are needed for SEO of course.
The image below displays on the right all pages are missing the Meta Description field and on the left, the only pages are from FOSSBilling.
Hope this isnt confusing the issue.
I do see the fields have been created when viewing the page source such as this sample and the content area for <meta name="description" content="">, <meta name="robots" content=""> and <meta name="author" content=""> appear -
<head>
<meta charset="utf-8">
<title>Order</title>
<meta property="bb:url" content="https://clientele.auswidewebsites.com/">
<meta property="bb:client_area" content="https://clientele.auswidewebsites.com/">
<meta name="csrf-token" content="3a682a35d026e93b9f859f38c789d114">
<meta name="description" content="">
<meta name="robots" content="">
<meta name="author" content="">
<meta name="generator" content="FOSSBilling">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
I further see the code {% block meta_title %}{{ 'Order'|trans }}{% endblock %} does create the title field but nowhere can I locate where or how to place a "Description for that field to be populated.
I have processed the site in All In One SEO as well as Yoast SEO and both return missing data fields which are needed for SEO of course.
The image below displays on the right all pages are missing the Meta Description field and on the left, the only pages are from FOSSBilling.
Hope this isnt confusing the issue.