Jump to content

Millie Moore

Member
  • Posts

    44
  • Joined

  • Last visited

Posts posted by Millie Moore

  1. I had tried to do this on my own, but no matter what I did, I didn't get a title to show up on my sitemap page.  foe those that don't know, I have the "loc" and "lastmod" in sitemap.xml and the stylesheet in simple.xsl.  all I tried doing was adding <H1> and <H2> in the <body style....> section.  they didn't show on my sitemap.

     

  2. not all the links.  essentially what I need is a stylesheet.  I had seen an example on google about 3 or 4 months ago that had a php page that was supposed to cover that and display each link 1 at a time.  unfortunately when i coded it for my site it didn't display anything.

     

  3. that's not my issue.  I can get 2 other sitemaps free also.  my current problem is getting the XML sitemap to not show the message -  This XML file does not appear to have any style information associated with it. The document tree is shown below. .  if you have any ideas on that, I'd appreciate them.

     

  4. well like i said, i tried to write a file to display the XML data but it didn't show anything.  i tried it in PHP cause that's what i found on google when i searched that message.

     

    if HTML is better suited for it, I'll need help writing the file.

     

  5. <url>
    <loc>https://motorhead69.com/shop/dream-catchers.html</loc>
    <lastmod>2016-10-24</lastmod>
    <changefreq>Daily</changefreq>
    <priority>1</priority>
    </url>
    
    <url>
    <loc>https://motorhead69.com/shop/dream-catchers.html?page=1</loc>
    <lastmod>2016-10-24</lastmod>
    <changefreq>Daily</changefreq>
    <priority>1</priority>
    </url>
    
    <url>
    <loc>https://motorhead69.com/shop/dream-catchers.html?page=1</loc>
    <lastmod>2016-10-24</lastmod>
    <changefreq>Daily</changefreq>
    <priority>1</priority>
    </url>
    
    <url>
    <loc>https://motorhead69.com/shop/dream-catchers.html?page=2</loc>
    <lastmod>2016-10-24</lastmod>
    <changefreq>Daily</changefreq>
    <priority>1</priority>
    </url>
    
    <url>
    <loc>https://motorhead69.com/shop/dream-catchers.html?page=3</loc>
    <lastmod>2016-10-24</lastmod>
    <changefreq>Daily</changefreq>
    <priority>1</priority>
    </url>
    
    <url>
    <loc>https://motorhead69.com/shop/dream-catchers.html?page=4</loc>
    <lastmod>2016-10-24</lastmod>
    <changefreq>Daily</changefreq>
    <priority>1</priority>
    </url>
    
    <url>
    <loc>https://motorhead69.com/shop/dream-catchers.html?page=285</loc>
    <lastmod>2016-10-24</lastmod>
    <changefreq>Daily</changefreq>
    <priority>1</priority>
    </url>

     

×
×
  • Create New...