==================================================================== FreeJobAlert.com — Remaining Pages Audit & Suggestions Date: 2026-05-28 Purpose: Identify ALL pages needing content/schema fixes ==================================================================== This report covers every non-article page type NOT covered in the previous two reports (homepage and main category pages). It audits 47 pages across 4 page groups totaling 4.9M monthly views. 1. OPTIMIZATION TIERS — WHAT EXISTS TODAY ==================================================================== TIER A — ALREADY WELL-OPTIMIZED (use as models): /railway-jobs/ Rich content + FAQ + keyword H2s /sarkari-naukri/ CollectionPage + FAQ + ItemList /search-jobs/10th* CollectionPage + FAQ + ItemList /exams/ssc-jobs/ FAQ + 13 paragraphs content /anganwadi-recruit/ 11 paragraphs + keyword H2s TIER B — HAS SOME CONTENT, NEEDS SCHEMA + MORE: /government-jobs/ 28 paragraphs at BOTTOM only /sarkarijob/ 2 paragraphs, no FAQ /last-date-reminder/ 2 paragraphs, no FAQ /law-jobs/ 1 paragraph, no FAQ TIER C — ZERO CONTENT, NEEDS EVERYTHING: All 20 state pages Zero paragraphs, no FAQ /latest-notifications Zero paragraphs, no FAQ /bank-jobs/ Zero paragraphs, no FAQ /police-defence-jobs/ Zero paragraphs, no FAQ /state-government/ Zero paragraphs, no FAQ /teaching-faculty/ Zero paragraphs, no FAQ /engineering-jobs/ Zero paragraphs, no FAQ /admit-card/ Zero paragraphs, no FAQ /exam-results/ Zero paragraphs, no FAQ /medical-hospital/ Zero paragraphs, no FAQ /stenographer-jobs/ Zero paragraphs, no FAQ /part-time-jobs/ Zero paragraphs, no FAQ 2. COMMON BUGS FOUND ACROSS ALL PAGES ==================================================================== BUG 1: body itemtype="schema.org/Blog" on listing pages ---------------------------------------------------------------------- Affected: EVERY category page, state page, search-jobs page, specialty page — except /sarkarijob/ (which uses WebPage) and /sarkari-naukri/ (which is correctly absent from body but has CollectionPage in schema). These are listing/collection pages, NOT blogs. Using "Blog" sends Google the wrong content-type signal. Fix: One WordPress theme template change. Set itemtype to "https://schema.org/CollectionPage" for all non-article, non-homepage pages that list job notifications. BUG 2: Organization schema has empty sameAs:[] on all pages except homepage ---------------------------------------------------------------------- Homepage has: "sameAs":["telegram","whatsapp","instagram","youtube","facebook","playstore"] Every other page has: "sameAs":[] Fix: Update the category/post template to include the same social links as the homepage. This is a template-level fix (one change). BUG 3: SearchAction target format inconsistent ---------------------------------------------------------------------- Homepage uses the correct format: "target":{"@type":"EntryPoint","urlTemplate":"...?q={search_term_string}"} Category pages use the deprecated format: "target":"https://www.freejobalert.com/search_gcse/?q={search_term_string}" Fix: Update category template to use the EntryPoint format. BUG 4: Organization @id has double slash on category pages ---------------------------------------------------------------------- Category pages have: "@id":"https://www.freejobalert.com//#organization" ^^ Homepage correctly has: "@id":"https://www.freejobalert.com/#organization" Fix: Remove the extra / in the template. BUG 5: PHP not executing in /railway-jobs/ content ---------------------------------------------------------------------- The railway-jobs page has rendering as literal text in the HTML instead of "2026". This means the bottom content is in a WordPress HTML block (not PHP block), or the PHP is not being processed. Visible in rendered source. Fix: Either switch to a PHP-capable block, use a shortcode, or hardcode "2026" and update annually. 3. STATE PAGES — 20 PAGES, 4.5M COMBINED VIEWS ==================================================================== 3A. AUDIT RESULTS ---------------------------------------------------------------------- ALL 20 state pages share the identical structure and problems: Title: "Latest [State] Government Job Notifications | FreeJobAlert.Com" H1: "Latest [State] Government Jobs" Body: itemtype="schema.org/Blog" Schema: Organization(empty sameAs) + WebSite + WebPage + BreadcrumbList Content: ZERO paragraphs FAQ: None Sections: Single h4.latsec "[State]" with one table of jobs Traffic and earnings by state (sorted by views): Note: Chandigarh, J&K, and Tripura have high ad load rates (128-142%) and high viewability (68-71%). These smaller state pages are likely loaded by engaged users who scroll. The big state pages (Odisha, Punjab) have terrible load rates (9-16%) — same Rocket Loader issue. 3B. SUGGESTED FIX — TEMPLATE APPROACH ---------------------------------------------------------------------- Since all 20 state pages use the same WordPress template, the fixes should be made at the TEMPLATE LEVEL with dynamic state-specific content. Here is the pattern: 1. TITLE TEMPLATE: CURRENT: "Latest [State] Government Job Notifications | FreeJobAlert.Com" CHANGE: "Latest [State] Government Jobs 2026 - [State PSC Name] Recruitment | FreeJobAlert.Com" Examples: - "Latest Odisha Government Jobs 2026 - OPSC, OSSSC Recruitment | FreeJobAlert.Com" - "Latest Punjab Government Jobs 2026 - PPSC, PSSSB Recruitment | FreeJobAlert.Com" - "Latest Rajasthan Government Jobs 2026 - RPSC, RSSB Recruitment | FreeJobAlert.Com" 2. META DESCRIPTION TEMPLATE: CURRENT: "Get all [State] Government Jobs Notifications here for all qualifications like 10th, 12th, technical and Any Degree etc." CHANGE: "Find latest [State] government jobs 2026 from [PSC name], state departments, courts, police, and other [State] government bodies. Get recruitment notifications for 10th, 12th, graduate and post-graduate vacancies with direct apply online links." 3. INTRO PARAGRAPH TEMPLATE (add before job tables):

Browse the latest [State] government job notifications updated daily. This page lists recruitment from [State PSC Name], district courts, state police, education department, health department, and all other [State] government departments and bodies. Check post details, eligibility, last dates, and use the direct apply online links.

4. SCHEMA TEMPLATE: Change WebPage to CollectionPage and add: "about": {"@type":"Thing", "name":"[State] Government Jobs"}, "specialty": "[State] State Government Recruitment Notifications", "keywords": "[state] government jobs, [state PSC] recruitment, sarkari naukri [state], [state] govt jobs 2026" 5. BODY ITEMTYPE: Change from Blog to CollectionPage (template-level fix). 3C. STATE-SPECIFIC PSC NAMES (for title/description customization) ---------------------------------------------------------------------- State PSC / Main Board Other Key Bodies ---------------------------------------------------------------------- Andhra Pradesh APPSC APPC, APPHD Bihar BPSC BSSC, BPSSC Chhattisgarh CGPSC CGVYAPAM Delhi DSSSB DDA, DMRC Gujarat GPSC GSSSB, GSERB Haryana HPSC HSSC Himachal Pradesh HPPSC HPSSSB Jammu & Kashmir JKPSC JKSSB Jharkhand JPSC JSSC Karnataka KPSC KEA Madhya Pradesh MPPSC MPESB, Vyapam Maharashtra MPSC Mahapariksha Odisha OPSC OSSSC, OSSC Punjab PPSC PSSSB Rajasthan RPSC RSSB, RSMSSB Tamil Nadu TNPSC TRB, MRB Telangana TSPSC TSSPDCL Tripura TPSC - Uttar Pradesh UPPSC UPSSSC, UPPRPB Uttarakhand UKPSC UKSSSC West Bengal WBPSC WBSSC, WBP 4. SEARCH-JOBS PAGES — 13 PAGES, 663K VIEWS ==================================================================== 4A. AUDIT ---------------------------------------------------------------------- These pages are DYNAMICALLY GENERATED listing pages at /search-jobs/[qualification]-government-jobs/ TWO of them are already well-optimized: /search-jobs/10th-pass-government-jobs/ — CollectionPage + FAQ + ItemList /search-jobs/8th-pass-government-jobs/ — (likely same template) But most have LOW viewability (32-39%) and mediocre RPMs. *The 10th-pass page already uses CollectionPage schema, FAQPage schema, and ItemList. If these were generated from the same template, all search-jobs pages should already have this. But the low viewability (32-39%) across all pages suggests a positioning/loading issue. 4B. SUGGESTED FIXES ---------------------------------------------------------------------- 1. VERIFY: Check if the /search-jobs/ template already includes CollectionPage + FAQ + ItemList for ALL pages, or only for 10th-pass and 8th-pass. 2. IF NOT: Apply the same schema pattern to all /search-jobs/ pages. 3. VIEWABILITY FIX: The 32-39% viewability on these pages is the WORST of any page type. This suggests the ad slot position on these pages is particularly bad. Investigate whether ads are loading below the fold or being pushed down by content. 4. ADD QUALIFICATION-SPECIFIC INTRO PARAGRAPHS: Example for /search-jobs/iti-government-jobs/: "Find the latest ITI government job vacancies across India for 2026. Browse recruitment notifications for Fitter, Electrician, Mechanic, Welder, Turner, and other ITI trade certificate holders from Railway, Defence, PSU, and central/state government departments." Example for /search-jobs/diploma-government-jobs/: "Explore latest diploma government job vacancies for 2026. Find recruitment from BHEL, ONGC, Railways, DRDO, and other PSUs for Diploma holders in Mechanical, Electrical, Civil, Electronics, and Computer Engineering." 5. SPECIALTY PAGES — 12 PAGES, 298K VIEWS ==================================================================== 5A. /engineering-jobs/ (109K views , ZERO content) ---------------------------------------------------------------------- CURRENT: Just a listing table. No paragraphs. No FAQ. Same template as other category pages. NEEDS: - Intro paragraph mentioning Civil, Mechanical, Electrical, Electronics, Computer Science engineering jobs from PSUs, DRDO, ISRO, Railways - Bottom content (~400 words) on types of engineering govt jobs - FAQ schema (4-5 questions) - Schema: CollectionPage with about: "Engineering Government Jobs" - Title update: add "Civil, Mechanical, Electrical" keywords 5B. /anganwadi-recruitment/ (49K views — BEST NON-ARTICLE RPM!) ---------------------------------------------------------------------- CURRENT: Already has 11 paragraphs + keyword-rich H2 headings. Good title and meta description. No FAQ schema though. WHY IT WORKS: The content specifically targets "Anganwadi Worker", "Anganwadi Helper", "Anganwadi Supervisor" — very specific keywords that coaching institutes and WCD departments bid on. NEEDS: - Add FAQ schema (5 questions about Anganwadi eligibility, salary, selection process) - Fix body itemtype to CollectionPage - Fix Organization sameAs This page proves the strategy: specific keyword-rich content = higher RPM. 5C. /medical-hospital-jobs/ (9.6K views, ZERO content) ---------------------------------------------------------------------- NEEDS: - Title: "Latest Medical & Hospital Jobs 2026 - Staff Nurse, Pharmacist, Lab Technician Recruitment | FreeJobAlert.Com" - Intro paragraph about Staff Nurse, Pharmacist, Lab Technician, Radiographer, Medical Officer vacancies - Bottom content on types of medical government jobs - FAQ schema - Schema upgrade 5D. /law-jobs/ (12.6K views, 1 paragraph only) ---------------------------------------------------------------------- NEEDS: - Expand content: types of law government jobs (court clerk, advocate, legal advisor, judge), eligible qualifications (LLB, LLM, BL) - FAQ schema - Schema upgrade 5E. /stenographer-jobs/ (11.2K views) ---------------------------------------------------------------------- NEEDS: - Content about SSC Stenographer, High Court Stenographer, state stenographer vacancies - FAQ schema - Schema upgrade 5F. /last-date-reminder/ (16K views) ---------------------------------------------------------------------- CURRENT: Has 2 paragraphs and an "About" H2. Decent RPM. NEEDS: - FAQ schema - Expand content slightly - Schema upgrade 5G. /sarkarijob/ (32K views) ---------------------------------------------------------------------- CURRENT: Has 2 paragraphs. Uses WebPage body itemtype (correct!). No FAQ schema. NEEDS: - FAQ schema - Schema upgrade to CollectionPage - Keywords in schema 5H. /part-time-jobs/ (6K views, 25% viewability) ---------------------------------------------------------------------- High RPM but extremely low viewability (25%). The ad position on this page is particularly problematic. NEEDS: - Content about government part-time and contractual jobs - Viewability investigation (ad position issue) - FAQ schema 5I. /upcoming-notifications/ (19K views) ---------------------------------------------------------------------- NEEDS: Content, FAQ, schema upgrade. 5J. /exams/ssc-jobs/ and /exams/upsc-jobs/ ---------------------------------------------------------------------- CURRENT: Already has 13 paragraphs + FAQ schema. Decent structure. Different URL pattern (/exams/) suggests a different template. NEEDS: - Body itemtype fix - Organization sameAs fix - Review content for 2026 updates 6. FULL PAGE INVENTORY — WHAT NEEDS WHAT ==================================================================== Legend: [I] = Needs intro paragraph above tables [C] = Needs content paragraphs (below tables or inline) [F] = Needs FAQ schema [S] = Needs schema upgrade (CollectionPage, about, keywords) [T] = Needs title/meta description improvement [B] = Needs body itemtype fix (Blog → CollectionPage) TEMPLATE-LEVEL FIXES (one change affects multiple pages): [B] Fix body itemtype on ALL pages .................. ALL PAGES [O] Fix Organization sameAs on ALL pages ............ ALL PAGES [X] Fix SearchAction target format on ALL pages ..... ALL PAGES [D] Fix double-slash in Organization @id ............ ALL PAGES ALREADY OPTIMIZED (no content changes needed): /railway-jobs/ ........... Already good (fix PHP $curYear bug) /sarkari-naukri/ ......... Already good /search-jobs/10th-pass/ .. Already good (template) /exams/ssc-jobs/ ......... Already good MAIN CATEGORY PAGES (covered in previous report): /latest-notifications/ ... [I][C][F][S][T][B] — 2.6M views /government-jobs/ ........ [I][F][S][B] — 1.18M views (has bottom content) /state-government-jobs/ .. [I][C][F][S][T][B] — 497K views /police-defence-jobs/ .... [I][C][F][S][T][B] — 430K views /bank-jobs/ .............. [I][C][F][S][T][B] — 255K views /teaching-faculty-jobs/ .. [I][C][F][S][T][B] — 81K views /engineering-jobs/ ....... [I][C][F][S][T][B] — 110K views /admit-card/ ............. [I][C][F][S][T][B] — 84K views /exam-results/ ........... [I][C][F][S][T][B] — 40K views STATE PAGES (use template approach — Section 3): /odisha-government-jobs/ ...... [I][C][F][S][T][B] — 876K views /punjab-government-jobs/ ...... [I][C][F][S][T][B] — 476K views /ap-government-jobs/ .......... [I][C][F][S][T][B] — 260K views /wb-government-jobs/ .......... [I][C][F][S][T][B] — 244K views /karnataka-government-jobs/ ... [I][C][F][S][T][B] — 212K views /rajasthan-government-jobs/ ... [I][C][F][S][T][B] — 209K views /jharkhand-government-jobs/ ... [I][C][F][S][T][B] — 203K views /bihar-government-jobs/ ....... [I][C][F][S][T][B] — 191K views /mp-government-jobs/ .......... [I][C][F][S][T][B] — 167K views /delhi-government-jobs/ ....... [I][C][F][S][T][B] — 152K views /hp-government-jobs/ .......... [I][C][F][S][T][B] — 150K views /haryana-government-jobs/ ..... [I][C][F][S][T][B] — 149K views /telangana-government-jobs/ ... [I][C][F][S][T][B] — 142K views /chhattisgarh-government-jobs/ [I][C][F][S][T][B] — 138K views /up-government-jobs/ .......... [I][C][F][S][T][B] — 94K views /maharashtra-government-jobs/ . [I][C][F][S][T][B] — 76K views /uttarakhand-government-jobs/ . [I][C][F][S][T][B] — 64K views /chandigarh-government-jobs/ .. [I][C][F][S][T][B] — 39K views /gujarat-government-jobs/ ..... [I][C][F][S][T][B] — 31K views /tn-government-jobs/ .......... [I][C][F][S][T][B] — 31K views /jk-government-jobs/ .......... [I][C][F][S][T][B] — 26K views /tripura-government-jobs/ ..... [I][C][F][S][T][B] — 5K views SPECIALTY PAGES: /anganwadi-recruitment/ . [F][S][B] — 49K views (has content) /sarkarijob/ ............ [F][S] — 32K views (has some content) /last-date-reminder/ .... [F][S][B] — 16K views (has some content) /law-jobs/ .............. [C][F][S][T][B] — 13K views /stenographer-jobs/ ..... [C][F][S][T][B] — 11K views /medical-hospital-jobs/ . [I][C][F][S][T][B] — 10K views /part-time-jobs/ ........ [C][F][S][B] — 6K views /district-court-recruit/ [C][F][S][B] — 3K views SEARCH-JOBS PAGES (verify template already applies): /search-jobs/12th-pass/ ...... Verify CollectionPage + FAQ /search-jobs/iti/ ............ Verify CollectionPage + FAQ /search-jobs/any-graduate/ ... Verify CollectionPage + FAQ /search-jobs/diploma/ ........ Verify CollectionPage + FAQ /search-jobs/btech-be/ ....... Verify CollectionPage + FAQ /search-jobs/bcom/ ........... Verify CollectionPage + FAQ /search-jobs/any-post-grad/ .. Verify CollectionPage + FAQ /search-jobs/mba-pgdm/ ....... Verify CollectionPage + FAQ + City pages (Bhubaneshwar, Hyderabad, etc.) 7. IMPLEMENTATION PRIORITY — EFFORT VS IMPACT MATRIX ==================================================================== HIGHEST IMPACT, LOWEST EFFORT (do first): ---------------------------------------------------------------------- 1. Template-level bug fixes [B][O][X][D] Impact: ALL 50+ pages Effort: 4 small template edits What: body itemtype, Organization sameAs, SearchAction format, double-slash @id 2. /latest-notifications/ content + schema Impact: 2.6M views — single biggest page after homepage Effort: Write 1 intro para + 500-word bottom content + FAQ 3. State page template (intro para + schema) Impact: 4M+ combined views across 20+ pages Effort: Template with dynamic state name — one edit MEDIUM IMPACT, MEDIUM EFFORT: ---------------------------------------------------------------------- 4. /government-jobs/ — add intro para + FAQ schema 5. /bank-jobs/ — full content treatment 6. /police-defence-jobs/ — full content treatment 7. /engineering-jobs/ — full content treatment LOWER IMPACT (but still worthwhile): ---------------------------------------------------------------------- 8. /anganwadi-recruitment/ — just add FAQ schema 9. /medical-hospital-jobs/ — full content treatment 10. /law-jobs/ — expand content + FAQ 11. /stenographer-jobs/ — add content + FAQ 12. /teaching-faculty-jobs/ — full content treatment 13. /admit-card/ + /exam-results/ — content + FAQ VERIFY ONLY: ---------------------------------------------------------------------- 14. All /search-jobs/ pages — check if template already handles them 15. /exams/ pages — already have FAQ, just fix bugs ==================================================================== END OF REPORT ====================================================================