web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / page custom metadata
Power Pages
Suggested Answer

page custom metadata

(0) ShareShare
ReportReport
Posted on by 4
In other systems that use liquid, you could use front matter to set up variables at a page level that could be retrieved by the layout template. I don't think this is possible in power pages?

I don't think there's anything in the admin UI that will let you add custom metadata to a page, but given the web page table exists in dataverse, can you add your own field to this table, and retrieve it in via liquid code?

 
Categories:
I have the same question (0)
  • Suggested answer
    Fubar Profile Picture
    8,503 Super User 2026 Season 1 on at
    Not sure what you are asking.
     
    In Liquid you can:
    (the ability to retrieve data etc is also in conjunction with the Portal user or annonymous user having appropriate Table Permissions)
  • Suggested answer
    SaiRT14 Profile Picture
    1,992 Super User 2025 Season 1 on at
    Try the following:
    • Add Custom Fields to the Web Page Table in Dataverse:  Yes, you can add custom fields to the Web Page table in Dataverse. Navigate to Dataverse > Tables > Web Page in Power Platform. Add a new column (custom field) to the Web Page table to store the metadata you want to access.

    • Populate the Custom Field for Specific Pages: In the Portal Management App, find the specific web page records you want to add custom metadata to. Populate the custom field with the relevant metadata or variables you want to use on that page.

    • Retrieve the Custom Field Value Using Liquid: In the Liquid template, you can retrieve and use the custom field's value by accessing the web page's record.

    ​​​​​​​{% assign customMetadata = webpage.custom_field_name %}
    {{ customMetadata }}
    • Use the Metadata in Layout Templates:  If you need to retrieve the metadata from a layout template, use the same Liquid syntax to access the custom field from the current page context.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
11manish Profile Picture

11manish 46

#2
Valantis Profile Picture

Valantis 24

#2
omkarsupreme Profile Picture

omkarsupreme 24

Last 30 days Overall leaderboard