sitemap
Here are 316 public repositories matching this topic...
-
Updated
May 3, 2020 - JavaScript
-
Updated
May 13, 2020 - TypeScript
-
Updated
Apr 13, 2020 - Ruby
Developing on the default config with localhost:3000 is fine.
However when I tried to test the local dev version from a device in the local network, say 192.169.110.1:3000, one of the client requests is still pointing to localhost:3000. Specifically, it's http://localhost:3000/__meteor__/dynamic-import/fetch, which makes the app unresponsive/unable to login from devices other than localhost.
-
Updated
May 17, 2020 - Rust
-
Updated
Apr 11, 2020 - Java
What problem does this feature solve?
Currently, if I want to use the @nuxtjs/router I'm left with a blank sitemap which doesn't take into account the custom routes I added manually in my router.js file as per @nuxtjs/router documentation. This would eliminate redundancy of definition of routes
What does the proposed changes look like?
Instead of using the result of createRoutes from
o / sitemap-php
-
Updated
May 5, 2019 - PHP
-
Updated
Dec 26, 2019 - JavaScript
In docs; Decorating Urls
It is suggested to use relative image src links, this will result in errors in google search console as images' loc tag should be an absolute url to image.
Took me a while to figure out how the cache works and had to read a lot of issues and look into the code to finally get to the conclusion that on top of enabling the cache in the config file, you must add this code at the top of your controller action to return the cached version
if (Sitemap::hasCachedView()) {
return Sitemap::render();
}
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Passing an unreachable domain (For example http://sdfdfdteterter.com ) does not trigger the "error" event.
If the current behavior is a bug, please provide the steps to reproduce.
const generator = SitemapGenerator("http://sdfdfdteterter.com"); generator.start();
**What is the expecte
Command:
python3 ~/sitemap/python-sitemap-master/main.py --domain https://www.forum.2globalnomads.info --image --output sitemap.xml --verbose
Your fix
--drop "sid=[a-z0-9]{32}"
Although it is not likely that people will run this script on phpbb3 forums as there is already a mod for making sitemap, please consider adding your workaround to the documentation.
The same indefinite loop wi
Description
Production site has non-super admin editors in the Control Panel that can not change the author of an entry. Worked with Craft guys on support ticket to figure out that when SEO plugin is disabled, the author can be changed. With it enabled, it can not. Stack trace:
2019-11-01 11:11:35 [-][81660][-][error][yii\web\HttpException:400] yii\web\BadRequestHttpException: Unable
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Jan 30, 2019 - JavaScript
Craft 3.3.14
SEOmatic 3.2.29
When using Content SEO settings for a channel I want the SEO image to pull from a SEO Image field and if that is empty then use the image in the Book Cover field.
However the only way this works is if you place the twig code in SEO Image custom URL setting on the general tab, then copy to the facebook tab, and copy again to the twitter tab. Using the **same as
-
Updated
Sep 13, 2019 - Go
-
Updated
Apr 16, 2020 - PHP
-
Updated
May 18, 2020 - Go
-
Updated
May 2, 2020 - TypeScript
-
Updated
Feb 21, 2018 - JavaScript
the README.md is very minimal and very unclear. The example given uses variables that are not specifically defined in itself, like the app variable, it is not imported nor is any specifaction given on the context of this variable
In the example in the README, the sitemap is exposed under the folder /sitemaps. This also seems to be the default.
However, according to the information here, the sitemap should be under the root of the website. Otherwise,
A Sitemap file located at
`http://example.com/catalog/sit
-
Updated
Mar 8, 2020 - PHP
Improve this page
Add a description, image, and links to the sitemap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sitemap topic, visit your repo's landing page and select "manage topics."
I made some modifications to the documented example for large sitemaps and wanted to share. I used 10,000 instead of 50,000 because my VM couldn't handle 50,000 in one shot. Certainly welcome to feedback on it, I'm a novice developer.