google-sitemap

Creating an XML sitemap generator

断了今生、忘了曾经 提交于 2019-12-21 05:13:05
问题 I want to create a XML sitemap generator. I have a script which creates a sitemap if placed in your directory with other files. But I want to create a generator which will work with URL. Here what I actually want to create is, get a URL from user, track all web pages from given URL, put them in a XML sitemap format and give back the same XML file to user. Please help me in this, I am doing this as project work. Following URLs work in same way: http://www.xml-sitemaps.com/ http://www.web-site

How to change localhost URL in Hybris Sitemap XML

穿精又带淫゛_ 提交于 2019-12-11 15:49:38
问题 I am trying to create a sitemap.xml for my Hybris site by going out of the box way and copying the ImpEx given in out of the box store in my site.impex. How to change localhost URL in Hybris Sitemap XML? The sitemap.xml generated after running the cronjob consists of multiple tags, which in turn contain the location of the different sitemap page types. Here in product and categories, most of the products and categories are visible, but the issue here is that they begin with localhost. Should

Magento and Google Sitemap - Cron

試著忘記壹切 提交于 2019-12-10 04:35:18
问题 I'm a newbie in Magento. I'm tring to configure an auto-generated Google Site Map. I've read everywhere how to set up cron job for Magento with cPanel, how to configure from backend and so on. My current settings: under System -> Configuration -> Google Sitemap -> Generation Settings -> Enabled = YES. I've create the sitemap on Catalog -> Google Sitemap, of course, which I can manually generate without any problem. But if I check the file /app/code/core/Mage/Sitemap/etc/config.xml it seems to

Showing sitemap in google search result [closed]

余生长醉 提交于 2019-12-10 01:26:50
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 8 years ago . I want to show a sitemap in google's search result. Like - when you search for "cnet" in google, it shows the result of www.cnet.com with a sitemap of some links. something like this- Product reviews and prices, software downloads, and tech news - CNET CNET is the premier destination for tech product reviews,

XSLT does not work when I include xmlns=“http://www.sitemaps.org/schemas/sitemap/0.9”

两盒软妹~` 提交于 2019-12-09 14:42:35
问题 My Google sitemap renders well through XSLT fine without the xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" in the < urlset > element, however when included, my foreach statement doesn't work and nothing renders in the template. My code's below. Thanks for your help. XML <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>{site_url}</loc> <lastmod>{current_time format="%Y-%m-%d"}</lastmod> <changefreq>monthly</changefreq> <priority>0.5</priority> </url> </urlset> XSL

How to add custom xml tags to sitemap.xml using mvcsitemapprovider?

烈酒焚心 提交于 2019-12-09 12:24:49
问题 Based on what Google defines in Video sitemaps , There are some xml tags should be added to sitemaps for videos, and it should be like this: <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"> <url> <loc>http://www.example.com/videos/some_video_landing_page.html</loc> <video:video> <video:thumbnail_loc>http://www.example.com/thumbs/123.jpg</video:thumbnail_loc> <video:title>Grilling steaks for summer</video:title> <video

Escaped # in URLs, sitemap and handling by Google crawler

陌路散爱 提交于 2019-12-07 14:24:50
问题 We have a large set of URLs of which some contain a hash character. The hash is not to indicate a fragment, but part of the URL path, so we escape the hash by %23 , e.g. http://example.com/example%231 http://example.com/another-example%232 … Our sitemap.xml lists these URLs as follows: <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://example.com/example%231</loc> </url> <url> <loc>http://example.com/another-example%232</loc> </url> <!-- and so on … --> </urlset>

Escaped # in URLs, sitemap and handling by Google crawler

拈花ヽ惹草 提交于 2019-12-06 03:57:00
We have a large set of URLs of which some contain a hash character. The hash is not to indicate a fragment, but part of the URL path, so we escape the hash by %23 , e.g. http://example.com/example%231 http://example.com/another-example%232 … Our sitemap.xml lists these URLs as follows: <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://example.com/example%231</loc> </url> <url> <loc>http://example.com/another-example%232</loc> </url> <!-- and so on … --> </urlset> Now, the Google Search Console reports 404 errors for the following URLs: http://example.com/example

Magento and Google Sitemap - Cron

不想你离开。 提交于 2019-12-05 07:56:34
I'm a newbie in Magento. I'm tring to configure an auto-generated Google Site Map. I've read everywhere how to set up cron job for Magento with cPanel, how to configure from backend and so on. My current settings: under System -> Configuration -> Google Sitemap -> Generation Settings -> Enabled = YES. I've create the sitemap on Catalog -> Google Sitemap, of course, which I can manually generate without any problem. But if I check the file /app/code/core/Mage/Sitemap/etc/config.xml it seems to be not updated (different content btw config.xml and backend). It seems also that the last update on

Showing sitemap in google search result [closed]

不羁的心 提交于 2019-12-05 00:31:52
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I want to show a sitemap in google's search result. Like - when you search for "cnet" in google, it shows the result of www.cnet.com with a sitemap of some links. something like this- Product reviews and prices, software downloads, and tech news - CNET CNET is the premier destination for tech product reviews, news, price comparisons, free software downloads, daily videos, and podcasts. www.cnet.com/ - Cached -