Skip to content
#

sitemap

Here are 316 public repositories matching this topic...

dingman
dingman commented Feb 8, 2018

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.

<?php

namespace App\Console\Commands;

use Illuminate\Console\Command;

class GenerateSitemaps extends Command
{
    /**
     * The name and signat
rlhk
rlhk commented Nov 17, 2018

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.

A Burp Suite Extender that try to find sub-domain, similar-domain and related-domain of an organization, not only a domain! 利用burp收集整个企业、组织的域名(不仅仅是单个主域名)的插件

  • Updated Apr 11, 2020
  • Java
AlanLeonard
AlanLeonard commented Jan 9, 2020

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

vesper8
vesper8 commented Nov 20, 2017

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();
        }
ghost
ghost commented Sep 6, 2017

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

chadcrowell
chadcrowell commented Nov 1, 2019

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
bug
CreateSean
CreateSean commented Nov 1, 2019

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

Improve this page

Add a description, image, and links to the sitemap topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sitemap topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.