Support > cpg1.5 plugins

Sitemap Generator for cpg1.5.x

<< < (2/3) > >>

Pyragony:
Yandex answered quickly. You want the description in the sitmaps.

Αndré:
As you mentioned the image search, I assume you want to add it to the pictures. If so, find

--- Code: ---$urlpic->addChild('loc', $base.'/displayimage.php?pos=-'.$pid);
--- End code ---
and below, add something like

--- Code: ---$urlpic->addChild('description', $title);
--- End code ---
or

--- Code: ---$urlpic->addChild('description', $caption);
--- End code ---

Pyragony:
@Andre

Thank you, I will test it.
At the moment I can not do recrawl at Yandex.
I'll call back,

Can or should one also write here in German?

Αndré:
Here are the German support boards: http://forum.coppermine-gallery.net/index.php/board,125.0.html

Pyragony:
Both do not work. Google has just barked.


--- Quote ---Ungültiges XML-Tag.
Dieses Tag wurde nicht erkannt. Beheben Sie bitte das Problem und reichen Sie die Daten erneut ein.
--- End quote ---

Yandex still lacks the meta tag <description>.

I have now manually edited my sitemaps, which of course takes some time.

It should look like this:

sitemaps_index.xml

--- Code: ---<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://dating-fraud.de/plugins/sitemap_generator/xml-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://dating-fraud.de/sitemaps/cat3-sitemap.xml</loc>
    <description>Scammer around the World</description>
    <lastmod>2018-10-29T18:26:56+01:00</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://dating-fraud.de/sitemaps/cat4-sitemap.xml</loc>
    <description>Scammer around the World</description>
    <lastmod>2017-08-20T10:40:18+02:00</lastmod>   
    </sitemap>
--- End code ---

in the other files (cat)


--- Code: ---  <url>
    <loc>https://dating-fraud.de/index.php?cat=31</loc>
    <description>Scammer around the World</description>
    <lastmod>2013-07-27T01:14:17+02:00</lastmod>
    <changefreq>daily</changefreq>
    <priority>1</priority>
  </url>
--- End code ---

Whether Yandex wants to have that for every bid, I do not know yet. I have to wait for the answer again.



Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version