<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jem Vick</title>
    <description>The latest articles on DEV Community by Jem Vick (@jem_vick_c8).</description>
    <link>https://dev.to/jem_vick_c8</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3930132%2Fa319fecb-3455-4a2f-b0eb-98a33a25e285.png</url>
      <title>DEV Community: Jem Vick</title>
      <link>https://dev.to/jem_vick_c8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jem_vick_c8"/>
    <language>en</language>
    <item>
      <title>SEO Challenges With Dynamic Prayer Time City Pages</title>
      <dc:creator>Jem Vick</dc:creator>
      <pubDate>Tue, 19 May 2026 19:03:17 +0000</pubDate>
      <link>https://dev.to/jem_vick_c8/seo-challenges-with-dynamic-prayer-time-city-pages-1hd4</link>
      <guid>https://dev.to/jem_vick_c8/seo-challenges-with-dynamic-prayer-time-city-pages-1hd4</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I’m currently working on a prayer-time project focused on &lt;a href="https://riyadhprayer.com/" rel="noopener noreferrer"&gt;Prayer Times in Riyadh&lt;/a&gt; and other Saudi cities, and I’ve started facing some scalability and indexing issues as the site grows.&lt;/p&gt;

&lt;p&gt;The website currently includes:&lt;/p&gt;

&lt;p&gt;Dynamic city-based prayer time pages&lt;br&gt;
Daily Salah timings (Fajr, Dhuhr, Asr, Maghrib, Isha)&lt;br&gt;
Automatic daily updates&lt;br&gt;
Individual URLs for every city&lt;br&gt;
&lt;a href="https://riyadhprayer.com/blog/hijri-to-gregorian-date-converter/" rel="noopener noreferrer"&gt;Hijri calendar&lt;/a&gt; integration&lt;br&gt;
Countdown widgets for next prayer&lt;/p&gt;

&lt;p&gt;Example URL structure:&lt;/p&gt;

&lt;p&gt;/saudi-arabia/riyadh-prayer-times/&lt;br&gt;
/saudi-arabia/jeddah-prayer-times/&lt;br&gt;
/saudi-arabia/makkah-prayer-times/&lt;/p&gt;

&lt;p&gt;Right now, I’m generating pages dynamically and caching prayer data daily.&lt;/p&gt;

&lt;p&gt;The main issue is performance.&lt;/p&gt;

&lt;p&gt;As the number of pages increases, some pages become slower during cache refreshes and API calls. I’m trying to decide which structure would scale best long term.&lt;/p&gt;

&lt;p&gt;I’m considering three options:&lt;/p&gt;

&lt;p&gt;Store all prayer times inside a database&lt;br&gt;
Generate static JSON files daily&lt;br&gt;
Continue using external prayer-time APIs&lt;/p&gt;

&lt;p&gt;Another issue is SEO/indexing.&lt;/p&gt;

&lt;p&gt;Some pages get crawled by Google but remain in:&lt;/p&gt;

&lt;p&gt;“Crawled – currently not indexed”&lt;/p&gt;

&lt;p&gt;especially pages with frequently updated prayer-time data.&lt;/p&gt;

&lt;p&gt;I checked a few similar projects related to namaz vakitleri and prayer schedules, and many seem to use lightweight static structures with scheduled cache generation instead of real-time API requests.&lt;/p&gt;

&lt;p&gt;Questions:&lt;/p&gt;

&lt;p&gt;What’s the best scalable architecture for city-based prayer time websites?&lt;br&gt;
Is static generation better than APIs for SEO?&lt;br&gt;
Best caching strategy for frequently updated prayer schedules?&lt;br&gt;
Should daily prayer times be pre-generated overnight?&lt;br&gt;
Any recommendations for improving indexing on dynamic location pages?&lt;br&gt;
Would CDN caching help with prayer-time content?&lt;/p&gt;

&lt;p&gt;Would really appreciate advice from developers who have worked on:&lt;/p&gt;

&lt;p&gt;location-based websites&lt;br&gt;
Islamic/prayer-time projects&lt;br&gt;
dynamic time-sensitive content&lt;br&gt;
large SEO-focused city pages&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
