-
1.Formation of multiple dynamic URLs
There is an event page feature on the site that shows information about upcoming & past events- https://coacharya.com/events
For every event, multiple dynamic URLs are generated-
Event page URL- https://coacharya.com/event/peer-coaching-evenings-apac/2024-01-30/
Dynamic page URLs-
https://coacharya.com/?post_type=tribe_events&eventDisplay=photo&tribe_events_cat=webinar&eventDate=2024-03-28
https://coacharya.com/page/3/?post_type=tribe_events&eventDisplay=photo&tribe_events_cat=coach-training&eventDate=2015-05-01
https://coacharya.com/events/photo/2022-12-09/
https://coacharya.com/events/week/2023-09-23/
https://coacharya.com/events/month/?related_series=31513
https://coacharya.com/events/list/?tribe-bar-date=2025-02-06Ask-
Why are these URL variations forming?
How to fix it?
How to ensure these URLs will not be created in the future?
How to remove & fix the URLs that are already crawled in Google Search?List of 15 plugins & extensions we are using on the event page-
Divi Events Calendar
The Events Calendar
The Events Calendar Extension: Custom Label for Event URLs
The Events Calendar Extension: Only Location-Based Time Zones
The Events Calendar Extension: Open external links in a new tab
The Events Calendar Extension: Relabeler
The Events Calendar Extension: Remove Export Links
The Events Calendar Extension: Tweaks
The Events Calendar Pro
The Events Calendar: Filter Bar
The Events Calendar: Virtual Events
Event Tickets
Event Tickets Extension: Additional Fields
Event Tickets Plus
Events Tickets Extension: Ticket Email Settings2.Irrelevant pages indexing- Post new WordPress installation, the graph for indexed & non indexed pages are increasing drastically whereas the relevant content pages on site are below 1K.
Attached Image herehow to Remove/ delete all the non indexed urls from the website
Current Robots.txt code- https://coacharya.com/robots.txt
Code:
User-agent: *
Disallow: /wp-admin/
Allow: /wp-admin/admin-ajax.phpDisallow: /blog/*/attachment/*
Disallow: /page/*/?post_type=tribe_events&eventDisplay*
Disallow: /?post_type=tribe_events&eventDisplay*
Disallow: /*/?post_type=tribe_events&eventDisplay*
Disallow: /events/list/page/*
Disallow: /?aad=*
Disallow: /*/?tribe-bar-date*
Disallow: /?utm_source=*
Disallow: /?*
Disallow: /*/?*
Disallow: /event/webinar/*
Disallow: /events/photo/*
Disallow: /events/week/*
Disallow: /category/blog/*
Disallow: /events/category*
Disallow: /events/month/*
Disallow: /tag/change/*
Disallow: /events/category/webinar/week/*
The ticket ‘Formation of multiple dynamic URLs and Irrelevant pages indexing.’ is closed to new replies.