Web-Dev-Path / web-dev-path

The Web Dev Path platform. Progressive Web App (PWA). Next.js rules!
https://webdevpath.co
GNU General Public License v3.0
33 stars 11 forks source link

Imeplementation of Dynamic Meta Tags #209

Closed Satoshi-Sh closed 9 months ago

Satoshi-Sh commented 9 months ago
Web Dev Path
208

closes #208

Have you updated the CHANGELOG.md file? If not, please do it.

Yes, I did.

Requirements

What is this change?

Were there any complications while making this change?

No

How to replicate the issue?

N/A

If necessary, please describe how to test the new feature or fix it.

Run the app locally or use the preview page, and open the element tab to check the title, meta(keywords and description), and link(canonical) tags on your browser. They should match with the info in utils/meta.js file.

To check the fallback mechanism, you can type a URL like "localhost:3010/newpage". Meta tags should be the same as "/".

When should this be merged?

After getting reviewed.

netlify[bot] commented 9 months ago

Deploy Preview for webdevpathstage ready!

Name Link
Latest commit bc12090af158c1c0f756c73b0caec2249b1fea55
Latest deploy log https://app.netlify.com/sites/webdevpathstage/deploys/656579dcc692d5000817e3b6
Deploy Preview https://deploy-preview-209--webdevpathstage.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Satoshi-Sh commented 9 months ago

@mariana-caldas Let me know if you want to change the pageMeta properties for the blog and contact.

Satoshi-Sh commented 9 months ago

Mariana fixed that, @LuSilvaDeveloper

Thanks for reviewing!!