craft-seomatic icon indicating copy to clipboard operation
craft-seomatic copied to clipboard

Feature Request: Link to main sitemap on Dashboard

Open CreateSean opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is.

I can never remember how to find the sitemap generated by SEOmatic. A prominent link/button, to the main sitemap, on the SEOmatic dashboard would be helpful

Describe the solution you would like

A clear and concise description of what you would like to have happen.

A prominent link/button, to the main sitemap, on the SEOmatic dashboard would be helpful

image

CreateSean avatar Mar 24 '22 13:03 CreateSean

What would the use-case be here? It should always be at: /sitemap.xml the standard location

khalwat avatar Mar 24 '22 16:03 khalwat

clients keep asking where the sitemap is at launch. I can never remember - but if there's a button there anyone can find it easily.

CreateSean avatar Mar 24 '22 16:03 CreateSean

Yet once again I had to google to find out where the sitemap xml is located. Would be really handy to include it in the dashboard cause then the client would know where to find it too.

CreateSean avatar Apr 20 '23 13:04 CreateSean

Acknowledged.

khalwat avatar Apr 21 '23 18:04 khalwat

So this is my bad... I feel really dumb for not remembering this, but I went to go add this feature to SEOmatic, and it's already there! :)

Screenshot 2023-04-30 at 4 33 52 PM

But really it should be in the Global sitemap settings page too. So I'll add it there.

khalwat avatar Apr 30 '23 20:04 khalwat

Addressed in: https://github.com/nystudio107/craft-seomatic/commit/66034359e63aa7b943e11ad0260dd739ba3f9ff5 & https://github.com/nystudio107/craft-seomatic/commit/10bfaa51c2486f77459dc07cd21f756e018f40a2

Screenshot 2023-04-30 at 4 50 08 PM

Craft CMS 3:

You can try it now by setting your semver in your composer.json to look like this:

    "nystudio107/craft-seomatic": "dev-develop as 3.4.53”,

Then do a composer clear-cache && composer update

…..

Craft CMS 4:

You can try it now by setting your semver in your composer.json to look like this:

    "nystudio107/craft-seomatic": "dev-develop-v4 as 4.0.24”,

Then do a composer clear-cache && composer update

khalwat avatar Apr 30 '23 20:04 khalwat