Ticket #1654 (closed defect: fixed)

Opened 13 months ago

Last modified 4 weeks ago

sitemaps.xml - homepage is listed as /home/ not /

Reported by: smagnusson Owned by: wscott
Priority: medium Milestone: 2.3.0-rc1*
Component: CMS - General Version:
Severity: medium effort / impact Keywords:
Cc: Hours:

Description

for seo, the homepage should be listed as http://www.domain.com/ and not http://www.domain.com/home/

so i guess hard code this?

--

<urlset xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84"> ?

<url>

?

<loc>

http://dev.silverstripe.com/smagnusson/SilverStripeSite/home/ </loc> <lastmod>2007-11-08T20:33:01+13:00</lastmod> <changefreq>hourly</changefreq> <priority>0.5</priority> </url>

Change History

Changed 13 months ago by smagnusson

  • owner changed from hsmith to wscott

Changed 4 weeks ago by sminnee

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 2.3.0-rc1

Fixed in r65229

Note: See TracTickets for help on using tickets.