XMLsitemap errors when using nginx as webserver?
Since moving my D7 sites to an nginx server, I am getting strange sitemap links, including timestamp data like this: (is there a known issue with this module and using nginx? http://domain.com replaced...
View ArticleXML Sitemap Custom allows duplicate entries
Tried submitting the same path twice and the validation did not catch the error. The UI shows both values and they are in the DB. This allows getting duplicates for a given path, which is totally...
View ArticleRemove duplicate links when using both menu and node sitemap
Realized that using both xmlsitemap_menu and xmlsitemap_node can result in duplicate items in the sitemap for nodes also having a link in a menu. After a quick search in the issue queue it seems that...
View Articleexcluded items in sitemap
one page in my website is added to the sitemap.xml file while it is specified as excluded (on the page).
View ArticleDoes not work with a base URL including an underscore
When my base URL includes an underscore than on settings page i get following error message: 'Invalid base URL.'.
View ArticleRemove xmlsitemap_permission() with a xmlsitemap.permissions.yml file
Replace xmlsitemap_permission() with a xmlsitemap.permissions.yml file.
View ArticleAdd ability to modify link using...
the $link_options array contains info relevant to the context in which it's being created, including language, domain, nid, path alias, etc. There's even a @todo code comment suggesting adding an alter...
View Articlexmlsitemap_generate_chunk error
When i run cron jobs, i get following error:What would be the reason for this error. I couldn't find in post issues.Thank you very much.Notice: Trying to get property of non-object in...
View Article"Error loading stylesheet"
When I attempt to visit my sitemap (http://www.simplemovinglabor.com/sitemap.xml), I get a page with the following error:Error loading stylesheet: An unknown error has occurred (805303f4)That's the...
View ArticleWill "VISIBLE" column affect the ranking in search engine ?
In the content setting section of xmlsitemap, there is a column call "VISIBLE", because I have some nodes which are unpublished, not visible for anonymous user. My question is does my unpublished...
View ArticleSet correct language for url()
Patch gets the language from the $sitemap settings, and passes it a long to url(). This means that when cron is run we still grab the correct language, rather than the default language.
View ArticleDrupal 7- Xml Site map is not rebuilding automatically after the cron run
1.Created a new site page for testing 2.Run the Cron 3.Flush all caches 4.Checked the link http://*********/sitemap.xml (displays 4754 links not 4755 ) 5.If rebuild the sitemap then displays (4755...
View Articlenew post not adding into the sitemap's link
Whenever I have added new node into the system, the links in sitemap won't be updated, even after I run the cron many times, the quantity of the links in sitemap stay the same. ( btw,the setting for...
View ArticleXMLSitemap for Large Newspaper site
Want to establish an XML Sitemap for Large Newspaper site (35,000 nodes and growing). To Achieve this I want to make 2 changes to the current XML Sitemap module.1) Like to create old content - not from...
View ArticleExclude a single node programmatically
I create several nodes in my manifest and there are a few that I don't want in my sitemap.I could not find a function that worked for me so I wrote the following function:function...
View ArticleAn HTTP error 500 occurred. /batch?id
XML sitemap 6.x-2.0 from 2014-Mar-17 fails to regenerate via cron or a manual rebuild. Fails with 500 error."NetworkError: 500 Internal Server Error - /batch?id=172&op=do"
View ArticleExclude admin Links form xml site map
I want to exclude admin Links form xml site map . I am not getting any way to do it from module settings.
View ArticlePerformance improvement
I spent some time trying to speed up the cache flush of a website. I discovered that menu_rebuild() calls the hook implementation xmlsitemap_menu_menu_link_alter() for every little menu link,...
View ArticleSite blocked on Wayback Machine
Been having an issue with a client's website where they could not view their new site on the internet archive.https://web.archive.org/web/*/http://engineering.berkeley.eduOriginally I thought this was...
View Article