Jump to content

3dz

Members
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

3dz last won the day on April 5 2023

3dz had the most liked content!

3dz's Achievements

Rookie

Rookie (2/14)

  • One Year In
  • Reacting Well
  • Conversation Starter
  • First Post
  • Dedicated

Recent Badges

5

Reputation

  1. I use pure nginx and i got a solution for this with this code in the nginx configuration. location / { index index.php index.html; if ($uri !~ /$) { rewrite ^(.*)$ $1/ permanent; } try_files $uri $uri/ /index.php?$args; } I had a bug with the fonts and I solved it this way, I hope this helps someone. location ~* \.(eot|ttf|woff|woff2)$ { try_files $uri =404; if ($http_origin ~* (https?://(es|en)\.MYSITE\.com(:[0-9]+)?$)) { add_header 'Access-Control-Allow-Origin' "$http_origin"; } } location ~* ^.+\.(jpg|jpeg|gif|png|svg|js|css|mp3|ogg|mpeg|avi|zip|gz|bz2|rar|swf|ico|7z|doc|docx|map|ogg|otf|pdf|tff|tif|txt|wav|webp|xls|xlsx|xml)$ { try_files $uri $uri/ /index.php?$args; } Now I'm going to implement this rich media code that support provided. I'm using ultimate theme 1 and it doesn't have this configuration.
  2. That's not exactly what I meant. Use the most searched videos on the internet wisely, for example "Mia Khalifa" you can just call "Sensual Teacher" and create a keyword that keeps dmca agents away. Just an example. You need to be aware of trends in the adult world, to have the video on your homepage when it goes viral. This will keep the user on the site and improve your ranking in the results. But if you want to stay in compliance with the adult industry the DigiRegs plugin will check your videos, and flag you if they are copyrighted. Get backlinks from the sites you mentioned that are top in the results. It doesn't have to be the first, but it has to have a good reputation on SemRush. These are some of the alternatives that work for me.
  3. Hello, first I'm not an expert, but I want to help with my experience. - One of the practices that can improve your ranking in the results is to acquire quality backlinks, but do not abuse this mechanism or you will be punished by the algorithm. [Use SemRush] - Try to be listed in directories like ThePornDude. [Search for porn directories] - Rewrite titles and descriptions differently from those that already exist. [Seo optimize, easy for adult content] - Don't use keywords that DMCA agents keep removing, this is not your war. If anyone has more tips, please share.
  4. It must have been an isolated issue, they provided me with support for a problem with the thumbnails, they are excellent. One tip, for those who acquire this theme, the search queries are not active in the sitemap, you can add them by following the tutorial here on the forum, it significantly increased my traffic.
×
×
  • Create New...